FEATURES
- Powerful router
- Standard and custom HTTP methods
- Route parameters with wildcards and conditions
- Route redirect, halt, and pass
- Route middleware
- Template rendering with custom views
- Flash messages
- Secure cookies with AES-256 encryption
- HTTP caching
- Logging with custom log writers
- Error handling and debugging
- Middleware and hook architecture
- Simple configuration
Tag: PHP
How do you execute a PHP method in a class from the command line?
How do you execute a PHP method in a class from the command line?
php -r 'include "MyClass.php"; MyClass::foo();'
Stack Overflow community is awesome!
React – event-driven, non-blocking I/O with PHP
You know you are doing something wrong, when you G…
You know you are doing something wrong, when you Google for “can I change the value of a PHP constant?”.