PHPackages                             pamekar/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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. pamekar/excel

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

pamekar/excel
=============

Fork of Maatwebsite for reasons of incompatibility with php &gt;= 7.4 --- of Supercharged Excel exports in Laravel

v2.1(2y ago)014MITPHPPHP &gt;=5.5

Since Jul 6Pushed 2y agoCompare

[ Source](https://github.com/pamekar/Laravel-Excel)[ Packagist](https://packagist.org/packages/pamekar/excel)[ RSS](/packages/pamekar-excel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (12)Versions (2)Used By (0)

Laravel Excel v2.1.\* for Laravel
---------------------------------

[](#laravel-excel-v21-for-laravel)

This repository is a fork of Maatwebsite/Laravel-Excel to keep using v2 with php &gt;=7.4
-----------------------------------------------------------------------------------------

[](#this-repository-is-a-fork-of-maatwebsitelaravel-excel-to-keep-using-v2-with-php-74)

---

```
Excel::create('Laravel Excel', function($excel) {

    $excel->sheet('Excel sheet', function($sheet) {

        $sheet->setOrientation('landscape');

    });

})->export('xls');
```

---

Installation
============

[](#installation)

Require this package in your `composer.json` and update composer. This will download the package and PHPExcel of PHPOffice.

```
composer require "convenia/excel:~2.2.*"
```

In Laravel 5.5 or higher, this package will be automatically discovered and you can safely skip the following two steps.

If using Laravel 5.4 or lower, after updating composer, add the ServiceProvider to the providers array in `config/app.php`

```
Maatwebsite\Excel\ExcelServiceProvider::class,
```

You can use the facade for shorter code; if using Laravel 5.4 or lower, add this to your aliases:

```
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
```

The class is bound to the ioC as `excel`

```
$excel = App::make('excel');
```

To publish the config settings in Laravel 5 use:

```
php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider"
```

This will add an `excel.php` config file to your config folder.

Documentation
=============

[](#documentation)

The complete documentation can be found at:

License
=======

[](#license)

MIT

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

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

Unknown

Total

1

Last Release

1045d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a3270feb80ffb7807182fe237d03ec6de91da10e7ef8106697894f08ed836d4?d=identicon)[pamekar](/maintainers/pamekar)

---

Top Contributors

[![patrickbrouwers](https://avatars.githubusercontent.com/u/7728097?v=4)](https://github.com/patrickbrouwers "patrickbrouwers (344 commits)")[![MaatwebsiteSupport](https://avatars.githubusercontent.com/u/5889106?v=4)](https://github.com/MaatwebsiteSupport "MaatwebsiteSupport (43 commits)")[![Arkanius](https://avatars.githubusercontent.com/u/6404401?v=4)](https://github.com/Arkanius "Arkanius (13 commits)")[![mewben](https://avatars.githubusercontent.com/u/2163157?v=4)](https://github.com/mewben "mewben (5 commits)")[![hicode](https://avatars.githubusercontent.com/u/1543428?v=4)](https://github.com/hicode "hicode (5 commits)")[![devinfd](https://avatars.githubusercontent.com/u/468399?v=4)](https://github.com/devinfd "devinfd (5 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (4 commits)")[![brandonzylstra](https://avatars.githubusercontent.com/u/9854?v=4)](https://github.com/brandonzylstra "brandonzylstra (4 commits)")[![FrankPeters](https://avatars.githubusercontent.com/u/3206714?v=4)](https://github.com/FrankPeters "FrankPeters (3 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (3 commits)")[![lk77](https://avatars.githubusercontent.com/u/9606882?v=4)](https://github.com/lk77 "lk77 (2 commits)")[![michaelachrisco](https://avatars.githubusercontent.com/u/398491?v=4)](https://github.com/michaelachrisco "michaelachrisco (2 commits)")[![mikesir87](https://avatars.githubusercontent.com/u/746837?v=4)](https://github.com/mikesir87 "mikesir87 (2 commits)")[![opb](https://avatars.githubusercontent.com/u/778850?v=4)](https://github.com/opb "opb (2 commits)")[![alexcarter404](https://avatars.githubusercontent.com/u/6672121?v=4)](https://github.com/alexcarter404 "alexcarter404 (2 commits)")[![aliusa](https://avatars.githubusercontent.com/u/9768908?v=4)](https://github.com/aliusa "aliusa (2 commits)")[![andi-xd](https://avatars.githubusercontent.com/u/22353317?v=4)](https://github.com/andi-xd "andi-xd (2 commits)")[![Cyrille37](https://avatars.githubusercontent.com/u/368965?v=4)](https://github.com/Cyrille37 "Cyrille37 (2 commits)")[![DavyDeCoster](https://avatars.githubusercontent.com/u/6095391?v=4)](https://github.com/DavyDeCoster "DavyDeCoster (2 commits)")[![drakakisgeo](https://avatars.githubusercontent.com/u/1863506?v=4)](https://github.com/drakakisgeo "drakakisgeo (2 commits)")

---

Tags

laravelexportexcelcsvimportbatchPHPExcel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pamekar-excel/health.svg)

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

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)

PHPackages © 2026

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