kevindierkx / elicit

[DEPRECATED] An API toolkit for PHP.
https://packagist.org/packages/kevindierkx/elicit
MIT License
2 stars 0 forks source link

Refactor ConnectionFactory, add support for extensions. #9

Open kevindierkx opened 8 years ago

kevindierkx commented 8 years ago

With the removal of Laravel specific components(#7) we lose the ioc container based extensions. This results in the loss of custom connections and connectors.

We should add the ability to add custom connections and connectors as an extension and make them available during the connection bootstrapping process.