Ecosyste.ms: Awesome
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 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 🐘
- Host: GitHub
- URL: https://github.com/ph-7/php-restful-api
- Owner: pH-7
- License: mit
- Created: 2023-06-09T07:52:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T11:37:08.000Z (about 1 year ago)
- Last Synced: 2024-05-02T06:14:31.517Z (7 months ago)
- Topics: api, php, php-rest-api, php8-api, rest-api, restful, restful-api, udemy-course
- Language: PHP
- Homepage: https://www.udemy.com/course/build-modern-php-api/
- Size: 166 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- 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/)** 🚀
![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).