borschphp / chef
Because you need a good chef to cook a good borsch.
1.0.0
2022-07-09 11:14 UTC
Requires
- php: ^8.0
- league/climate: ^3.8
README
Because you need a good chef to cook a good borsch.
Chef is a CLI for Borsch apps.
This package is part of the Borsch Framework.
Installation
Via composer :
composer require borschphp/chef
Integration in Borsch Framework
At the root of your project, create a file chef.php
containing:
<?php require_once __DIR__.'/vendor/autoload.php'; use Borsch\Chef\Chef; $chef = new Chef(); $chef->run();
Usage
Currently, you can create new Handlers and Middlewares.
For more information:
php chef.php -h
License
The package is licensed under the MIT license. See License File for more information.