acquia / acquia-sdk-php

The Acquia SDK for PHP allows developers to build applications on top of Acquia services.
MIT License
25 stars 20 forks source link

Implement pluggable storage for the service manager #8

Closed cpliakas closed 10 years ago

cpliakas commented 10 years ago

Guzzle's service builder stuff is awesome, however for applications like Drupal configs are likely to be stored elsewhere. Therefore we should provide a pluggable mechanism that reads and writes the service builder definition to alternate locations.

cpliakas commented 10 years ago

Closing as won't fix, since the implementing system is better off providing their own wrappers.