Tag Archives: public rest api

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

GitHub Rest Api Example and Uses

Git is the most popular revision control application and GitHub is a hosting service for git repositories, recently GitHub launch a new Rest API v3.0 and published on its official website.

You can access all Schema of Rest API URLs from here. This tutorial help to access GitHub rest call using rest client.

Continue reading

Curl Rest API Example Using PHP

This tutorial help to execute GET, POST, PUT, HEAD, DELETE HTTP Requests against a REST API using cURL.curl is a command-line tool for transferring data using various protocols.

The CURL supports FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, SMTP, SMTPS, Telnet, TFTP and more.

Continue reading