PHPackages                             bennybian/laravelphpword - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. bennybian/laravelphpword

ActiveLibrary[File &amp; Storage](/categories/file-storage)

bennybian/laravelphpword
========================

An eloquent way of write and read Word in Laravel 4 with the power of PHPWord

014PHP

Since Jun 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bennybian/laravelphpword)[ Packagist](https://packagist.org/packages/bennybian/laravelphpword)[ RSS](/packages/bennybian-laravelphpword/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel PHP Word v1.0
---------------------

[](#laravel-php-word-v10)

Laravel PHP brings the power of PHPOffice's PHPWord  to Laravel 4. It includes features like: ...

\#Installation

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

```
"maatwebsite/excel": "~1.3.0"
```

After updating composer, add the ServiceProvider to the providers array in `app/config/app.php`

```
'Maatwebsite\Excel\ExcelServiceProvider',
```

You can use the facade for shorter code. Add this to your aliases:

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

The class is bound to the ioC as `excel`

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

License
=======

[](#license)

This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![bennybian](https://avatars.githubusercontent.com/u/12000737?v=4)](https://github.com/bennybian "bennybian (5 commits)")

### Embed Badge

![Health badge](/badges/bennybian-laravelphpword/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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