Download the PHP package boing6002/dataimport without Composer
On this page you can find all versions of the php package boing6002/dataimport. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download boing6002/dataimport
More information about boing6002/dataimport
Files in boing6002/dataimport
Download boing6002/dataimport
More information about boing6002/dataimport
Files in boing6002/dataimport
Vendor boing6002
Package dataimport
Short Description Excel Importer dependency for Laravel Enso
License MIT
Homepage https://github.com/laravel-enso/DataImport
Package dataimport
Short Description Excel Importer dependency for Laravel Enso
License MIT
Homepage https://github.com/laravel-enso/DataImport
Please rate this library. Is it a good library?
Informations about the package dataimport
DataImport
Incredibly powerful, efficient, unlimited number of rows, queues based Excel importer dependency for Laravel Enso.
click on the photo to view a short demo in compatible browsers
Features
- allows the import of big files with the number of rows only limited by the xlsx file format, by splitting the data in chunks and handling them on multiple queues
- uses JSON templates to configure
xlsxfile imports into the application, with minimum custom logic - import types are defined in the package configuration
- each import type can be validated against required columns, sheets, data types and more
- the Laravel validation is utilized for maximum reuse of existing mechanisms while custom validators can be added when necessary
- an example import type is included by default in the package
- uses Spout for reading the
xlsxfile - uses Laravel's queueing system and its auto-balancing features for efficient asynchronous, parallel processing
- blocking file structure validation
- non blocking file contents validation
- content import issues are made available in the rejected rows summary, a downloadable
xlsxfile with the same structure as the import file, with an extra column (on each sheet) that will describe all the validation errors for each row - features real time import progress reporting in the UI
beforeandafterhooks which are available during the importing process- comes with an utility ExcelSeeder class, that can be used to seed your tables using data from excel files
Configuration & Usage
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.
All versions of dataimport with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
laravel-enso/activitylog Version 1.1.*
laravel-enso/filemanager Version 2.5.*
laravel-enso/helpers Version 1.10.*
laravel-enso/structuremanager Version 2.5.*
laravel-enso/trackwho Version 1.7.*
laravel-enso/vuedatatable Version 1.9.*
laravel-enso/vuecomponents Version 2.7.*
laravel-enso/select Version 2.8.*
box/spout Version 2.7.*
laravel-enso/activitylog Version 1.1.*
laravel-enso/filemanager Version 2.5.*
laravel-enso/helpers Version 1.10.*
laravel-enso/structuremanager Version 2.5.*
laravel-enso/trackwho Version 1.7.*
laravel-enso/vuedatatable Version 1.9.*
laravel-enso/vuecomponents Version 2.7.*
laravel-enso/select Version 2.8.*
box/spout Version 2.7.*
The package boing6002/dataimport contains the following files
Loading the files please wait ...