PHPackages                             soap/livewire-excel-import - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. soap/livewire-excel-import

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

soap/livewire-excel-import
==========================

Large Excel file import using Laravel Livewire

011[3 PRs](https://github.com/soap/livewire-excel-import/pulls)PHP

Since May 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/soap/livewire-excel-import)[ Packagist](https://packagist.org/packages/soap/livewire-excel-import)[ RSS](/packages/soap-livewire-excel-import/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Large Excel file import using Laravel Livewire
==============================================

[](#large-excel-file-import-using-laravel-livewire)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8a72c0028552adc6130c83de70e446eb8d71771cc758a043ecfac125b14bc2bc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f61702f6c697665776972652d657863656c2d696d706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/soap/livewire-excel-import)[![GitHub Tests Action Status](https://camo.githubusercontent.com/442d771d28f6e058e26fbac095ac27ffe34e53e94cb2da5be245907b6a90f7c8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736f61702f6c697665776972652d657863656c2d696d706f72742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/soap/livewire-excel-import/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/1bd8d8d24e6bba21c2874a3f2a4d1529a0be6b27e7c4fd621f0249882c455a8c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736f61702f6c697665776972652d657863656c2d696d706f72742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/soap/livewire-excel-import/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a6d860f89f6210681e95365ad3ac98b21d7b8b827a8c315310c5d3343c672902/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f61702f6c697665776972652d657863656c2d696d706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/soap/livewire-excel-import)

Larage Excel file import using Laravel Livewire. Support drag and drop file upload and attributes mapping as well as realtime import progress report.

Support us
----------

[](#support-us)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require soap/livewire-excel-import
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="livewire-excel-import-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="livewire-excel-import-config"
```

This is the contents of the published config file:

```
return [

    /**
     * Options: tailwind | bootstrap-4 | bootstrap-5.
     */
    'theme' => 'tailwind',
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="livewire-excel-import-views"
```

Usage
-----

[](#usage)

In your desired view, put the following livewire component.

```
@livewire('excel-importer', [
    'model' => App\Models\User::class,
    'importer' => App\Imports\UsersImport::class
    ])
```

Testing
-------

[](#testing)

```
composer test
```

🔧 Supported Versions
--------------------

[](#wrench-supported-versions)

Versions will be supported for a limited amount of time.

VersionLaravel VersionPHP VersionSupport1.0&gt;=9.0^8.1First ReleaseChangelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Prasit Gebsaap](https://github.com/soap)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 76.5% of commits — single point of failure

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1073690?v=4)[Prasit Gebsaap](/maintainers/soap)[@soap](https://github.com/soap)

---

Top Contributors

[![soap](https://avatars.githubusercontent.com/u/1073690?v=4)](https://github.com/soap "soap (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

### Embed Badge

![Health badge](/badges/soap-livewire-excel-import/health.svg)

```
[![Health](https://phpackages.com/badges/soap-livewire-excel-import/health.svg)](https://phpackages.com/packages/soap-livewire-excel-import)
```

###  Alternatives

[bitwasp/buffertools

Toolbox for working with binary and hex data. Similar to NodeJS Buffer.

65764.4k41](/packages/bitwasp-buffertools)[reefki/laravel-device-detector

Laravel wrapper for Matomo's Universal Device Detection library.

2852.6k](/packages/reefki-laravel-device-detector)

PHPackages © 2026

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