Tag Archives: php restful web service tutorial

php-restful-api-framework-slim-to-create-rest-api

How to Create a Simple REST API Using Slim Framework -Part II

This is a second part tutorial on Simple Restful API Example of CRUD Operation Using Slim framework.

We have configured MySQL with the slim framework, we have also created customer table into the database, Added CORS module for CROSS origin issue of rest API access from other application.

Continue reading

How to get containers list via rancher REST API

This Rest api tutorial help to access all containers list using rancher API. Rancher Labs develops open source software that makes it easy to deploy and manage Docker containers and Kubernetes in production on any infrastructure.Rancher is complete container management platform.Rancher provides infrastructure services such as multi-host networking, global and local load balancing, and volume snapshots.
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

How to Use Guzzle Rest Client with GitHub Rest Service

This tutorial help to create rest client using Guzzle library, which is a PHP rest client framework to consume rest service. I am creating a Client of the guzzle and access GitHub API. I will let you know how to access the first rest endpoint using the guzzle. You need to download Guzzle github.

Continue reading