https://github.com/soanix/cavesman
PHP modular framework
https://github.com/soanix/cavesman
framework modular php php-modular-framework
Last synced: 3 months ago
JSON representation
PHP modular framework
- Host: GitHub
- URL: https://github.com/soanix/cavesman
- Owner: soanix
- License: mit
- Created: 2017-07-25T16:18:24.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-07T15:09:52.000Z (3 months ago)
- Last Synced: 2026-01-14T14:48:31.473Z (3 months ago)
- Topics: framework, modular, php, php-modular-framework
- Language: PHP
- Homepage:
- Size: 4.73 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Cave's Man
PHP framework
Version: 0.5
## Requeriments
- PHP >= 8.4
## How to Install
1. Create your project
```bash
composer require soanix/cavesman
```
or
```bash
composer init
```
Use `soanix/cavesman` as require dependency
2. Execute install command from bin-dir
```bash
vendor/bin/cavesman install
```
or
```bash
bin/cavesman install
```
3. 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