PHPackages                             ibrahimtelman/voyager-excel-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. ibrahimtelman/voyager-excel-export

ActiveLibrary

ibrahimtelman/voyager-excel-export
==================================

voyager excel export hook based voyager-excel package

1.0.1(5y ago)3355↓100%1MITPHP

Since Feb 10Pushed 5y agoCompare

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

READMEChangelogDependencies (3)Versions (5)Used By (0)

Voyager Excel Export
====================

[](#voyager-excel-export)

a plugin for excel export

Install hook
------------

[](#install-hook)

```
php artisan hook:install voyager-excel-export
```

Enable hook
-----------

[](#enable-hook)

```
php artisan hook:enable voyager-excel-export
```

Usage
-----

[](#usage)

### Add traits to model

[](#add-traits-to-model)

```
use ExcelExport;
```

### Add setter method to model

[](#add-setter-method-to-model)

```
public function setExportable()
{
  //list column of table which you want to export
  //type 1 ["key1", "key2"]
  //type 2 ["key1" => "New Name", "key2" => "New Name"]
  //or with closure ["key1" => [ "name" => "New Name", "value" => function($value, $model){ return $value } ]]
  //you all free to combine three options

  //example
  return array(
    "id", "fullname" => [
          "name" => "Name",
          "value" => function ($value, $model) {
              return strtoupper($value);
          }
      ], "email" => "Email", "phone" => "Phone"
  );
}
```

Support Language
----------------

[](#support-language)

- tr
- en
- zh\_CN （中文）

License
-------

[](#license)

MIT

Links
-----

[](#links)

- [Voyager](https://voyager-docs.devdojo.com/)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.9% 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 ~70 days

Total

4

Last Release

2070d ago

Major Versions

v0.1.2 → 1.0.02020-09-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1cce236fa9a68b2ec1360112e238fcbf40f500e17213b53ed267e277c06bf8b?d=identicon)[ibrahimtelman](/maintainers/ibrahimtelman)

---

Top Contributors

[![tu6ge](https://avatars.githubusercontent.com/u/4115242?v=4)](https://github.com/tu6ge "tu6ge (9 commits)")[![ibrahimtelman](https://avatars.githubusercontent.com/u/8071787?v=4)](https://github.com/ibrahimtelman "ibrahimtelman (8 commits)")

### Embed Badge

![Health badge](/badges/ibrahimtelman-voyager-excel-export/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)

PHPackages © 2026

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