PHPackages                             jiagbrody/laravel-factura-mx - 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. [Payment Processing](/categories/payments)
4. /
5. jiagbrody/laravel-factura-mx

ActiveLibrary[Payment Processing](/categories/payments)

jiagbrody/laravel-factura-mx
============================

Librería para la facturación en México, creación de facturas y CFDI.

0.0.1(2y ago)21251[2 PRs](https://github.com/jiagbrody/laravel-factura-mx/pulls)MITPHPPHP ^8.2

Since Nov 30Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/jiagbrody/laravel-factura-mx)[ Packagist](https://packagist.org/packages/jiagbrody/laravel-factura-mx)[ Docs](https://github.com/jiagbrody/laravel-factura-mx)[ RSS](/packages/jiagbrody-laravel-factura-mx/feed)WikiDiscussions main Synced 2d ago

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

Librería para la facturacion en México, creacion de facturas y CFDI.
====================================================================

[](#librería-para-la-facturacion-en-méxico-creacion-de-facturas-y-cfdi)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a47345c128abce18db03347a0fcdfe1f6a91825729e0aac122dfe151b48c8076/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a69616762726f64792f6c61726176656c2d666163747572612d6d782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jiagbrody/laravel-factura-mx)[![GitHub Tests Action Status](https://camo.githubusercontent.com/c610c037724210e2b749d710ce63f2a827d2226ebc3f34c74f1e837443c34951/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a69616762726f64792f6c61726176656c2d666163747572612d6d782f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/jiagbrody/laravel-factura-mx/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/2ab0b338c04995f9f6ed1ad56911ddd32aa2ccde0adc4359e2f58fe7c947859e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a69616762726f64792f6c61726176656c2d666163747572612d6d782f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jiagbrody/laravel-factura-mx/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/0ea3c64596f13aa1b381ac3406e9f24f96a2e46443cb571a4935dece360d07fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a69616762726f64792f6c61726176656c2d666163747572612d6d782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jiagbrody/laravel-factura-mx)

This package is used with the Laravel Framework and currently resolves billing in Mexico for CFDI version 4.0. It is likely that the documentation will be based on Spanish since it is the native language for technicalities and others according to what governs the SAT “Servicio de Administración Tributaria”.

Support us
----------

[](#support-us)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require jiagbrody/laravel-factura-mx
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-factura-mx-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-factura-mx-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-factura-mx-views"
```

Usage
-----

[](#usage)

```
$laravelFacturaMx = new JiagBrody\LaravelFacturaMx();
echo $laravelFacturaMx->echoPhrase('Hello, JiagBrody!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [jiagbrody](https://github.com/jiagbrody)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance43

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

947d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9873a4a6942651e2a3c86b6c5d1da11b65d55b56b70155e0827cffc9eb6bcff1?d=identicon)[Israel Alvarez](/maintainers/Israel%20Alvarez)

---

Top Contributors

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

---

Tags

laravelfacturacionsatcfdimexicofacturabrodylaravel-factura-mxjiagbrodyjiag

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jiagbrody-laravel-factura-mx/health.svg)

```
[![Health](https://phpackages.com/badges/jiagbrody-laravel-factura-mx/health.svg)](https://phpackages.com/packages/jiagbrody-laravel-factura-mx)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M101](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

213421.2k2](/packages/wnx-laravel-backup-restore)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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