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 and an API.

  • PHP

    cobweb/externalimport_test

    Test data and scenarios for the External Import extension.

  • PHP

    cobweb/externalimport_tut

    Tutorial for the External Import extension. Contains the manual and the necessary files.

  • PHP

    cobweb/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

    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.

  • PHP

    cobweb/svconnector_csv

    Connector service for reading a CSV or similar flat file

  • PHP

    cobweb/svconnector_feed

    Connector service for XML files or RSS feeds

  • PHP

    cobweb/svconnector_json

    Connector service for JSON data

  • PHP

    cobweb/svconnector_sql

    Connector service for any SQL-based database via Doctrine-DBAL.