A complete JSON RESTful API using PHP and MySQL. We will use the SlimPHP framework along with PDO to interact with the MySQL database.
RESTful API handles CRUD operations:
Reads Data from DB using GET Request
Create new entries using POST Request
Update record using PUT Request
Delete record using DELETE Request
A complete JSON RESTful API using PHP and MySQL. We will use the SlimPHP framework along with PDO to interact with the MySQL database.
RESTful API handles CRUD operations: Reads Data from DB using GET Request Create new entries using POST Request Update record using PUT Request Delete record using DELETE Request