https://github.com/le-phare/import-bundle
Symfony bundle to import CSV files into a database
https://github.com/le-phare/import-bundle
import php postgresql symfony-bundle
Last synced: 6 months ago
JSON representation
Symfony bundle to import CSV files into a database
- Host: GitHub
- URL: https://github.com/le-phare/import-bundle
- Owner: le-phare
- License: mit
- Created: 2023-08-23T09:37:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-08T12:47:42.000Z (7 months ago)
- Last Synced: 2025-12-08T23:57:03.704Z (7 months ago)
- Topics: import, php, postgresql, symfony-bundle
- Language: PHP
- Homepage:
- Size: 76.2 KB
- Stars: 12
- Watchers: 6
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Le Phare Import Bundle
This bundle provides a way of importing CSV files (as well as XLS or text files) into a MySQL or PostgresSQL database.
## Contents
- [Install](docs/install.md)
- [Configuration](docs/configure.md)
- [Load](docs/configure/load.md)
- [Copy](docs/configure/copy.md)
- [Usage](docs/usage.md)
- [Process](docs/process.md)
- [Events](docs/events.md)
- [Features](docs/features.md)
- [IDE Integration](docs/ide.md)