Tag Archives: rest api

Creating A REST API With Lumen and MySQL – Part II

This is Part 2 of the Rest API Using Lumen tutorial, we have completed configuration of lumen and migration of database.

Now we will learn about CRUD operation REST API Using Lumen and MySQL.We will create customer module that will have add customer record, edit customer record, delete customer record and get all customers information from MySQL database.
Continue reading

Creating A REST API With Lumen and MySQL – Part I

This REST API tutorial help to create restful API using PHP Lumen and MySQL.We will Create CRUD operation for customer module.

Well, Now everything is changing very rapidly and introducing a lot of plugin/cms/framework day by day, so here we will discussed micro rest framework sensation Lumen By Laravel, Yes its very popular rest framework to create rest API using PHP.
Continue reading