PHPackages                             7interactive/php-office-helper - 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. 7interactive/php-office-helper

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

7interactive/php-office-helper
==============================

Helper package for handling creation of Office files

2.0.1(4y ago)1127MITPHPPHP &gt;=8.0

Since Jan 20Pushed 4y ago2 watchersCompare

[ Source](https://github.com/7interactive/php-office-helper)[ Packagist](https://packagist.org/packages/7interactive/php-office-helper)[ RSS](/packages/7interactive-php-office-helper/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

PHP Office Helper
=================

[](#php-office-helper)

This package implements `phpoffice/phpspreadsheet`.

Usage
-----

[](#usage)

Implement new document class, extending `BaseDocument` or `BaseExcelDocument`, just like in `example` folder.

Implement new document helper class, which extends `DocumentHelper` and introduce a new method inside of it, just like below.

```
/**
 * Returns filename
 *
 * @param \DateTime $from
 * @param \DateTime $to
 * @return string
 */
public function createExcelSpreadsheetActivityLog(\DateTime $from, \DateTime $to): string
{
    /** @var ExampleSpreadsheet $document */
    $document = $this->documentFactory->createByClassName(ExampleSpreadsheet::class);
    $document->setRange($from, $to);
    return $this->documentFactory->save($document);
}
```

Installing
----------

[](#installing)

`$ composer require 7interactive/php-office-helper`

License
-------

[](#license)

MIT

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~1 days

Total

6

Last Release

1622d ago

Major Versions

1.0 → 2.02022-01-20

v1.0.x-dev → 2.0.12022-01-24

PHP version history (2 changes)1.0PHP &gt;=7.3

2.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/71b3ff8acb084e38e0c8e6959ebe3aebdf58c2fa60f334800d68f074498dfa06?d=identicon)[7interactive](/maintainers/7interactive)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/7interactive-php-office-helper/health.svg)

```
[![Health](https://phpackages.com/badges/7interactive-php-office-helper/health.svg)](https://phpackages.com/packages/7interactive-php-office-helper)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.9k157.3M893](/packages/maatwebsite-excel)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68637.6M655](/packages/nette-bootstrap)[brandembassy/slim-nette-extension

19201.2k](/packages/brandembassy-slim-nette-extension)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.2k](/packages/bedita-manager)

PHPackages © 2026

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