PHPackages                             linkorb/tagliatelle - 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. linkorb/tagliatelle

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

linkorb/tagliatelle
===================

Tagliatelle: PDF generator for price-tags, badges, labels, etc

27PHP

Since Jul 3Pushed 9y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Tagliatelle: PDF generator for price-tags, badges, labels, etc
==============================================================

[](#tagliatelle-pdf-generator-for-price-tags-badges-labels-etc)

Tagliatelle allows you to define templates and page formats, and generate PDF labels based on record data (a csv, array, etc).

Usage as a command-line tool
----------------------------

[](#usage-as-a-command-line-tool)

After cloning this repository to your local machine, make sure to install the dependencies:

```
composer install

```

Then you can invoke Tagliatelle from the commandline as follows:

```
./bin/tagliatelle example/template.xml example/page.xml example/data.csv output.pdf

```

You can inspect the `example/template.xml` and `example/page.xml` to see how this works. The `example/data.csv` file simply contains some test data that you can use.

Calling the above command will generate a new `output.pdf`, that you can preview like this:

```
open output.pdf

```

Usage as a library
------------------

[](#usage-as-a-library)

Add the following to your composer.json of your project:

```
"require": {
    "linkorb/tagliatelle": "~1.0"
}

```

Run `composer update` to install the new project dependency.

Next, refer to the `example/` directory to see how to use the library.

You can either manually construct the templates and pages (`example/manual.php`) or use the included loaders to load the template and page formats from xml files (`example/loaders.php`).

Pasta!
------

[](#pasta)

In case you are very confused about what you just read, and you just came here for pasta, check out:

```
https://www.youtube.com/watch?v=yrWJ2-fUw98

```

License
-------

[](#license)

MIT. Please refer to the [license file](LICENSE.md) for details.

Brought to you by the LinkORB Engineering team
----------------------------------------------

[](#brought-to-you-by-the-linkorb-engineering-team)

[![](https://camo.githubusercontent.com/62fb66b034de7ea7fca9fd9776424b5348daa76ef8622caf92c2f7622003e5ef/687474703a2f2f7777772e6c696e6b6f72622e636f6d2f642f6d6574612f74696572312f696d616765732f6c696e6b6f7262656e67696e656572696e672d6c6f676f2e706e67)](https://camo.githubusercontent.com/62fb66b034de7ea7fca9fd9776424b5348daa76ef8622caf92c2f7622003e5ef/687474703a2f2f7777772e6c696e6b6f72622e636f6d2f642f6d6574612f74696572312f696d616765732f6c696e6b6f7262656e67696e656572696e672d6c6f676f2e706e67)
Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).

Btw, we're hiring!

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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/1db66b320db18b8036ea68211b7d8a39e7c6da97e6fd29f59a50380ebb69d0bb?d=identicon)[joostfaassen](/maintainers/joostfaassen)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/linkorb-tagliatelle/health.svg)

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

###  Alternatives

[42coders/document-templates

Document template management package.

19940.0k](/packages/42coders-document-templates)[qipsius/tcpdf-bundle

A bundle to easily integrate TCPDF into Symfony

23749.5k](/packages/qipsius-tcpdf-bundle)[macopedia/magmi2

Magento Mass Importer 'Magmi' for Magento 2

11615.7k](/packages/macopedia-magmi2)[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.4k](/packages/tarfin-labs-easy-pdf)[akeneo-labs/excel-connector-bundle

Akeneo PIM Excel connector bundle

166.4k](/packages/akeneo-labs-excel-connector-bundle)

PHPackages © 2026

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