Skip to content

Latest commit

 

History

History
executable file
·
48 lines (41 loc) · 927 Bytes

README.md

File metadata and controls

executable file
·
48 lines (41 loc) · 927 Bytes

Modular Php framework

Fully Modular framework Flexible and scalable. Industry ready framework.

Uses slim 3.0 routing
Strong Validation Class
Csrf Protection

Doctrine Schema

Powerful Entity mechanism by Doctrine. Easy and painless to use.

PHP Di

Auto injecting classes to DI from modules.

Twig Template Engine

Super Fast and flexible Template Engine ever.
https://twig.symfony.com/

API Ready Modules

Build Super fast api resource

Run Project

1. clone repository
2. composer install
3. create .env file and copy data from .env.example
4. Configure database in .env file
5. Create Entity
6. Run Migration ::[vendor/bin/doctrine orm:schema-tool:update --force] from root folder
7. Run Project :: php -S localhost:8000 -t public 
8. Open Project on Browser [localhost:8000]
9. Feel free for any queries.

Documentation

Coming Soon