kcloze/slim-swoole
Composer 安装命令:
composer require kcloze/slim-swoole
包简介
Slim 3 MVC Skeleton With Swoole
README 文档
README
##Features
- Quickly setup and start working on a new Slim Framework 3 .
- Use the latest Slim 3 with the PHP-View template render.
- It also uses the Monolog logger.
- It can run well with swoole or php-fpm.
- Use the lightest PHP database: Medoo
- Built for Composer
##Requirements
- PHP 5.5 or newer
- swoole, install swoole
Install the Application
git clone https://github.com/kcloze/slim-swoole.git my-app-name
cd my-app-name
composer update
php public/server.php
##Check
- Open your browser: http://localhost:9501/
- Ensure
logs/is web writeable
Docs
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 54
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-31