luciferreeves / slimapp

RESTful API using SlimPHP and MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

About

RESTful API using SlimPHP and MySQL


Languages

Language:PHP 100.0%