PHP modular framework
Version: 0.2.x
- Multi-Language
- Router
- Autoload
- PSR
- ORM
- PHP >= 8.0
- Create your proyect
composer require soanix/cavesman
- Create install.php with autoloader
require_once 'vendor/autoload.php';
-
Running first request will generate proyect structure
-
Now you can start develope
COMMING SON