mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-01 11:16:12 +01:00
306 B
306 B
Develop a new Connection
Make sure you understood concepts_connections
.
Each Connection has to be a single class which implements
Codappix\SearchCore\Connection\ConnectionInterface
.
Dependency Injection is working for custom Connections.