“”

Connector Services Connector Services

svconnector / stable

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.

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req cobweb/svconnector

Last upload comment

Verify compatibility with PHP 8.2. Also fixes a bug with missing reporting about errors reading files from an absolute path.

Downloads by month

Download 5.1.0 Extension Manual Found an Issue? Code Insights Packagist.org Donate and Give Kudos
Author
Francois Suter (Idéative)
Last update
07. Aug 2023
First upload
28. Apr 2008
Downloads
209,080
Category
Services
Dependencies
  • TYPO3 (11.5.0 - 12.4.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req cobweb/svconnector to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (7)

Version history

Version Upload comment Works with TYPO3 Download
5.1.0 / stable
August 07, 2023
Verify compatibility with PHP 8.2. Also fixes a bug with missing reporting about errors reading files from an absolute path.
11.5.0 - 12.4.99 Download
5.0.1 / stable
May 02, 2023
Verified compatibility with TYPO3 12 LTS
11.5.0 - 12.4.99 Download
5.0.0 / stable
December 27, 2022
New connector service registration API, complete breaking change, read manual before upgrading. See https://github.com/cobwebch/svconnector/releases/tag/5.0.0
11.5.0 - 12.1.99 Download
4.0.0 / stable
October 05, 2021
Introduce compatibility with TYPO3 11, drop support for TYPO3 8 and 9.
10.4.0 - 11.5.99 Download
3.4.1 / stable
February 22, 2021
Updated composer manifest (compatibility with composer 2.0)
8.7.0 - 10.4.99 Download
3.4.0 / stable
May 07, 2020
Compatibility with TYPO3 10 LTS, new API for report configuration errors.
Breaking change: configuration samples moved to JSON format (see manual).
8.7.0 - 10.4.99 Download
3.3.1 / stable
January 04, 2019
Fixed a crash in the backend test module.


8.7.0 - 9.99.99 Download
3.3.0 / stable
December 28, 2018
Drop support for TYPO3 7, add support for TYPO3 9. New utility method to read distant content into local, temporary file (see FileUtility class).
8.7.0 - 9.99.99 Download
3.2.4 / stable
July 18, 2018
Fixed compatibility with PHP 7.0, fixed access to files with absolute paths.
7.6.0 - 8.99.99 Download
3.2.3 / stable
February 17, 2018
Fixed initialization of request headers
7.6.0 - 8.99.99 Download
3.2.2 / stable
February 06, 2018
Fixed error when using relative path to access files (e.g. "fileadmin/foo/..."); removed PHP 7.1 constructs (compatibility with TYPO3 7). Release notes: https://github.com/cobwebch/svconnector/releases/tag/3.2.2 (version 3.2.1 was a mangled package).
7.6.0 - 8.99.99 Download
3.2.0 / stable
January 23, 2018
New utility class for reading files from a variety of sources, including FAL references.
7.6.0 - 8.99.99 Download
3.1.0 / stable
April 05, 2017
Updated for compatibility with TYPO3 8 LTS.
7.6.0 - 8.99.99 Download
3.0.0 / stable
May 02, 2016
Verified compatibility with TYPO3 CMS 7; moved to namespaces (breaking change!).
7.6.0 - 7.99.99 Download
2.4.0 / stable
June 05, 2014
Verified compatibility with TYPO3 CMS 6.2; fixed some small bugs; documentation moved to reStructuredText.
4.5.0 - 6.2.99 Download
2.3.0 / stable
July 21, 2013
Verified compatibility with TYPO3 CMS 6.1
4.5.0 - 6.1.99 Download
2.2.0 / stable
January 24, 2013
Compatibility with TYPO3 6.0.
4.5.0 - 6.0.99 Download
2.1.0 / stable
September 23, 2012
Reworked BE module with Extbase; connector services can now provide sample configuration; multiple output format possible in test module. Requires TYPO3 4.5.
Download
2.0.0 / stable
March 08, 2011
New BE module to test connector services. Improved documentation for developers.
Download
1.1.0 / stable
April 27, 2010
Added new method to API. Moved abstract service to base class.
Download
1.0.0 / stable
October 20, 2009
Removed unneeded registration of empty base service. Raised status to stable.
Download
0.4.0 / beta
January 18, 2009
Finalized API. Improved manual.
Download
0.3.0 / beta
July 20, 2008
Added hook examples, added manual, completed API, raised status to beta
Download
0.2.3 / alpha
April 28, 2008
Early release ahead of T3DD08. No manual, but refer to README.txt.
Download