cybersai / tiny
Tiny MVC framework
v0.1.0
2021-04-13 22:41 UTC
Requires
- dibi/dibi: ^4.2
- nikic/fast-route: ^1.3
- vlucas/phpdotenv: ^5.3
README
Tiny is beginner friendly PHP framework for learning how to build APIs.
Components
It comes packed with:
nikic/fast-route
A Simple Fast Regex Router
vlucus/phpdotenv
An Environment Variables Loaded From .env
dibi/dibi
A Database Abstraction Library
Installation
composer create-project cybersai/tiny myapp