Skip to content

Commit 6e33b7c

Browse files
authored
Merge pull request #468 from skie/patch-3
Cross-platform signal handling for CakePHP console commands with zero external dependencies. Supports Linux (pcntl), Windows (native API)
2 parents 12f541a + 6780695 commit 6e33b7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Additional lists you might find useful:
2626
- [Authentication and Authorization](#authentication-and-authorization)
2727
- [Caching](#caching)
2828
- [Code Analysis](#code-analysis)
29+
- [Console](#console)
2930
- [Debugging](#debugging)
3031
- [Email](#email)
3132
- [File Manipulation](#file-manipulation)
@@ -120,6 +121,11 @@ Additional lists you might find useful:
120121
- [lordsimal/cakephp-psalm](https://github.com/LordSimal/cakephp-psalm) - A Psalm extension to resolve CakePHP magic around getter return types for the static analyzer.
121122
- [TestHelper plugin](https://github.com/dereuromark/cakephp-test-helper) - Provides testing enhancements and TDD support as browser backend.
122123

124+
## Console
125+
*Plugins for console enhancements.*
126+
127+
- [SignalHandler plugin](https://github.com/skie/SignalHandler) - Cross-platform signal handling for CakePHP console commands with zero external dependencies. Supports Linux (pcntl), Windows (native API).
128+
123129
## Debugging
124130
*Plugins for debugging and local development.*
125131

0 commit comments

Comments
 (0)