PHPackages                             fawno/facturae - 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. fawno/facturae

ActiveLibrary

fawno/facturae
==============

Clases para la gestión de facturas electrónicas

3.1.5(2mo ago)0100↓100%MITXSLTPHP &gt;=8.3CI passing

Since Jan 20Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/fawno/Facturae)[ Packagist](https://packagist.org/packages/fawno/facturae)[ RSS](/packages/fawno-facturae/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (5)Versions (45)Used By (0)

[![GitHub Workflow](https://github.com/fawno/Facturae/actions/workflows/php.yml/badge.svg)](https://github.com/fawno/Facturae/actions/workflows/php.yml)[![GitHub license](https://camo.githubusercontent.com/39345745b0c7e4759ecb3a46e970ad8fb2c9bd23c086b6d4d73afe454565fe57/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6661776e6f2f46616374757261652e737667)](https://github.com/fawno/Facturae/blob/master/LICENSE)[![GitHub tag (latest SemVer)](https://camo.githubusercontent.com/084bbcbe8b56826b8453e16afc69d7964becc72bf74f2f3dcb139ede02131f9f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6661776e6f2f46616374757261652e737667)](https://github.com/fawno/Facturae/tags)[![GitHub release](https://camo.githubusercontent.com/1e53858c0a74836f8968984c8bc774ed5c99788624b11db02847eed1ae6089e1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6661776e6f2f46616374757261652e737667)](https://github.com/fawno/Facturae/releases)[![Packagist](https://camo.githubusercontent.com/25451b67cd6163bc843f1fddf980ed0d4b811b9e2f7cb0084c746bb7a9ff4798/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6661776e6f2f66616374757261652e737667)](https://packagist.org/packages/fawno/facturae)[![Packagist Downloads](https://camo.githubusercontent.com/ef2a0081645f616eed3ca3a274873b9fd906a2312ddfdd04b4c79386ad5d999c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6661776e6f2f46616374757261652e737667)](https://packagist.org/packages/fawno/Facturae/stats)[![GitHub issues](https://camo.githubusercontent.com/21cb2200dd15023cd2e3b07e4753c574c0597f92f70ac65850b338b483bc2956/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6661776e6f2f46616374757261652e737667)](https://github.com/fawno/Facturae/issues)[![GitHub forks](https://camo.githubusercontent.com/2760f11176125e1dbcd88923dfd77e7330e3e21621d21b1322b81c6890b1282d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6661776e6f2f46616374757261652e737667)](https://github.com/fawno/Facturae/network)[![GitHub stars](https://camo.githubusercontent.com/97bbde2027c6c0655fbb9c36ef3926cb038fcdd5aa16365dc4c7b4339477027f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6661776e6f2f46616374757261652e737667)](https://github.com/fawno/Facturae/stargazers)[![Documentation](https://camo.githubusercontent.com/4fcc3fc926ef0815094290b48ae9af9b56eaff2f894d4f80a9869de5ecc24589/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d616e75616c2d7773646c464143652d626c75652e737667)](docs/wsdlFACe.md)

Facturae
========

[](#facturae)

Clases para la gestión de facturas electrónicas [Facturae](http://www.facturae.gob.es)

wsdlFACe
--------

[](#wsdlface)

Clase para el [Web Service de FACe](https://face.gob.es/es)

[Documentación wsdlFACe](docs/wsdlFACe.md)

Requisitos
==========

[](#requisitos)

- PHP version 7.4 o superior con las extensiones openssl y soap habilitadas.
- [robrichards/xmlseclibs](https://github.com/robrichards/xmlseclibs) 2.0 o superior
- [robrichards/wse-php](https://github.com/robrichards/wse-php) 2.0 o superior

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

[](#instalación)

### Instalar con [`composer.phar`](http://getcomposer.org).

[](#instalar-con-composerphar)

Añade `fawno/facturae` como requisito a tu proyecto:

```
php composer.phar require "fawno/facturae"
```

Carga la clase en tu script:

```
