swichers/acsf-client

Add a ClientFactory helper

swichers opened this issue · 0 comments

It's clunky to create a client object currently. You must prep a Symfony configuration array, grab the services container with that configuration, and then get the client service from it. We should be able to get a client much more easily, and let advanced users work with the Symfony container if they really need to.