Skip to content

cordoval/runscope-bundle

Repository files navigation

##CordovalRunscopeBundle

Require it with composer:

composer require cordoval/runscope-bundle dev-master

Add to your kernel:

new Cordoval\RunscopeBundle\CordovalRunscopeBundle(),

Add to your config:

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:

$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.

About

Runscope Symfony2 Bundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages