dmitriyklyuzov / restful-cms

JSON RESTful API using PHP (SlimPHP) and MySQL (with PDO).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTful API Slim CMS App

RESTful API customer management application built using Slim Framework, MySQL database, and PDO connection. Returns customers in JSON format.

Usage

Get all customers

GET /api/customers/

Get a single customer

GET /api/customers/{id}

Add a customer

POST /api/customers/add

Update a customer

PUT /api/customers/update/{id}

Delete a customer

DELETE /api/customers/delete/{id}

About

JSON RESTful API using PHP (SlimPHP) and MySQL (with PDO).


Languages

Language:PHP 100.0%