Downloadslim3-modular
A modular solution for creating applications with Slim Framework 3.x.
The framework documents can be found here: https://www.slimframework.com/docs/.
Installation
-
Clone project github
-
Download Composer or update `composer self-update`.
-
Go to folder `libraries\vendor`
-
Run `php composer.phar install`.
-
Configuration files located in folder `src/Settings`
-
Write your code in `src/Modules`
## Features
- Basic MVC structure
- Custom router defined in each module
- Support dynamic route.
- Support Multiple API Version ( Updated docs later)
- Support full PHPUnit Test
TODO
-
ACL ( not completed yet)
-
Authentication & Authorization ( not completed yet)
-
|