https://github.com/fawno/aeat
Clases para los servicios web de la AEAT http://www.agenciatributaria.es
https://github.com/fawno/aeat
aeat php
Last synced: about 1 month ago
JSON representation
Clases para los servicios web de la AEAT http://www.agenciatributaria.es
- Host: GitHub
- URL: https://github.com/fawno/aeat
- Owner: fawno
- License: mit
- Created: 2018-01-20T21:19:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T11:23:53.000Z (over 2 years ago)
- Last Synced: 2025-04-13T06:03:41.491Z (about 1 month ago)
- Topics: aeat, php
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/fawno/AEAT/blob/master/LICENSE)
[](https://github.com/fawno/AEAT/releases)
[](https://github.com/fawno/AEAT/tags)
[](https://packagist.org/packages/fawno/aeat)
[](https://packagist.org/packages/fawno/aeat/stats)
[](https://github.com/fawno/AEAT/issues)
[](https://github.com/fawno/AEAT/network)
[](https://github.com/fawno/AEAT/stargazers)
[](docs/wsdlVNif.md)# AEAT
Clases para los servicios web de la [AEAT](http://www.agenciatributaria.es/)## wsdlVNif
Clase para el [Web Service de Calidad de Datos Identificativos](http://www.agenciatributaria.es/AEAT.internet/Inicio/Ayuda/Manuales__Folletos_y_Videos/Manuales_tecnicos/Web_service/Modelos_030__036__037/Informacion_sobre_Web_Services_de_Calidad_de_Datos_Identificativos/Informacion_sobre_Web_Services_de_Calidad_de_Datos_Identificativos.shtml) de la [AEAT](http://www.agenciatributaria.es/)[Documentación wsdlVNif](docs/wsdlVNif.md)
# Requisitos
AEAT requiere PHP version 5.6 o superior con las extensiones openssl y soap habilitadas.
## Instalación
### Instalar con [`composer.phar`](http://getcomposer.org).
Añade `fawno/aeat` como requisito a tu proyecto:
```sh
php composer.phar require "fawno/aeat"
```Carga la clase en tu script:
```php