Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eseperio/verifactu-php

Spanish verifactu library for PHP
https://github.com/eseperio/verifactu-php

Last synced: about 2 months ago
JSON representation

Spanish verifactu library for PHP

Awesome Lists containing this project

README

        

# Verifactu PHP

## ⚠️ Librería en desarrollo

Librería para la integración del sistema de la agencia tributaria española "Veri*factu" (verifactu)

## Instalación

### Composer

Puedes instalarlo usando composer.

>Actualmente la librería no está listada en packagist, por lo que debes añadir el repositorio en tu composer.json

```json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Eseperio/verifactu-php.git"
}
]
}
```
Y ejecutar

```bash
composer require eseperio/verifactu-php
```