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 🐘
- Host: GitHub
- URL: https://github.com/ph-7/php-restful-api
- Owner: pH-7
- License: mit
- Created: 2023-06-09T07:52:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T09:48:34.000Z (11 months ago)
- Last Synced: 2025-04-09T20:06:54.323Z (6 months ago)
- Topics: api, php, php-rest-api, php-restful-api, php8-api, redbean, redbeanphp, rest-api, restful, restful-api, udemy-course
- Language: PHP
- Homepage: https://www.udemy.com/course/build-modern-php-api/
- Size: 99.6 KB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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/)** 🚀

## 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
[](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).