Skip to content

SaudQureshi1997/luxio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elphis-beta

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages