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.
Via composer :
composer require borschphp/chef
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();
Currently, you can create new Handlers and Middlewares.
For more information:
php chef.php -h
The package is licensed under the MIT license. See License File for more information.