rgb72 / slim-skeleton
slim skeleton by rgb72
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rgb72/slim-skeleton
Requires
- php: ^5.6
- adbario/php-dot-notation: ^2.0
- firebase/php-jwt: ^5.0
- illuminate/cache: ^5.4
- illuminate/database: ^5.4
- illuminate/events: ^5.4
- illuminate/filesystem: ^5.4
- illuminate/pagination: ^5.4
- kint-php/kint: ^2.2
- monolog/monolog: ^1.23
- oscarotero/psr7-middlewares: ^3.21
- respect/validation: ^1.1
- slim/slim: ^3.9
- slim/twig-view: ^2.3
- symfony/yaml: ^3.4
- twig/extensions: ^1.5
- vlucas/phpdotenv: ^2.4
- wujunze/php-cli-color: ^2.1
- zeuxisoo/slim-whoops: ^0.6.3
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2025-10-06 13:43:03 UTC
README
System Requirement
- PHP 5.6
- Mysql 5.6+
- Composer
Getting Started
Install package with composer
composer install
this follow files and folders will be created after install
├─ .env
└─ storage
├─ cache
│ ├─ templates
│ └─ variables
├─ database
├─ logs
└─ report
Don't forget to change environment variables in .env
Console
To use in command-line interface
php run {command}
Tests
We use phpunit for automate test
composer test