2017 © Pedro Peláez
 

library stack-rickroll-roulette

A stack middleware for random rickrolling

image

davedevelopment/stack-rickroll-roulette

A stack middleware for random rickrolling

  • Friday, July 19, 2013
  • by davedevelopment
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DaveDevelopment/StackRickrollRoulette

A Stack middleware for randomly rickrolling clients., (*1)

Example

``` 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)

Options

  • url (optional): The url to redirect clients to

The Versions

19/07 2013

dev-master

9999999-dev

A stack middleware for random rickrolling

  Sources   Download

MIT

The Requires

 

The Development Requires

stack