Basic csa_guzzle recipe

This commit is contained in:
Mateusz Sip
2017-12-05 00:25:17 +01:00
parent d6e497622b
commit 8f30e72055
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,10 @@
# Full configuration reference: https://github.com/csarrazi/CsaGuzzleBundle/blob/2.x/src/Resources/doc/configuration_reference.md#configuration-reference
# Available client config options: http://docs.guzzlephp.org/en/latest/quickstart.html#creating-a-client
# and http://docs.guzzlephp.org/en/latest/request-options.html
csa_guzzle:
profiler: '%kernel.debug%'
clients:
default: ~
# my_client:
# config:
# base_uri: 'http://example.com'
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Csa\\Bundle\\GuzzleBundle\\CsaGuzzleBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}