PHPackages                             boing6002/dataimport - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. boing6002/dataimport

ActiveLibrary[File &amp; Storage](/categories/file-storage)

boing6002/dataimport
====================

Excel Importer dependency for Laravel Enso

3.0.13(7y ago)06MITPHPPHP &gt;=7.1.0

Since Apr 24Pushed 7y agoCompare

[ Source](https://github.com/boing6002/DataImport)[ Packagist](https://packagist.org/packages/boing6002/dataimport)[ Docs](https://github.com/laravel-enso/DataImport)[ RSS](/packages/boing6002-dataimport/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (9)Versions (217)Used By (0)

DataImport
==========

[](#dataimport)

[![Codacy Badge](https://camo.githubusercontent.com/4b15419c418b2161cba74fdeb4a3e5ceda6e9fa777391bb6fa4162b88cbaaa15/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6231363961326630396638363463643562323734636536333030386630346239)](https://www.codacy.com/app/laravel-enso/DataImport?utm_source=github.com&utm_medium=referral&utm_content=laravel-enso/DataImport&utm_campaign=Badge_Grade)[![StyleCI](https://camo.githubusercontent.com/8cd5edc7f5fe778197ff07e6b8f014b13e2e37d15a99e1bc487b8be7c4e0481f/68747470733a2f2f7374796c6563692e696f2f7265706f732f38393232313333362f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/89221336)[![License](https://camo.githubusercontent.com/76d60cb830355358455efecddb2e4a3a37b0dbd82330f32cb4cb3370fac9500c/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f64617461696d706f72742f6c6963656e7365)](https://packagist.org/packages/laravel-enso/dataimport)[![Total Downloads](https://camo.githubusercontent.com/09618ebeef4b8f48273ff843155c445fba68757e34156cb112667fac650ae12d/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f64617461696d706f72742f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/dataimport)[![Latest Stable Version](https://camo.githubusercontent.com/7c8368a63b4d5bc2315b185f503f7fb43999a4f60033c456723f424a535d1514/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f64617461696d706f72742f76657273696f6e)](https://packagist.org/packages/laravel-enso/dataimport)

Incredibly powerful, efficient, unlimited number of rows, queues based Excel importer dependency for [Laravel Enso](https://github.com/laravel-enso/Enso).

[![Watch the demo](https://camo.githubusercontent.com/5def8edf55d1e80c66f3c0d25494dd5f398f24b6916dc7e9563db2b9fc7d6568/68747470733a2f2f6c61726176656c2d656e736f2e6769746875622e696f2f64617461696d706f72742f73637265656e73686f74732f62756c6d615f3030365f7468756d622e706e67)](https://laravel-enso.github.io/dataimport/videos/bulma_demo_01.mp4)

click on the photo to view a short demo in compatible browsers

[![Screenshot](https://camo.githubusercontent.com/218e1f1b8c6f6dc062047bf740c86affc7234f42fd57847f496cc4822b07eca0/68747470733a2f2f6c61726176656c2d656e736f2e6769746875622e696f2f64617461696d706f72742f73637265656e73686f74732f62756c6d615f3030375f7468756d622e706e67)](https://laravel-enso.github.io/dataimport/screenshots/bulma_007.png)

### Features

[](#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 `xlsx` file 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](https://github.com/box/spout) for reading the `xlsx` file
- 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 `xlsx` file 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
- `before` and `after` hooks 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 &amp; Usage

[](#configuration--usage)

Be sure to check out the full documentation for this package available at [docs.laravel-enso.com](https://docs.laravel-enso.com/packages/data-import.html)

### Contributions

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

### License

[](#license)

This package is released under the MIT license.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

215

Last Release

2669d ago

Major Versions

1.3.18 → 2.2.72018-02-25

1.3.21 → 2.2.212018-04-20

1.3.22 → 2.2.222018-04-23

1.3.23 → 2.5.92018-12-22

2.5.9 → 3.0.02019-01-13

PHP version history (2 changes)1.0.0PHP &gt;=5.6.4

1.1.5PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/717752e2ec25cf847df470853b6a7e1226cb0e62dbd3b201dcbf30d9741fe602?d=identicon)[boing6002](/maintainers/boing6002)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (37 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (34 commits)")[![jpractice](https://avatars.githubusercontent.com/u/35538605?v=4)](https://github.com/jpractice "jpractice (14 commits)")[![DevIonut](https://avatars.githubusercontent.com/u/19207797?v=4)](https://github.com/DevIonut "DevIonut (9 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (6 commits)")[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")[![boing6002](https://avatars.githubusercontent.com/u/45848144?v=4)](https://github.com/boing6002 "boing6002 (1 commits)")

---

Tags

data-importlaravel-ensoexcel-importexcel-importerdataimport

### Embed Badge

![Health badge](/badges/boing6002-dataimport/health.svg)

```
[![Health](https://phpackages.com/badges/boing6002-dataimport/health.svg)](https://phpackages.com/packages/boing6002-dataimport)
```

###  Alternatives

[laravel-enso/data-import

Excel Importer dependency for Laravel Enso

2042.6k3](/packages/laravel-enso-data-import)[laravel-enso/core

Main requirement &amp; dependency aggregator for Laravel Enso

3463.6k138](/packages/laravel-enso-core)[laravel-enso/files

File manager dependency for Laravel Enso

1643.3k23](/packages/laravel-enso-files)[laravel-enso/localisation

Localisation management dependency for Laravel Enso

1361.1k5](/packages/laravel-enso-localisation)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
