Is a new lightweight framework, made for people who is starting on the world of MVC patterns and wants to create new applications.
supported php version > 5.6, 7
Databases supports many drivers (mysql, sqlite, PostgreSQL, mssql, sybase, Oracle Call Interface -oci-)
- Lightweight Framework
- Easy to install
- NOTORM Database
- Templates for each view
- Many and useful helpers
- Easy to manage
- Secure and fast
Well, you did install the framework but, you need to set some parameters for the correct working.
- Create a virtualhost
- Go to
/app/config/config.php
and set up your configurations - Go to
/app/config/database_config.php
and set up your connection to your database and his respective table. - Finally set up your routes on the file:
/app/Routes.php
- Ready to go