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

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ptcx/fapi-skeleton

v1.0.1 2017-08-12 15:13 UTC

This package is not auto-updated.

Last update: 2025-09-28 09:14:34 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]