Download the PHP package kerrialn/static-data-importer-bundle without Composer
On this page you can find all versions of the php package kerrialn/static-data-importer-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kerrialn/static-data-importer-bundle
More information about kerrialn/static-data-importer-bundle
Files in kerrialn/static-data-importer-bundle
Download kerrialn/static-data-importer-bundle
More information about kerrialn/static-data-importer-bundle
Files in kerrialn/static-data-importer-bundle
Vendor kerrialn
Package static-data-importer-bundle
Short Description generates entity objects from json, xml, csv files and persists to the database
License MIT
Package static-data-importer-bundle
Short Description generates entity objects from json, xml, csv files and persists to the database
License MIT
Please rate this library. Is it a good library?
Informations about the package static-data-importer-bundle
Static Data Importer Bundle
A Symfony CLI Bundle for importing json, csv and/or xml directly into a database via an entity object.
Install:
Configure: add json, xml or csv files to ./data (name this anything you want) root directory in your project
- File naming convention
{order number}_{entity name}.{format}Eg...10_Blog.json,20_category.csvor30_User.xml(entity name is case-insensitive) - Change the import order, with the order number in the file name.
- Add
_SKIP(case-sensitive) to the filename to skip the file.
Run:
Please note: id fields will be ignored and will generate id as per your entity annotation/attribute definition.
All versions of static-data-importer-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
symfony/console Version 6.1.*
symfony/finder Version 6.1.*
symfony/flex Version ^2
symfony/property-access Version 6.1.*
symfony/proxy-manager-bridge Version 6.1.*
symfony/runtime Version ^6.1
symfony/serializer Version 6.1.*
symfony/yaml Version 6.1.*
symplify/smart-file-system Version ^10
doctrine/doctrine-bundle Version ^2.7
doctrine/orm Version ^2.13
symfony/console Version 6.1.*
symfony/finder Version 6.1.*
symfony/flex Version ^2
symfony/property-access Version 6.1.*
symfony/proxy-manager-bridge Version 6.1.*
symfony/runtime Version ^6.1
symfony/serializer Version 6.1.*
symfony/yaml Version 6.1.*
symplify/smart-file-system Version ^10
doctrine/doctrine-bundle Version ^2.7
doctrine/orm Version ^2.13
The package kerrialn/static-data-importer-bundle contains the following files
Loading the files please wait ...