kevindierkx / elicit

[DEPRECATED] An API toolkit for PHP.

Home Page:https://packagist.org/packages/kevindierkx/elicit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor ConnectionFactory, add support for extensions.

kevindierkx opened this issue · comments

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.