Skip to content

Repository files navigation

StorageAPI

Simple Storage API using sqlite, built upon Lumen

API Endpoints
HTTP Method URI Action
GET/HEAD api/ Fetches all tables
GET/HEAD api/table Fetches specified table
POST api/ Creates a new table
PUT/PATCH api/table Updates an existing table
DELETE api/table Deletes specified table
Install
  git clone https://github.com/ToxicTree/StorageAPI.git
  cd StorageAPI
  composer install
  cp .env.example .env
Running development server
  cd public
  php -S localhost:8000

About

Storage API using sqlite, built with lumen

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages