Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eseperio/verifactu-php
- Owner: Eseperio
- Created: 2023-03-21T13:32:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T14:27:31.000Z (almost 2 years ago)
- Last Synced: 2023-08-11T05:43:50.754Z (over 1 year ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```