An open API service indexing awesome lists of open source software.

https://github.com/ph-7/php-restful-api

🤖 Source code of my Udemy course where I teach how to build a real-world RESTful API with PHP 8.2 from scratch 🐘
https://github.com/ph-7/php-restful-api

api php php-rest-api php-restful-api php8-api redbean redbeanphp rest-api restful restful-api udemy-course

Last synced: about 1 month ago
JSON representation

🤖 Source code of my Udemy course where I teach how to build a real-world RESTful API with PHP 8.2 from scratch 🐘

Awesome Lists containing this project

README

          

# Build a PHP RESTful API

This is the source code of my Udemy course **[Build a Modern REST API with PHP 8.2](https://www.udemy.com/course/build-modern-php-api/)** 🚀

![Diagram showing example of REST API architecture](example-web-app-REST-API-architecture.svg)

## The course

It is indispensable to follow [Build from Scratch a Modern REST API](https://www.udemy.com/course/build-modern-php-api/) in order to understand and setup properly this project.

## Requirements

1. Enroll [Build from Scratch a Modern REST API with PHP 8](https://www.udemy.com/course/build-modern-php-api/) course.
2. [PHP v8.2](https://www.php.net/releases/8.2/en.php) or newer.

## Quick Setup

* Ensure [Composer](https://getcomposer.org) is setup on your machine. Then, run `composer install`
* Run the in-built PHP server `php -S localhost:8080`

## Author

[![Pierre-Henry Soria](https://avatars0.githubusercontent.com/u/1325411?s=200)](https://pierrehenry.be "Pierre-Henry Soria, Software AI Engineer")

**[Pierre-Henry Soria](https://ph7.me)**. 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](https://opensource.org/licenses/MIT).