borschphp/borsch

Borsch Framework.

0.1.5 2020-05-07 03:00 UTC

This package is auto-updated.

Last update: 2024-10-07 12:39:58 UTC


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.