asvvvad / stitch
A micro framework that wraps FastRoute, Plates, and Medoo.
dev-master
2020-06-27 21:07 UTC
Requires
- catfan/medoo: ^1.7
- delight-im/auth: ^8.2
- league/plates: v4.0.0-alpha
- nikic/fast-route: ^1.3
- vlucas/phpdotenv: ^4.1
This package is auto-updated.
Last update: 2025-02-28 07:16:44 UTC
README
Stitch is truely micro and modular PHP framework that wraps FastRoute, Plates, and Medoo.
It was made to:
- Write less code.
- Build small but modern websites and apps that can be hosted anywhere PHP is accepted.
- Prototype APIs and websites very fast.
- Enjoy routing and templating without the hasstle of having to use a big framework nor stitching up libraries to make things work.
Getting started:
You can get started by seeing the documentation and downloading one of the two templates.
Contributions:
If you have any suggestions or improvements I'm looking forward to hear them! Open up an issue or a pull request here ^^