asaokamei/deca
最新稳定版本:0.1.9
Composer 安装命令:
composer create-project asaokamei/deca
包简介
A PHP framework I can use for a decade...
README 文档
README
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: README.ja.md. In-depth documentation: docs/deca/README.md (English) · 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:
composer create-project wscore/deca my-app
Demo
cd my-app
cd public
php -S 127.0.0.1:8000 index.php
Then open http://127.0.0.1:8000 in your browser.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-31