https://github.com/fawno/facturae
Clases para la gestión de facturas electrónicas Facturae http://www.facturae.gob.es
https://github.com/fawno/facturae
facturae php
Last synced: 3 months ago
JSON representation
Clases para la gestión de facturas electrónicas Facturae http://www.facturae.gob.es
- Host: GitHub
- URL: https://github.com/fawno/facturae
- Owner: fawno
- License: mit
- Created: 2018-01-20T21:55:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T14:29:53.000Z (about 1 year ago)
- Last Synced: 2024-04-12T16:37:23.448Z (about 1 year ago)
- Topics: facturae, php
- Language: XSLT
- Size: 115 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/fawno/Facturae/blob/master/LICENSE)
[](https://github.com/fawno/Facturae/tags)
[](https://github.com/fawno/Facturae/releases)
[](https://packagist.org/packages/fawno/facturae)
[](https://packagist.org/packages/fawno/Facturae/stats)
[](https://github.com/fawno/Facturae/issues)
[](https://github.com/fawno/Facturae/network)
[](https://github.com/fawno/Facturae/stargazers)
[](docs/wsdlFACe.md)# Facturae
Clases para la gestión de facturas electrónicas [Facturae](http://www.facturae.gob.es)## wsdlFACe
Clase para el [Web Service de FACe](https://face.gob.es/es)[Documentación wsdlFACe](docs/wsdlFACe.md)
# 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
### Instalar con [`composer.phar`](http://getcomposer.org).
Añade `fawno/facturae` como requisito a tu proyecto:
```sh
php composer.phar require "fawno/facturae"
```
Carga la clase en tu script:```php