zeuxisoo / slim-simplework
This package is abandoned and no longer maintained.
The author suggests using the zeuxisoo/php-slimork package instead.
PHP Slim Framework skeleton application
3.1.0
2019-04-09 04:37 UTC
Requires
- php: ^7.1.20
- cache/session-handler: 1.0.*
- illuminate/database: 5.8.*
- illuminate/events: 5.8.*
- illuminate/pagination: 5.8.*
- monolog/monolog: 1.24.*
- php-di/slim-bridge: 2.0.*
- respect/validation: 1.1.*
- robmorgan/phinx: 0.10.*
- slim/csrf: 0.8.*
- slim/flash: 0.4.*
- slim/slim: 3.12.*
- slim/twig-view: 2.5.*
- swiftmailer/swiftmailer: 6.2.*
- symfony/var-dumper: 4.2.*
- vlucas/phpdotenv: 3.3.*
README
A smallest skeleton application integrated slim and some packages
Container
- PHP-DI
Providers
- Session
- Cookie
- Pagination
- Database
- Flash
- CSRF
- Validation
- View
- Hash
- Logger
- Redirection
Facades
Application
- App
- Container
- Router
- Request
- Response
- Settings
Service Provider
- Session
- Cookie
- Paginator
- DB
- Flash
- CSRF
- Validator
- View
- Hash
- Log
- Redirection
Migration
- Phpmig
Other
- FormRequest