PHPackages                             jrpikong/filament-import-excel - 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. jrpikong/filament-import-excel

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

jrpikong/filament-import-excel
==============================

This is my package filament-import-excel

0.1.6(2y ago)078[3 PRs](https://github.com/jrpikong/filament-import-excel/pulls)MITPHPPHP ^8.1

Since Nov 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jrpikong/filament-import-excel)[ Packagist](https://packagist.org/packages/jrpikong/filament-import-excel)[ Docs](https://github.com/jrpikong/filament-import-excel)[ GitHub Sponsors](https://github.com/jrpikong)[ RSS](/packages/jrpikong-filament-import-excel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (12)Versions (11)Used By (0)

This is my package filament-import-excel
========================================

[](#this-is-my-package-filament-import-excel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/996c87aac75dd029a44b56c6cad5e93ba8b4825da5ffee8ad3cbb0df48c63ed0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a7270696b6f6e672f66696c616d656e742d696d706f72742d657863656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jrpikong/filament-import-excel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ce6d4b5996772a5eb476348101679b530c3a0cfa556977ef54e5bdbdff071358/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a7270696b6f6e672f66696c616d656e742d696d706f72742d657863656c2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/jrpikong/filament-import-excel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e3aae51213fd376dc19ee871e30e867bcd912711067cdd722dba5307829b0e82/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a7270696b6f6e672f66696c616d656e742d696d706f72742d657863656c2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/jrpikong/filament-import-excel/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5e4bb0df141bf71105e125f8ab20fdf412269df8d7334ca01e61b3245a5d29b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a7270696b6f6e672f66696c616d656e742d696d706f72742d657863656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jrpikong/filament-import-excel)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require jrpikong/filament-import-excel
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

Optionally, you can publish the views using

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

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filament-import-excel = new Jrpikong\FilamentImportExcel();
echo $filament-import-excel->echoPhrase('Hello, Jrpikong!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Deny Utama](https://github.com/jrpikong)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~2 days

Total

7

Last Release

889d ago

PHP version history (2 changes)0.1.0PHP ^8.0

0.1.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d10b5fd633d0bfc2fb859fd9f9155f5700a5b437546119d7522ccb3b722fd81?d=identicon)[jrpikong](/maintainers/jrpikong)

---

Top Contributors

[![jrpikong](https://avatars.githubusercontent.com/u/2731812?v=4)](https://github.com/jrpikong "jrpikong (1 commits)")

---

Tags

laravelimportjrpikongfilamentimportexcel

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/jrpikong-filament-import-excel/health.svg)

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

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[konnco/filament-import

241243.2k2](/packages/konnco-filament-import)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)

PHPackages © 2026

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