Skip to content

๐Ÿค– Source code of my Udemy course where I teach how to build a real-world RESTful API with PHP 8.2 from scratch ๐Ÿ˜

License

Notifications You must be signed in to change notification settings

pH-7/php-restful-api

Repository files navigation

Build a PHP RESTful API

This is the source code of my Udemy course Build a Modern REST API with PHP 8.2 ๐Ÿš€

Diagram showing example of REST API architecture

The course

It is indispensable to follow Build from Scratch a Modern REST API in order to understand and setup properly this project.

Requirements

  1. Enroll Build from Scratch a Modern REST API with PHP 8 course.
  2. PHP v8.2 or newer.

Quick Setup

  • Ensure Composer is setup on your machine. Then, run composer install
  • Run the in-built PHP server php -S localhost:8080

Author

Pierre-Henry Soria

Pierre-Henry Soria. A truly super passionate and enthusiastic software engineer! ๐Ÿ˜Š Also, a true cheese ๐Ÿง€, dark chocolate, and espresso lover! โ˜•๏ธ

License

This source code is distributed under the open-source MIT license.