cobweb / svconnector
Connector Services – This family of services is used to connect to external data sources and fetch data from them. This is just a base class which cannot be used by itself. Implementations are done for specific subtypes.
Package info
github.com/cobwebch/svconnector
Type:typo3-cms-extension
pkg:composer/cobweb/svconnector
7.0.0
2026-04-22 09:36 UTC
Requires
- php: ^8.2 || ^8.3 || ^8.4 || ^8.5
- ext-simplexml: *
- typo3/cms-core: ^13.4 || ^14.3
Requires (Dev)
- ergebnis/composer-normalize: ^2.51
- friendsofphp/php-cs-fixer: ^3.95
- phpstan/phpstan: ^2.1
- typo3/coding-standards: *
- typo3/testing-framework: ^9.5
Replaces
- typo3-ter/svconnector: 7.0.0
README
Connector Services
Connector services are designed to provide a standard way of connecting to remote data source. Every service is dedicated to querying a specific type of data source, but all services implement a common API.
Please refer to the manual for full details: https://docs.typo3.org/typo3cms/extensions/svconnector/