Releases: emir/kapi
Releases · emir/kapi
1.0.0
Because of Silex EOL planned to June 2018 we've changed KAPI's core to Slim Framework 3.
New Features:
- Changed Idiorm with https://laravel.com/docs/5.6/eloquent
- Added https://github.com/vlucas/phpdotenv support
- Added https://github.com/Seldaek/monolog support
- Added https://phinx.org/ for database migrations
- Added PSR-4 support
- Added PHPUnit as a dev dependency (Your test classes should extending with TestCase which has proper configurations about KAPI.)