PHPackages                             rodmarzavala/infile-php-symfony - 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-symfony

ActiveSymfony-bundle[API Development](/categories/api)

rodmarzavala/infile-php-symfony
===============================

Symfony adapter for infile-php — Guatemala FEL SDK

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

Since May 3Pushed 2mo agoCompare

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

READMEChangelogDependencies (4)Versions (17)Used By (0)

Infile PHP Symfony Bundle
=========================

[](#infile-php-symfony-bundle)

[![Packagist Version](https://camo.githubusercontent.com/52e8616cb6d9f911a051347ece280e35ecf124e8a084ed91e6bbd92ff5e61eb7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f646d61727a6176616c612f696e66696c652d7068702d73796d666f6e79)](https://packagist.org/packages/rodmarzavala/infile-php-symfony)[![PHP Version Require](https://camo.githubusercontent.com/35ac9c016f80205a9f8ea57e3fe2d5a963000af5ae5796d4c313c2d6a04e2094/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f726f646d61727a6176616c612f696e66696c652d7068702d73796d666f6e79)](https://packagist.org/packages/rodmarzavala/infile-php-symfony)[![License](https://camo.githubusercontent.com/28ff402687e0cf56d008cec2158dafd6177129fd037de81975c1a4ed5b86559b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f726f646d61727a6176616c612f696e66696c652d7068702d73796d666f6e79)](https://packagist.org/packages/rodmarzavala/infile-php-symfony)

El bundle nativo para Symfony del SDK `infile-php` de facturación electrónica en línea (FEL) para Guatemala. Incluye integración *zero-config*, soporte para Symfony Messenger y un *DataCollector* dedicado en el Profiler.

> **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-symfony
```

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

[](#documentación)

Para acceder a la documentación completa, opciones de configuración 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)

Inyecta el `InfileService` en tus controladores o servicios:

```
namespace App\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;
use InfilePhp\Symfony\Service\InfileService;
use InfilePhp\Core\Dte\Invoice;
use InfilePhp\Core\Dte\Recipient;
use InfilePhp\Core\Dte\Item;

class InvoiceController extends AbstractController
{
    #[Route('/invoice', name: 'app_invoice')]
    public function issue(InfileService $infile): Response
    {
        $response = $infile->issue(
            Invoice::create()
                ->for(Recipient::withTaxId('12345678')->name('Juan Pérez')->address('Ciudad'))
                ->add(Item::product('Laptop')->quantity(1)->unitPrice(8500.00))
        );

        return new Response('DTE Emitido con UUID: ' . $response->uuid());
    }
}
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance84

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

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 (11 commits)")

---

Tags

facturacion-electronicafelguatemalainfilesat-guatemalasymfonysymfony-bundle

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.5k5.9M754](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M400](/packages/easycorp-easyadmin-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M511](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

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

Storefront for Shopware

674.6M247](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M600](/packages/shopware-core)

PHPackages © 2026

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