PHPackages                             hellofresh/ausraster - 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. hellofresh/ausraster

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

hellofresh/ausraster
====================

A set of adapters for document manipulation.

v0.4(9y ago)732.0k2[2 issues](https://github.com/hellofresh/ausraster/issues)[4 PRs](https://github.com/hellofresh/ausraster/pulls)MITPHPPHP &gt;=7.0

Since Jun 20Pushed 2y ago60 watchersCompare

[ Source](https://github.com/hellofresh/ausraster)[ Packagist](https://packagist.org/packages/hellofresh/ausraster)[ Docs](https://github.com/hellofresh/ausraster)[ RSS](/packages/hellofresh-ausraster/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (5)Dependencies (2)Versions (13)Used By (0)

 [ ![](https://camo.githubusercontent.com/b52e67d31d20a8bed2b4d9e6c9529683d255da29bd73d07a4300d5d8d158eed0/68747470733a2f2f7777772e68656c6c6f66726573682e64652f696d616765732f68656c6c6f66726573682f70726573732f48656c6c6f46726573685f4c6f676f2e706e67) ](https://hellofresh.com)

Ausraster
=========

[](#ausraster)

Working with spreadsheets can make you (╯°□°）╯︵ ┻━┻. Ausraster puts a stop to that frustration, by providing a unified, sane interface over various document libraries.

**┳━┳ ノ( ゜-゜ノ)**

Features and Roadmap
--------------------

[](#features-and-roadmap)

- Excel adapter (provided by [PHPExcel](https://github.com/PHPOffice/PHPExcel))
- Fully PSR-2 compliant
- Composer / PSR-4 compliant
- Test coverage
- Cell formatting
- CSV adapter
- Other adapters to come! Need an adapter? Feel free to [contribute](Contributing.md)!

Usage
-----

[](#usage)

### Installation

[](#installation)

```
$ composer require hellofresh/ausraster
```

### Bring Your Own Adapter

[](#bring-your-own-adapter)

By itself, Ausraster doesn't do much, as it needs another library to act as an interface to. For example, we can make use of Ausraster's Spreadsheet interfaces if we include [PHPExcel](https://github.com/PHPOffice/PHPExcel):

```
$ composer require phpoffice/phpexcel
```

No matter what spreadsheet adapter you use, Ausraster is designed to have the same simple, friendly interface.

```
require_once 'vendor/autoload.php';

use HelloFresh\Ausraster\Spreadsheet\Coordinate;
use HelloFresh\Ausraster\Spreadsheet\PhpExcel\Document;

$document = new Document;

$worksheet = $document->createWorksheet();

$coordinate = new Coordinate('A', 1);
$cell = $worksheet->getCellAt($coordinate);
$cell->fill('Ausraster rules!');

$document->save('example.xlsx');
```

To see more, check out the [examples folder](https://github.com/hellofresh/ausraster/tree/master/examples).

Contributing
------------

[](#contributing)

Thinking of adding an adapter or fixing a bug? Thanks! Please see [CONTRIBUTING.md](CONTRIBUTING.md) before doing so to familiarise yourself with the review process, code of conduct, etc.

License
-------

[](#license)

[MIT License](LICENSE)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.7% 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 ~34 days

Recently: every ~43 days

Total

6

Last Release

3490d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1108049?v=4)[Ítalo Vietro](/maintainers/italolelis)[@italolelis](https://github.com/italolelis)

![](https://www.gravatar.com/avatar/986acba5713cdb47bd0f0e9b0e7988f3b4a2cc43f40bdcbb9820a64f79d6516d?d=identicon)[kieranajp](/maintainers/kieranajp)

---

Top Contributors

[![kieranajp](https://avatars.githubusercontent.com/u/681426?v=4)](https://github.com/kieranajp "kieranajp (35 commits)")[![gh-automation-app[bot]](https://avatars.githubusercontent.com/u/4430027?v=4)](https://github.com/gh-automation-app[bot] "gh-automation-app[bot] (1 commits)")[![hf-ghactions-bot](https://avatars.githubusercontent.com/u/91131851?v=4)](https://github.com/hf-ghactions-bot "hf-ghactions-bot (1 commits)")[![nsimaria](https://avatars.githubusercontent.com/u/1467612?v=4)](https://github.com/nsimaria "nsimaria (1 commits)")[![robert-kel-tg](https://avatars.githubusercontent.com/u/8992903?v=4)](https://github.com/robert-kel-tg "robert-kel-tg (1 commits)")

---

Tags

open-sourcewiz-planning-and-purchas-purchase-order-lifecycleexcelxlsxcsvofficespreadsheetdocument

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hellofresh-ausraster/health.svg)

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

###  Alternatives

[openspout/openspout

PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

1.2k65.5M210](/packages/openspout-openspout)[dcat/easy-excel

使用简单实用的语义化接口快速读写Excel文件

155384.9k28](/packages/dcat-easy-excel)

PHPackages © 2026

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