PHPackages                             willis1776/nova-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. willis1776/nova-excel-import

ActiveLibrary

willis1776/nova-excel-import
============================

A card which lets you batch import resources

v3.2.0(3y ago)063MITPHPPHP &gt;=7.1

Since Sep 21Pushed 3y agoCompare

[ Source](https://github.com/Willis1776/nova-excel-import)[ Packagist](https://packagist.org/packages/willis1776/nova-excel-import)[ RSS](/packages/willis1776-nova-excel-import/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (9)Dependencies (7)Versions (24)Used By (0)

A card which lets you batch import resources
============================================

[](#a-card-which-lets-you-batch-import-resources)

A customizable import card for laravel nova. This package is more or less just a UI for [laravel-excel](https://laravel-excel.maatwebsite.nl) import. It is however **not** an official package from Maatwebsite.

[![Nova Import Card Screenshot](https://raw.githubusercontent.com/willis1776/screenshots/master/nova-import-card-resource-index.png)](https://raw.githubusercontent.com/willis1776/screenshots/master/nova-import-card-resource-index.png)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require willis1776/nova-import-card
```

Next up, you must register the card. This is typically done in the `card` method of the corresponding resource or the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php or app/Nova/.php

// ...

public function card()
{
    return [
        // ...
        new \Willis1776\NovaExcelImport\NovaExcelImport(\App\Nova\User::class),
    ];
}
```

Customization
-------------

[](#customization)

To customize the import process create a new importer class. The importer class is basically just an [import implementation of the laravel-excel package](https://laravel-excel.maatwebsite.nl/3.1/imports/). The easiest way to get started is to extend `Willis1776\NovaExcelImport\BasicImporter` and overwrite the different methods. During the import process you may throw an exception of the type `Willis1776\NovaExcelImport\ImportException` with an error message visible for the user. You may also add a `message(): String` method to customize the success message.

The custom importer class can be registered on global or resource basis.

```
// app/Nova/User.php

class User extends Resource
{

    public static $importer = CustomImporter::class;

    // ...
}

// or app/config/nova-import-card.php

return [
    'importer' => CustomImporter::class,

    // ...
]
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 78.7% 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.

###  Release Activity

Cadence

Every ~95 days

Recently: every ~36 days

Total

18

Last Release

1171d ago

Major Versions

v0.1.1 → v1.0.02018-12-19

v1.0.0 → v2.0.02019-03-12

v2.0.0 → v3.02021-05-04

PHP version history (3 changes)v0.0.1PHP &gt;=7.1.0

v0.1.0PHP &gt;=7.0

v2.0.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/29473b8c720eb22cd2e144196df978c161250002e0bfe8135db793d983ce80ff?d=identicon)[Willis1776](/maintainers/Willis1776)

---

Top Contributors

[![Sparclex](https://avatars.githubusercontent.com/u/2805213?v=4)](https://github.com/Sparclex "Sparclex (59 commits)")[![Willis1776](https://avatars.githubusercontent.com/u/17579082?v=4)](https://github.com/Willis1776 "Willis1776 (9 commits)")[![gldrenthe89](https://avatars.githubusercontent.com/u/56250338?v=4)](https://github.com/gldrenthe89 "gldrenthe89 (4 commits)")[![Naoray](https://avatars.githubusercontent.com/u/10154100?v=4)](https://github.com/Naoray "Naoray (2 commits)")[![bgMaxim](https://avatars.githubusercontent.com/u/27724661?v=4)](https://github.com/bgMaxim "bgMaxim (1 commits)")

---

Tags

laravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/willis1776-nova-excel-import/health.svg)

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

###  Alternatives

[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

136301.3k1](/packages/laravel-nova-log-viewer)[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)[datomatic/nova-enum-field

A Laravel Nova PHP 8.1 enum field with filters

20134.2k](/packages/datomatic-nova-enum-field)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92179.0k3](/packages/advoor-nova-editor-js)

PHPackages © 2026

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