Skip to content

C-Spydo/LytePHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LytePHP

Lightweight PHP API framework

LytePHP is a fast way to spin up a PHP API based on your database schema. It is very easy to get started, requires little configuration, and automatically generates a Swagger documentation for your API.

Use-Cases

  • API prototypes
  • Simple Application Backend

Reference

Usages

  • Download / clone the project
  • Create a .env file in the project root
  • Copy the parameters in .env.example into .env
  • Configure the parameters as necessary
  • Execute composer install
  • Run your project with php -S localhost:PORT
  • Your API can be accessed at APP_URL/api/records/
  • Your API documentation can be accessed at APP_URL/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages