PHPackages                             rockbuzz/lara-export - 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. rockbuzz/lara-export

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

rockbuzz/lara-export
====================

Laravel Export

0282PHP

Since May 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rockbuzz/lara-export)[ Packagist](https://packagist.org/packages/rockbuzz/lara-export)[ RSS](/packages/rockbuzz-lara-export/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lara Export
===========

[](#lara-export)

Laravel Export

Requirements
------------

[](#requirements)

PHP: &gt;=7.4

Install
-------

[](#install)

```
$ composer require rockbuzz/lara-export
```

```
use Rockbuzz\LaraExport\Export;

class YourController extends Controller
{
    public function index()
    {
        (new Export)
            ->header(['name', 'email'])
            ->data([
                ['name' => 'John Doe', 'email' => 'john@domain.com'],
                ['name' => 'Jane Doe', 'email' => 'jane@domain.com'],
            ])
            //->output(storage_path("app/exports/$filename"), Export::CSV);
            ->save(storage_path("app/exports/$filename"), Export::CSV);
    }

}
```

License
-------

[](#license)

The Lara Export is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a5c02aa268a45e5f1d9c67c331503d326eb4b49eb0fb80293dc7379ccef51f7?d=identicon)[rockbuzz](/maintainers/rockbuzz)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rockbuzz-lara-export/health.svg)

```
[![Health](https://phpackages.com/badges/rockbuzz-lara-export/health.svg)](https://phpackages.com/packages/rockbuzz-lara-export)
```

###  Alternatives

[kartik-v/yii2-sortable

Create sortable lists and grids using HTML5 drag and drop API for Yii 2.0.

433.8M13](/packages/kartik-v-yii2-sortable)[kartik-v/yii2-widget-rangeinput

An enhanced Yii 2 widget encapsulating the HTML 5 range input (sub repo split from yii2-widgets)

193.9M3](/packages/kartik-v-yii2-widget-rangeinput)[leongrdic/smplang

A simple language written in PHP that evaluates expressions without eval

16641.5k4](/packages/leongrdic-smplang)

PHPackages © 2026

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