soanix / cavesman
PHP Framework
0.5.20
2026-06-19 09:17 UTC
Requires
- php: >=8.4
- ext-mbstring: *
- soanix/router: ^1.7
Requires (Dev)
- doctrine/orm: ^3.3
- phpunit/phpunit: ^12.1
- symfony/cache: ^7.1
This package is auto-updated.
Last update: 2026-06-19 09:18:08 UTC
README
Cave's Man
PHP framework
Version: 0.5
Requeriments
- PHP >= 8.4
How to Install
-
Create your project
composer require soanix/cavesman
or
composer init
Use
soanix/cavesmanas require dependency -
Execute install command from bin-dir
vendor/bin/cavesman install
or
bin/cavesman install
-
Cavesman is installed
CHANGE LOG
0.5 Major update
- Install is now a run command
bin/cavesman install - Display all command list running
bin/cavesman --help - Entity generator by running
bin/cavesman cavesman:doctrine:entity - Refactor all Classes namespace to Core
- Removed Smarty Class (deprecated in Cavesman 0.4)
0.4 MAJOR UPDATE
- Migrate from Doctrine 2 to Doctrine 3
- DB class now is named Db
- Smarty Class Deprecated
