PHPackages                             eavio/invoices - 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. eavio/invoices

ActiveLibrary

eavio/invoices
==============

A Laravel PDF Invoices Generator

0259↓100%2PHP

Since Apr 4Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/eAvio/Invoices)[ Packagist](https://packagist.org/packages/eavio/invoices)[ RSS](/packages/eavio-invoices/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

What is Invoices?
-----------------

[](#what-is-invoices)

Invoices is a Laravel library that generates a PDF invoice for your customers. The PDF can be either downloaded or streamed in the browser. It's highly customizable and you can modify the whole output view as well.

Sample Invoice
--------------

[](#sample-invoice)

This is a sample invoice generated using this library:

[![Sample Invoice](https://camo.githubusercontent.com/b9110a45afc736172b42cb2b3a7a2174edfebbb82f6f018e36ffe0665a57c86f/68747470733a2f2f692e6962622e636f2f42566b627354302f496e766f6963652d44656d6f2e706e67)](https://camo.githubusercontent.com/b9110a45afc736172b42cb2b3a7a2174edfebbb82f6f018e36ffe0665a57c86f/68747470733a2f2f692e6962622e636f2f42566b627354302f496e766f6963652d44656d6f2e706e67)

```
$invoice = Invoice::make()
    ->name('Invoice')
    ->logo('https://process.arts.ac.uk/sites/default/files/online_-id_ban_large-820_x_150.jpg')
    ->footer_logo('https://www.poutskincare.co.za/wp-content/uploads/2016/07/POUT_Background-900x100.png')
    ->addItem('Item 1', 10, 'min', 13, 12, 1337)
    ->addItem('Item 2', 5, 'hr', 6, 4, 5232)
    ->addItem('Item 3', 3, 'min', 8, 16, 6135)
    ->addItem('Item 4', 16, 'min', 6, 4, 5313)
    ->duplicate_header(true)
    ->number(1234567890)
    ->due_date(Carbon::now()->addMonths(1))
    ->date(Carbon::now())
    ->notes('Tese are the notes')
    ->discount(15)
    ->date_of_service(Carbon::now())
    ->customer([
        'name' => 'John Doe',
        'address' => 'John Doe
            Love alley 3000
            1234 America',
        'id' => 241256,
        'vat_payer' => 0
    ])
    ->download('demo');
```

License
-------

[](#license)

```
MIT License

Copyright (c) 2020 Jernej Žuraj

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance45

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 51.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/09fce456620b254da7353dc3e76240dbb44290392ad7e8421750d2cbf6d644ca?d=identicon)[eAvio](/maintainers/eAvio)

---

Top Contributors

[![SilentViper111](https://avatars.githubusercontent.com/u/49122650?v=4)](https://github.com/SilentViper111 "SilentViper111 (15 commits)")[![eAvio](https://avatars.githubusercontent.com/u/61407700?v=4)](https://github.com/eAvio "eAvio (14 commits)")

### Embed Badge

![Health badge](/badges/eavio-invoices/health.svg)

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

PHPackages © 2026

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