Because you need a good chef to cook a good borsch.

1.0.0 2022-07-09 11:14 UTC

This package is auto-updated.

Last update: 2024-04-30 01:02:26 UTC


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.