GuzzleBundle icon indicating copy to clipboard operation
GuzzleBundle copied to clipboard

Symfony native configuration support

Open zerkalica opened this issue 12 years ago • 1 comments

I added option to configuration tree. Now supported native symfony configuration: yml or xml.

# app/config/config.yml
ddeboer_guzzle:
    service_builder:
        configuration:
            aws:
                params:
                    access_key: 12345
                    secret_key: abcd
            s3:
                class: Guzzle\Aws\S3\S3Client
                extends: aws
                params:
                    subdomain: michael

zerkalica avatar Aug 16 '12 21:08 zerkalica

This looks pretty cool. :ship:

mtdowling avatar Aug 16 '12 21:08 mtdowling