slim-swoole icon indicating copy to clipboard operation
slim-swoole copied to clipboard

Slim 3 MVC Skeleton With Swoole

Slim 3 MVC Skeleton With Swoole

##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

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