dev-master
9999999-devA stack middleware for random rickrolling
MIT
The Requires
- php >=5.4.0
- symfony/http-foundation ~2.1
- symfony/http-kernel ~2.1
The Development Requires
stack
Wallogit.com
2017 © Pedro Peláez
A stack middleware for random rickrolling
A Stack middleware for randomly rickrolling clients., (*1)
``` php <?php, (*2)
$app = new Silex\Application();, (*3)
$app->get('/', function () { return 'some useful content'; });, (*4)
$stack = (new Stack\Builder()) ->push('DaveDevelopment\StackRickrollRoulette', ['url' => 'http://stackphp.com']);, (*5)
$app = $stack->resolve($app);, (*6)
```, (*7)
A stack middleware for random rickrolling
MIT
stack