cobweb / svconnector
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.
Installs: 308 857
Dependents: 10
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 5
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^8.1 || ^8.2 || ^8.3 || ^8.4
- ext-simplexml: *
- typo3/cms-core: ^12.4 || ^13.4
- typo3/coding-standards: *
Requires (Dev)
- ergebnis/composer-normalize: ~2.42.0
- friendsofphp/php-cs-fixer: ^3.52
- phpstan/phpstan: ^1.10
- typo3/testing-framework: ^8.2
Replaces
- typo3-ter/svconnector: 6.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/