soanix / cavesman
PHP Framework
Installs: 1 025
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=8.4
- ext-mbstring: *
- soanix/router: ^1.7
Requires (Dev)
- doctrine/orm: ^3.3
- phpunit/phpunit: ^12.1
- symfony/cache: ^7.1
- dev-main
- 0.5.2.16
- 0.5.2.15
- 0.5.2.14
- 0.5.2.13
- 0.5.2.12
- 0.5.2.11
- 0.5.2.10
- 0.5.2.9
- 0.5.2.8
- 0.5.2.7
- 0.5.2.6
- 0.5.2.5
- 0.5.2.4
- 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-04-29 13:26:50 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