Skip to content

soanix/cavesman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

Cave's Man

PHP framework

Version: 0.3.x

Requeriments

  • PHP >= 8.3

How to Install

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

  2. Now you can start develope

CHANGE LOG

0.3.4 BREAK

UPDATE Doctrine 2 to Doctrine 3 DB class now is named Db