Download the PHP package sasezaki/backbeard without Composer
On this page you can find all versions of the php package sasezaki/backbeard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package backbeard
Backbeard
Backbeard is yet another DSLish minimum oriented framework for PHP.
Principle
yield $router($request) => $action();
Usage
Install with composer
composer require sasezaki/backbeard dev-master
Using As Middleware for zend-stratigility
https://github.com/struggle-for-php/sfp-stratigility-skeleton
-
php composer.phar create-project -s dev struggle-for-php/sfp-stratigility-skeleton path/to/install
When install finished, you can try running with php built-in web server
php -S localhost:8080 -t public/ public/index.php
NOTES
THIS PROJECT IS A PROOF OF CONCEPT FOR GENERATOR BASED ROUTER, AND NOT INTENDED FOR PRODUCTION USE. PLEASE USE AT YOUR OWN RISK.
All versions of backbeard with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
psr/http-message Version ^1.0.0
nikic/fast-route Version ^0.6
struggle-for-php/sfp-stream-view Version ^0.1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0.0
nikic/fast-route Version ^0.6
struggle-for-php/sfp-stream-view Version ^0.1.0
psr/http-factory Version ^1.0
The package sasezaki/backbeard contains the following files
Loading the files please wait ....