shmelevdi / roast
The Roast PHP-Framework.
1.2
2021-07-23 09:38 UTC
Requires
- php: >=7.2
- ext-json: *
- gabordemooij/redbean: ^5.6
- tymon/jwt-auth: ^1.0
- vlucas/phpdotenv: ^5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
The Roast PHP-Framework
What is a Roast? Roast - a simple PHP framework for a clean API and for nothing more.
There are no view-controllers in it. All responses can be received only in JSON, XML, Text\Plain formats.
The philosophy of the framework divides its logical parts into controllers and models.
As an ORM, the framework uses RedBeanPHP 5.
You can create a project of the Roast framework using the Composer (^v.2.0):
composer create-project shmelevdi/roast
License
The Roast PHP-framework is open-sourced software licensed under the MIT license.
