elphis/elphis

Swoole Based Micro Framework inspired by laravel.

dev-master 2019-10-15 06:00 UTC

This package is auto-updated.

Last update: 2024-04-15 15:22:05 UTC


README

API Ready, Swoole based, php minimal framework for rapid development.

System Requirements

  1. PHP 7.0 or Later
  2. Swoole Framework with HTTP and Coroutines Enabled.
  3. Composer

How to run?

  1. Clone the repository
  2. Open terminal into the cloned repository folder
  3. Execute composer install on terminal
  4. Execute composer du -o on terminal
  5. Execute cp .env.example .env
  6. Execute php public/index.php on terminal
  7. Visit http://localhost:8001/ in your browser to see "Welcome to elphis" JSON Response.

OR

  1. Clone the repository
  2. Open terminal into the cloned repository folder
  3. Execute sh build
  4. Visit http://localhost:8001/ in your browser to see "Welcome to elphis" JSON Response.