All Projects → bradtraversy → Slimapp

bradtraversy / Slimapp

RESTful API using SlimPHP and MySQL

SlimApp RESTful API

This is a RESTful api built with the SlimPHP framework and uses MySQL for storage.

Version

1.0.0

Usage

Installation

Create database or import from _sql/slimapp.sql

Edit db/config params

Install SlimPHP and dependencies

$ composer

API Endpints

$ GET /api/customers
$ GET /api/customer/{id}
$ POST /api/customer/add
$ PUT /api/customer/update/{id}
$ DELETE /api/customer/delete/{id}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].