soanix / cavesman
PHP Framework
0.5.2.3
2025-03-19 15:37 UTC
Requires
- php: >=8.4
- ext-mbstring: *
- soanix/router: ^1.7
- dev-main
- 0.5.2.3
- 0.5.2.2
- 0.5.2.1
- 0.5.2
- 0.5.1.3
- 0.5.1.2
- 0.5.1.1
- 0.5.1
- 0.5
- 0.4.16
- 0.4.15
- 0.4.14
- 0.4.13
- 0.4.12
- 0.4.11
- 0.4.10
- 0.4.9
- 0.4.8
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.35
- 0.1.34
- 0.1.33
- 0.1.32
- 0.1.31
- 0.1.30
- 0.1.29
- 0.1.28
- 0.1.27
- 0.1.26
- 0.1.25
- 0.1.24
- 0.1.23
- 0.1.22
- 0.1.21
- 0.1.20
- 0.1.19
- 0.1.18
- 0.1.17
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
This package is auto-updated.
Last update: 2025-03-19 15:38:42 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/cavesman
as 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