asaokamei / deca
A PHP framework I can use for a decade...
0.1.2
2026-03-03 13:35 UTC
Requires
- php: >=8.0
- 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: ^7.0
- slim/slim: ^4.0
- twig/twig: ^3.0
- wscore/leanvalidator: ^0.2.0
Requires (Dev)
- phpmailer/phpmailer: ^7.0.0
- phpunit/phpunit: ^9.5
- symfony/mailer: ^6.0
This package is auto-updated.
Last update: 2026-03-03 13:38:33 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.