PHPackages                             rodmarzavala/infile-php-core - 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. [API Development](/categories/api)
4. /
5. rodmarzavala/infile-php-core

ActiveLibrary[API Development](/categories/api)

rodmarzavala/infile-php-core
============================

Core PHP 8.2 SDK for Guatemala's FEL electronic invoicing via Infile S.A.

v1.3.2(2mo ago)0192MITPHPPHP &gt;=8.2

Since May 3Pushed 2mo agoCompare

[ Source](https://github.com/rodmarzavala/infile-php-core)[ Packagist](https://packagist.org/packages/rodmarzavala/infile-php-core)[ RSS](/packages/rodmarzavala-infile-php-core/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (8)Versions (17)Used By (2)

Infile PHP Core SDK
===================

[](#infile-php-core-sdk)

[![Packagist Version](https://camo.githubusercontent.com/353f908a02255c75503a2b762cfb9a4ffb9f3c0e905b57c047699585368ae2c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f646d61727a6176616c612f696e66696c652d7068702d636f7265)](https://packagist.org/packages/rodmarzavala/infile-php-core)[![PHP Version Require](https://camo.githubusercontent.com/cfae14b05aea8c486d1a08f7fd38b985a9c074d41c6325000bc1c8e2c2d21191/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f726f646d61727a6176616c612f696e66696c652d7068702d636f7265)](https://packagist.org/packages/rodmarzavala/infile-php-core)[![License](https://camo.githubusercontent.com/4e9f8490a279827506ca1e99742a84edc69efd06d01066dc584a0a7e4fa8be4b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f726f646d61727a6176616c612f696e66696c652d7068702d636f7265)](https://packagist.org/packages/rodmarzavala/infile-php-core)

Un SDK open-source para PHP 8.2+ de facturación electrónica en línea (FEL) de Guatemala, utilizando a Infile S.A. como certificador. Este paquete es agnóstico y no depende de ningún framework.

> **Nota:** Este repositorio es una división de solo lectura (read-only split) del monorepo principal `infile-php`. Por favor, envía tus *issues* y *pull requests* al [repositorio principal](https://github.com/rodmarzavala/infile-php).

Instalación
-----------

[](#instalación)

```
composer require rodmarzavala/infile-php-core
```

Documentación
-------------

[](#documentación)

Para acceder a la documentación completa, guías de inicio rápido y referencia de la API, por favor visita nuestro sitio:

**👉 [Documentación del SDK (rodmarzavala.github.io/infile-php)](https://rodmarzavala.github.io/infile-php/)**

Ejemplo de Uso
--------------

[](#ejemplo-de-uso)

```
use InfilePhp\Core\Dte\Invoice;
use InfilePhp\Core\Dte\Recipient;
use InfilePhp\Core\Dte\Item;

$response = Invoice::create()
    ->for(Recipient::withTaxId('12345678')->name('Juan Pérez')->address('Ciudad'))
    ->add(Item::product('Laptop')->quantity(1)->unitPrice(8500.00))
    ->issue();

echo $response->uuid();
```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance84

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

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

Every ~0 days

Total

16

Last Release

81d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37b02b67797102574b2dee7e94fc77c11ce2883266acbb98d8639be6b7eb11cb?d=identicon)[rodmarzavala](/maintainers/rodmarzavala)

---

Top Contributors

[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (12 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/rodmarzavala-infile-php-core/health.svg)

```
[![Health](https://phpackages.com/badges/rodmarzavala-infile-php-core/health.svg)](https://phpackages.com/packages/rodmarzavala-infile-php-core)
```

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

36789.4k2](/packages/telnyx-telnyx-php)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M754](/packages/sylius-sylius)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k16](/packages/tempest-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M600](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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