PHPackages                             xisfacturacion/finkok - 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. xisfacturacion/finkok

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

xisfacturacion/finkok
=====================

Clase auxiliar para el servicio de timbrado del PAC Finkok que se utilizara en el CFDI 3.3 (Factuxis v3)

1.0.19(8y ago)1104MITPHPPHP &gt;=5.6.4

Since Jun 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/rob1104/Finkok-Helper)[ Packagist](https://packagist.org/packages/xisfacturacion/finkok)[ RSS](/packages/xisfacturacion-finkok/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (9)DependenciesVersions (10)Used By (0)

Finkok-Helper
=============

[](#finkok-helper)

Este paquete te permite hacer uso del web service de Finkok

- [Introducción](#introduccion)
- [Instalación](#instalacion)
- [Uso](#uso)
    - [Agregar clientes](#agregar-clientes)
    - [Obtener clientes](#obtener-clientes)
    - [Obtener cliente por rfc](#obtener-cliente-por-rfc)
    - [Timbrar](#timbrar)
    - [Cancelar](#cancelar)
- [Licencia](#licencia)

Introducción
------------

[](#introducción)

Finkok-Helper provee un mecanismo para usar el servicio de timbrado de Finkok.

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

[](#instalación)

Simplemente instala el paquete con composer:

```
composer require xisfacturacion/finkok
```

Una vez composer termine de instalar el paquete se debe importar el paquete y crear una nueva instancia pasando los parametros correspondientes:

```
require_once __DIR__ . '\vendor\autoload.php'; // Autoload files using Composer autoload

use XisFacturacion\Finkok;

$username = "";   //Usuario finkok
$password = "";   //Contraseña finkok
$sandbox = false; // por defecto esta en true

$finkok = new Finkok($username, $password, $sandbox);
```

Uso
---

[](#uso)

Agregar clientes, obtener clientes, timbrar y cancelar es muy fácil, los metodos contienen la siguiente firma y devuelven un valor adecuado para trabajar con el resultado.

### Agregar clientes

[](#agregar-clientes)

```
$finkok->newCliente($rfc);
```

### Obtener clientes

[](#obtener-clientes)

```
$clientes = $finkok->getClientes();
```

### Obtener cliente por rfc

[](#obtener-cliente-por-rfc)

```
$client = $finkok->getClientePorRfc($rfc);
```

### Timbrar

[](#timbrar)

```
$response = $finkok->timbrar($xml);
```

### Cancelar

[](#cancelar)

```
$response = $finkok->cancelar($rfcemisor, $uuid);
```

Licencia
--------

[](#licencia)

Finkok-Helper es un programa de codigo abierto bajo la licencia [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~6 days

Total

9

Last Release

3205d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e61ad626a71e5d016283187db3b977805dd28a251404a2f72301ad1e7638cfc5?d=identicon)[rob1104](/maintainers/rob1104)

---

Top Contributors

[![rob1104](https://avatars.githubusercontent.com/u/3076233?v=4)](https://github.com/rob1104 "rob1104 (32 commits)")

### Embed Badge

![Health badge](/badges/xisfacturacion-finkok/health.svg)

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

PHPackages © 2026

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