Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #65

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 24 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
# API + service/worker boilerplate template
# πŸš€ API + Service/Worker boilerplate template for PHP 🐘

πŸ’‘ πŸ—οΈ A boilerplate API + service/worker template for PHP
πŸ’‘πŸ—οΈ A boilerplate template for building an **API** and **Service/Worker** in **PHP**

---

## About
## πŸ“œ About

This is a **template repository** that sets the basic code and infrastructure for a repository/solution in **PHP** to create a **pure PHP project with API and service/worker**.
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
## πŸ“„ License

Licensed under: **MIT license** ([LICENSE](https://github.com/guibranco/api-service-boilerplate-php/blob/main/LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)).
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.

---

This will also be your project's **LICENSE**, but you can change it to another one that suits your needs.
**Happy coding!** πŸŽ‰πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»
Loading