PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 6 years ago
Size: 771 bytes
 

Contents

Class file image Download

slim3-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

  1. Clone project github
  2. Download Composer or update `composer self-update`.
  3. Go to folder `libraries\vendor`
  4. Run `php composer.phar install`.
  5. Configuration files located in folder `src/Settings`
  6. 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)