Posts

Showing posts with the label Yii Framework

How to Build the Rest of API in Yii2?How to Build the Rest of API in Yii2?

Image
  RESTful architecture has revolutionised the way we think about (and construct) web applications by breaking down the project software communities into smaller, more focused apps that communicate with one another via RESTful calls since its inception. To deliver a seamless user experience, Client-Server Infrastructure allows web clients and phone applications to connect with the same technology (such as a server-side API). In this tutorial, I’ll teach you how to create a RESTful API with the Yii framework (version 2), a component-based PHP framework with good performance. This lesson will benefit from a basic understanding of the Yii framework and PHP. Throughout the course, We would provide brief explanations and links to relevant sections of the official material. Before continuing, go over the linked material again if you have any questions. You must also have the following software installed on your computer: With the PDO extension enabled, PHP version 7 or higher is required....