Download the PHP package fijma/cobber without Composer
On this page you can find all versions of the php package fijma/cobber. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor fijma
Package cobber
Short Description A miniscule web framework for PHP, inspired by Rack.
License MIT
Package cobber
Short Description A miniscule web framework for PHP, inspired by Rack.
License MIT
Please rate this library. Is it a good library?
Informations about the package cobber
Cobber
Cobber is a miniscule PHP web framework, inspired by rack.
Cobber accepts your app as a classname, instance, or closure. Just pass it in on instantiation.
Cobber supports middlewares. They can be loaded on instantiation:
or added via the add() method:
$app = new Cobber($myapp);
$app->add('MyMiddleware', ['some', 'optional', 'options']);
$app->run();
All versions of cobber with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package fijma/cobber contains the following files
Loading the files please wait ....