kcloze/slim-swoole

Slim 3 MVC Skeleton With Swoole

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 54

Watchers: 9

Forks: 8

Open Issues: 0

pkg:composer/kcloze/slim-swoole

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

This package is not auto-updated.

Last update: 2025-10-06 18:19:27 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