ptcx / fapi-skeleton
There is no license information available for the latest version (v1.0.1) of this package.
A php application skeleton for web backend development based on Slim Framework
v1.0.1
2017-08-12 15:13 UTC
Requires
- php: >=5.6.0
- chrisboulton/php-resque: 1.2.x
- monolog/monolog: ^1.23
- predis/predis: ^1.1
- slim/php-view: ^2.2
- slim/slim: ^3.0
This package is not auto-updated.
Last update: 2025-03-30 06:14:39 UTC
README
用于快速开发web后台的php代码骨架,基于Slim,使用composer引入常用组件。
包含组件
Framework
Slim: https://github.com/slimphp/slim
Database
PDO: http://php.net/manual/en/book.pdo.php
Redis
Predis: https://github.com/nrk/predis
Log
monolog: https://github.com/Seldaek/monolog
MQ
php-resque: https://github.com/chrisboulton/php-resque
模板
php-view: https://github.com/slimphp/PHP-View
使用
$ composer create-project ptcx/fapi-skeleton [app-name]