asaokamei / deca
A PHP framework I can use for a decade...
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 4
Type:project
pkg:composer/asaokamei/deca
Requires
- ext-json: *
- aura/session: ^2.1
- filp/whoops: ^2.7
- monolog/monolog: ^2.0
- nyholm/psr7: ^1.3
- nyholm/psr7-server: ^1.0
- php-di/php-di: ^6.1
- slim/slim: ^4.0
- twig/twig: ^3.0
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-12-31 15:04:00 UTC
README
A PHP framework I can use for a decade, hopefully.
It is built from a set of reliable and (rather small) packages, such as,
- Slim4, PHP-DI, nyholm/psr7, monolog, Twig, Aura/Session, filp/whoops, etc.
- project started based on slim-skeleton with slim-view.
Please read more in Japanese readme file.
Installation
$ git clone https://github.com/asaokamei/Deca.git
Demo
$ git clone https://github.com/asaokamei/Deca.git
$ cd Deca
$ composer install
$ cd public
$ php -S 127.0.0.1:8000 index.php
and access 127.0.0.1:8000 with your browser.