Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • PHP REST

Tag: PHP REST

Introduction In this PHP example, I am going to show you how to call external REST APIs in PHP programming. I am not going to build here any new REST API, but I will call or consume those REST APIs which are already available for testing purpose. But if you want to know then you…

Leave a Comment on PHP Consume External REST APIs
Posted in PHP REST

PHP Consume External REST APIs

In this tutorial I am going to show an example on REST API CRUD example in PHP and MongoDB. We know MongoDB is very popular open source, document based, NoSQL database. In this tutorial I will create MongoDB PHP CRUD Example with RESTful API. CRUD means Create, Read, Update and Delete operations. So basically you…

3 Comments on REST API CRUD Example in PHP and MongoDB
Posted in MongoDB PHP REST

REST API CRUD Example in PHP and MongoDB

In this tutorial we will see the integration of AngularJS with PHP REST. We are going to create CRUD application using PHP REST API on server side and AngularJS is encapsulated within html file on client side. Thus the client will communicate with server asynchronously using AngularJS $http service. Please read REST API CRUD Example…

Leave a Comment on AngularJS PHP REST CRUD Example
Posted in Angular PHP REST

AngularJS PHP REST CRUD Example

Categories

Copyright © 2014 - 2022 Roy Tutorials

Privacy | Terms & Conditions