PHPackages                             bhagat/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. bhagat/excel

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

bhagat/excel
============

Supercharged Excel exports and imports in Laravel

v1.0.0(2y ago)04MITPHPPHP ^7.0|^8.0

Since Jul 4Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (2)Used By (0)

About project
-------------

[](#about-project)

Generate excel/csv

Command
-------

[](#command)

```

Run - composer require bhagat/excel:dev-master

```

Code
----

[](#code)

```
web.php / Controller
use App\Exports\ExportUser;
Route::get('/excel', function(){
    return Excel::download(new ExportUser, 'users.xlsx');
});

App\Exports\ExportUser.php

    namespace App\Exports;
	use App\Models\User;
	use Bhagat\Excel\Concerns\FromCollection;

	class ExportUser implements FromCollection {
		public function collection()
		{
			return User::select('name','email')->get();
		}
	}

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

1048d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f6416da7be4201f95b3dde011769a0925f29655acb4b3bce7418501a4314abb?d=identicon)[bhagatsingh70](/maintainers/bhagatsingh70)

---

Tags

phplaravelexportexcelcsvimportbatchPHPExcelphpspreadsheet

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/bhagat-excel/health.svg)](https://phpackages.com/packages/bhagat-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)
