con4gis / import
Contao bundle for creating generic imports.
Installs: 871
Dependents: 0
Suggesters: 1
Security: 0
Stars: 2
Watchers: 6
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- con4gis/core: ^6.0 || ^7.0
- con4gis/queue: ^1.5
- contao/core-bundle: ^4.9 || ^5.1
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
- dev-main
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.3.1
- v1.3.0
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-feature-multiple-table-import
This package is auto-updated.
Last update: 2024-10-31 00:17:01 UTC
README
Overview
The import brick of the Contao GIS-kit con4gis. This bundle enables the import of CSV files in the contao backend. The import configuration is built flexible, so you can define your own mapping of the CSV file into a database table of your choice.
Installation
Via composer:
composer require con4gis/import
Alternatively, you can use the Contao Manager to install the con4gis-ImportBundle.
Requirements
- Contao (4.9.x LTS or latest stable release)
- CoreBundle (latest stable release)
- QueueBundle (latest stable release)
Documentation
Visit docs.con4gis.org for a user documentation. You can also contact us via the support forum there.