Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Symfony native configuration support#10

Open
zerkalica wants to merge 4 commits intoddeboer:masterfrom
zerkalica:master
Open

Symfony native configuration support#10
zerkalica wants to merge 4 commits intoddeboer:masterfrom
zerkalica:master

Conversation

@zerkalica
Copy link
Copy Markdown

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

@mtdowling
Copy link
Copy Markdown
Contributor

This looks pretty cool. 🚢

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants