borschphp / borsch
Borsch Framework.
0.1.5
2020-05-07 03:00 UTC
Requires
- php: ^7.2
- league/uri: 6.2.1
- nikic/fast-route: v1.3.0
- psr/container: 1.0.0
- psr/http-factory: 1.0.1
- psr/http-message: 1.0.1
- psr/http-server-handler: 1.0.1
- psr/http-server-middleware: 1.0.1
- psr/log: 1.1.3
README
Borsch is a micro/medium framework made to kick start your apps development.
This package packs all the required dependencies to create a Borsch Application.
It contains :
- PSRs Interfaces
- Application Interface and implementation
- RequestHandler implementation
- Router (based on nikic/fastroute and inspired by mezzio-router)
Installation
Via composer :
composer require borsch/borsch
Usage
You can check the borsch-skeleton package to have an idea of how to use Borsch Framework.
The skeleton uses PHP-DI, Laminas Dicatoros and Laminas Db.
License
The package is licensed under the MIT license. See License File for more information.