How to Build a Simple REST API in PHP

In this tutorial, I’ll teach you how to build a simple REST API with PHP and MySQL. REST has become the de facto standard when it comes to exposing data via APIs and building web services. In fact, most web applications these days access and expose data via REST APIs. With the popularity of front-end… Continue reading How to Build a Simple REST API in PHP

13 Best PHP Tools For Every Programmer Or Software Developer

PHP is a popular known server-side scripting language, embedded in HTML (hypertext markup language). PHP is an acronym for “Hypertext Preprocessor.” The first version of PHP was released in 1994 by Rasmus Lerdorf. It started as an open source project which gained popularity as people began seeing its importance. PHP is used to manage databases,… Continue reading 13 Best PHP Tools For Every Programmer Or Software Developer

JSON-Server as a Fake REST API in Frontend Development

Introduction Frontend development is changing day by day and we have to learn a lot more stuff. When we start learning a new framework or library, the first thing that is recommended to build a todo list which helps in doing all CRUD functions. But there is no solid backend/library available to make use of… Continue reading JSON-Server as a Fake REST API in Frontend Development

A Beginner’s Guide to HTTP and REST

Hypertext Transfer Protocol (HTTP) is the life of the web. It’s used every time you transfer a document, or make an AJAX request. But HTTP is surprisingly a relative unknown among some web developers. This introduction will demonstrate how the set of design principles, known as REST, underpin HTTP, and allow you to embrace its… Continue reading A Beginner’s Guide to HTTP and REST