Download the PHP package asaokamei/deca without Composer
On this page you can find all versions of the php package asaokamei/deca. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download asaokamei/deca
More information about asaokamei/deca
Files in asaokamei/deca
Download asaokamei/deca
More information about asaokamei/deca
Files in asaokamei/deca
Vendor asaokamei
Package deca
Short Description A PHP framework I can use for a decade...
License MIT
Package deca
Short Description A PHP framework I can use for a decade...
License MIT
Please rate this library. Is it a good library?
Informations about the package deca
Deca
An application starter kit built on Slim 4, aimed at years of continued use—to keep building and maintaining real apps on the same stack.
- Slim handles HTTP routing and the request/response cycle.
- Deca layers familiar, low-dependency packages—PHP-DI, nyholm/psr7, Monolog, Twig, filp/whoops, and more—on top of Slim, with its own
corecode to wire them together cleanly. - Interfaces (often PSR) abstract third-party boundaries so app code can survive library upgrades.
Japanese: docs/deca/README.ja.md (Japanese).
Installation
Requires PHP 8.0+ and Composer.
Use Composer’s create-project to create a new project and install dependencies in one step. Replace my-app with your directory name:
Demo
Then open http://127.0.0.1:8000 in your browser.
All versions of deca with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
slim/slim Version ^4.0
nyholm/psr7 Version ^1.3
nyholm/psr7-server Version ^1.0
monolog/monolog Version ^2.0
php-di/php-di Version ^7.0
filp/whoops Version ^2.7
twig/twig Version ^3.0
ext-json Version *
wscore/leanvalidator Version ^0.2.0
slim/slim Version ^4.0
nyholm/psr7 Version ^1.3
nyholm/psr7-server Version ^1.0
monolog/monolog Version ^2.0
php-di/php-di Version ^7.0
filp/whoops Version ^2.7
twig/twig Version ^3.0
ext-json Version *
wscore/leanvalidator Version ^0.2.0
The package asaokamei/deca contains the following files
Loading the files please wait ...