Skip to content

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

License

Notifications You must be signed in to change notification settings

borschphp/borsch-chef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Borsch Chef

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages