https://github.com/guilhermestracini/api-service-boilerplate-php
💡 🏗️ A boilerplate API + service/worker template for PHP
https://github.com/guilhermestracini/api-service-boilerplate-php
api api-rest boilerplate boilerplate-php boilerplate-template command cqrs-worker hacktoberfest no-framework php query service simple worker
Last synced: 2 months ago
JSON representation
💡 🏗️ A boilerplate API + service/worker template for PHP
- Host: GitHub
- URL: https://github.com/guilhermestracini/api-service-boilerplate-php
- Owner: GuilhermeStracini
- License: mit
- Created: 2024-02-07T21:23:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:15:36.000Z (2 months ago)
- Last Synced: 2025-03-17T11:29:14.928Z (2 months ago)
- Topics: api, api-rest, boilerplate, boilerplate-php, boilerplate-template, command, cqrs-worker, hacktoberfest, no-framework, php, query, service, simple, worker
- Language: Shell
- Homepage: https://guilhermestracini.github.io/api-service-boilerplate-php/
- Size: 152 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🚀 API + Service/Worker boilerplate template for PHP 🐘
💡🏗️ A boilerplate template for building an **API** and **Service/Worker** in **PHP**
---
## 📜 About
This repository is a **template** designed to bootstrap a **pure PHP project** with an **API** (web server interface) and a **Service/Worker** (daemon, cronjob, or background process).
🔧 Use this template to kickstart scalable and maintainable PHP solutions without any unnecessary dependencies.
---
## 🚀 Key Features
- 🧩 **API-ready**: Set up endpoints for your application seamlessly.
- ⚙️ **Service/Worker**: Pre-configured support for background tasks, cronjobs, or daemons.
- 🏗️ **Pure PHP**: No heavy frameworks; lightweight, flexible, and customizable.
- 🎯 **MIT License**: Ready for commercial or personal use.---
## 📄 License
This project is licensed under the **MIT License**.
🔗 [View LICENSE](https://github.com/guibranco/api-service-boilerplate-php/blob/main/LICENSE) or read more at [opensource.org/licenses/MIT](http://opensource.org/licenses/MIT).
⚖️ Feel free to replace the license with one that better suits your project's needs.
---
**Happy coding!** 🎉👨💻👩💻