/cavesman

PHP modular framework

Primary LanguagePHPMIT LicenseMIT

Alt text

Cave's Man

PHP modular framework

Version: 0.2.x

Features

  • Multi-Language
  • Router
  • Autoload
  • PSR
  • ORM

Requeriments

  • PHP >= 8.0

How to Install

  1. Create your proyect
composer require soanix/cavesman
  1. Create install.php with autoloader
require_once 'vendor/autoload.php';
  1. Running first request will generate proyect structure

  2. Now you can start develope

CHANGE LOG

COMMING SON