zeuxisoo / php-slimork
PHP Slim Framework skeleton application
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 2
Forks: 4
Open Issues: 1
Type:project
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