PHPackages                             facturapi/facturapi-php - 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. facturapi/facturapi-php

ActiveLibrary[API Development](/categories/api)

facturapi/facturapi-php
=======================

Facturapi's PHP client library

4.5.0(3w ago)1550.1k↑79.4%12MITPHPPHP &gt;=8.2CI passing

Since Jan 26Pushed 3w ago4 watchersCompare

[ Source](https://github.com/FacturAPI/facturapi-php)[ Packagist](https://packagist.org/packages/facturapi/facturapi-php)[ Docs](https://www.facturapi.io/)[ RSS](/packages/facturapi-facturapi-php/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (10)Dependencies (8)Versions (60)Used By (0)

Facturapi PHP SDK
=================

[](#facturapi-php-sdk)

Official PHP SDK for [Facturapi](https://www.facturapi.io).

Language: English | [Español](./README.es.md)

[![Latest Version](https://camo.githubusercontent.com/30ce790bd6c9f8cbfe1a24a9b5c0e75db48d4554e1534298c0d9b6655013f31a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6661637475726170692f6661637475726170692d7068703f7374796c653d666c61742d737175617265)](https://packagist.org/packages/facturapi/facturapi-php)[![PHP Version](https://camo.githubusercontent.com/fc7ba36a0834d20510fb69118306223d8c1658dc1279290a5591497186ec11d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6661637475726170692f6661637475726170692d7068703f7374796c653d666c61742d737175617265)](https://packagist.org/packages/facturapi/facturapi-php)[![Total Downloads](https://camo.githubusercontent.com/fe9bdd916e1b916ce623f4995b8c64abcaaebe8bfa7ca9638d0454dfb8ba2735/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6661637475726170692f6661637475726170692d7068703f7374796c653d666c61742d737175617265)](https://packagist.org/packages/facturapi/facturapi-php)[![License](https://camo.githubusercontent.com/383bc111d2cdb0bdd242350fd67febc335f47d5765e4904237aaae583783c39a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6661637475726170692f6661637475726170692d7068703f7374796c653d666c61742d737175617265)](https://packagist.org/packages/facturapi/facturapi-php)

Installation ⚡
--------------

[](#installation-)

```
composer require facturapi/facturapi-php
```

Without Composer (supported workaround):

```
require_once __DIR__ . '/path/to/facturapi-php/src/Facturapi.php';
```

Requirements:

- PHP `>=8.2`

Backward Compatibility With Older PHP Versions
----------------------------------------------

[](#backward-compatibility-with-older-php-versions)

Since version **4.0.0**, the SDK requires **PHP &gt;= 8.2**.

- If your project already runs on PHP 8.2+, no extra changes are needed.
- If your project runs on PHP 8.1 or lower, pin to version **3.7.0** (latest compatible release before PHP 8.2 requirement).

Quick Start 🚀
-------------

[](#quick-start-)

```
