dev-master
9999999-dev http://craftitonline.comSymfony RunscopeBundle
MIT
The Requires
by Luis Cordova
api testing debugging runscope
Symfony RunscopeBundle
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();
I thank the Lord Jesus Christ for motivating this wretched man., (*5)
Symfony RunscopeBundle
MIT
api testing debugging runscope