2017 © Pedro Peláez
 

symfony-bundle runscope-bundle

Symfony RunscopeBundle

image

cordoval/runscope-bundle

Symfony RunscopeBundle

  • Tuesday, October 29, 2013
  • by cordoval
  • Repository
  • 0 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CordovalRunscopeBundle

Require it with composer:, (*1)

composer require cordoval/runscope-bundle dev-master

Add to your kernel:, (*2)

new Cordoval\RunscopeBundle\CordovalRunscopeBundle(),

Add to your config:, (*3)

cordoval_runscope:
    bucket_key: secretKeyHere
    auth_token: secretTokenHere
    gateway_host: ~ # runscope.net
    target_api: https://api.github.com

Now you can use the guzzle client as follows:, (*4)

$client = $this->get('cordoval_runscope.guzzle.client');
$response = $client->get('/')->send();
echo $response->getBody();

Acknowledgements

I thank the Lord Jesus Christ for motivating this wretched man., (*5)

The Versions

29/10 2013

dev-master

9999999-dev http://craftitonline.com

Symfony RunscopeBundle

  Sources   Download

MIT

The Requires

 

api testing debugging runscope