Packages from cobweb
-
PHP
cobweb/external_import
Tool for importing data from external sources into the TYPO3 database, using an extended TCA syntax. Provides a BE module, a Scheduler task, a command-line tool, reactions and an API.
-
-
PHP
cobweb/externalimport_tut
Tutorial for the External Import extension. Contains the manual and the necessary files.
-
PHP
cobweb/flush_language_cache
Flush language cache – Adds an item to the flush cache menu to clear just the language (l10n) cache. Also provides a command-line tool for that.
-
PHP
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.
-
Shell
cobweb/svconnector_csv
Connector service CSV – Connector service for reading a CSV or similar flat file
-
-
-
Shell
cobweb/svconnector_sql
Connector service SQL – Connector service for any SQL-based database via Doctrine DBAL.