kcloze / slim-swoole
Slim 3 MVC Skeleton With Swoole
v0.2.1
2017-03-23 09:01 UTC
Requires
- php: >=5.5.0
- catfan/medoo: ^v1.2
- monolog/monolog: ^1.17
- slim/php-view: ^2.0
- slim/slim: ^3.1
Requires (Dev)
- phpunit/phpunit: >=4.8 < 6.0
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