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

This package is not auto-updated.

Last update: 2024-04-28 01:29:24 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]