Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 php8-api 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 [enroll the Udemy course](https://www.udemy.com/course/build-modern-php-api/) in order to understand and setup properly this project.

## Quick Setup

* Composer & `composer install`
* Run the in-built PHP server `php -S localhost:8080`

## Author

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