Download the PHP package lephare/import without Composer
On this page you can find all versions of the php package lephare/import. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package import
Import
Resources
Archive
Archive affects imported files/resources when a ImportEvents::POST_COPY
event is triggered.
For archive to take effect on a imported resource, you need to explicitly define:
- the
archive.enabled
value totrue
- the
resources.references.load
node
The file will move to a default archives
directory in the defined source_dir
or in the archive.dir
if you explicitly define its value.
The archive.rotation
define define the number of files to keep before deletion.
Quarantine
Quarantine affects imported files/resources when a ImportEvents::EXCEPTION
event is triggered (before)
For quarantine to take effect on a imported resource, you need to explicitly define:
- the
quarantine.enabled
value totrue
- the
resources.references.load
node
The subsequent stock.csv
file will be quarantined if an import exception happen during the import process.
The file will move to a default quarantine
directory in the defined source_dir
or in the quarantine.dir
value if you explicitly define its value.
The quarantine.rotation
define define the number of files to keep before deletion.
All versions of import with dependencies
behat/transliterator Version ^1.1
doctrine/collections Version ^1.6|^2.0
doctrine/dbal Version ^2.13|^3.0
monolog/monolog Version ^2.0|^3.0
neitanod/forceutf8 Version ^2.0
psr/log Version ^1.0|^2.0|^3.0
symfony/config Version ^5.4|^6.0|^7.0
symfony/event-dispatcher Version ^5.4|^6.0|^7.0
symfony/finder Version ^5.4|^6.0|^7.0