https://github.com/zeuxisoo/php-slimork
A small skeleton application to quick start projects using slim framework with other packages
https://github.com/zeuxisoo/php-slimork
php skeleton slim slim-framework
Last synced: 3 months ago
JSON representation
A small skeleton application to quick start projects using slim framework with other packages
- Host: GitHub
- URL: https://github.com/zeuxisoo/php-slimork
- Owner: zeuxisoo
- Created: 2012-03-14T08:49:00.000Z (over 13 years ago)
- Default Branch: 3.x
- Last Pushed: 2019-04-09T04:42:18.000Z (over 6 years ago)
- Last Synced: 2024-11-16T17:08:04.010Z (11 months ago)
- Topics: php, skeleton, slim, slim-framework
- Language: PHP
- Homepage:
- Size: 831 KB
- Stars: 23
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slimork
A smallest skeleton application integrated slim and some packages


## Container
- [X] PHP-DI
## Providers
- [X] Session
- [X] Cookie
- [X] Pagination
- [X] Database
- [X] Flash
- [X] CSRF
- [X] Validation
- [X] View
- [X] Mail
- [X] Hash
- [X] Logger
- [X] Redirection## Facades
Application
- [X] App
- [X] Container
- [X] Router
- [X] Request
- [X] Response
- [X] SettingsService Provider
- [X] Session
- [X] Cookie
- [X] Paginator
- [X] DB
- [X] Flash
- [X] CSRF
- [X] Validator
- [X] View
- [X] Mail
- [X] Hash
- [X] Log
- [X] Redirection## Migration
- [X] Phpmig
## Other
- [X] FormRequest