mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Basic csa_guzzle recipe
This commit is contained in:
@@ -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'
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Csa\\Bundle\\GuzzleBundle\\CsaGuzzleBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user