Lessons: 10Length: 46 minutes

Next lesson playing in 5 seconds

Cancel

Create a REST API With Phalcon

Introduction

01:18

Phalcon is a full-stack PHP framework packed with the same features as all the rest, but with one important difference: Phalcon is the fastest PHP framework ever built! Instead of being written in PHP and loaded dynamically by your application, Phalcon is a C-language extension that loads in your RAM as a PHP module, which makes it blazing fast.

In this course, Envato Tuts+ instructor Manish Kumar will teach you how to get started with the Phalcon PHP framework by building a simple REST API. You'll learn how to set up a development environment, how to define a database schema and API endpoints, and how to implement create, read, update and delete (CRUD) operations to persist data to an SQL database.

If you've never used Phalcon before, learn everything you need to know in our course: Get Started With Phalcon.