kruul / slim
Bootstrap for Slim Framework
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/kruul/slim
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-12-21 11:37:01 UTC
README
version 1.1.1 Bootstrap for Slim Framework
1.1.0 add CrudController and Crud route. Fix route attribute. Optimize. 1.1.1 fix Helper engine (__invoke with parameters)
CRUD route sample route
['routes'=>array( 'client' => array( 'method' => 'CRUD', 'route' => '/section/client', 'controller' => 'Section\Controller\ClientController', 'role' => 'user' ), ]