PHPackages                             wimil/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wimil/invoices

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wimil/invoices
==============

generate Invoices for laravel

03PHP

Since Dec 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wimil/invoices)[ Packagist](https://packagist.org/packages/wimil/invoices)[ RSS](/packages/wimil-invoices/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)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.

Install
-------

[](#install)

```
composer require wimil/invoices

```

Publish
-------

[](#publish)

### Config

[](#config)

```
php artisan vendor:publish --tag=invoices.config
```

### Views

[](#views)

```
php artisan vendor:publish --tag=invoices.views
```

### Translations

[](#translations)

```
php artisan vendor:publish --tag=invoices.translations
```

```
$invoice = \Wimil\Invoices\Invoice::make()
            ->code('PA-0001')
            ->name('Invoice')
            ->to([
                'name' => 'Èrik Campobadal Forés',
                'id' => '12345678A',
                'phone' => '+34 123 456 789',
                'location' => 'C / Unknown Street 1st',
                'zip' => '08241',
                'city' => 'Manresa',
                'country' => 'Spain',
            ])
            ->addItem([10, 'Test Item', 200.50, 1, 200.50])
            ->addItem([11, 'Test Item', 500.00, 2, 1000.00])
            ->save()
            ->show();
```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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/406484ac42b37d258e184b26c32a2ff39e80a4716e81f33203732a05219ffb77?d=identicon)[wimil](/maintainers/wimil)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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