kcloze/slim-swoole

Slim 3 MVC Skeleton With Swoole

v0.2.1 2017-03-23 09:01 UTC

This package is not auto-updated.

Last update: 2024-03-25 10:30:42 UTC


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

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

Docs