Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 5 hours 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T11:23:53.000Z (about 2 years ago)
- Last Synced: 2024-11-13T20:09:10.588Z (2 days ago)
- Topics: aeat, php
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub license](https://img.shields.io/github/license/fawno/AEAT)](https://github.com/fawno/AEAT/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/fawno/AEAT)](https://github.com/fawno/AEAT/releases)
[![GitHub tag](https://img.shields.io/github/tag/fawno/AEAT)](https://github.com/fawno/AEAT/tags)
[![Packagist](https://img.shields.io/packagist/v/fawno/AEAT)](https://packagist.org/packages/fawno/aeat)
[![Packagist Downloads](https://img.shields.io/packagist/dt/fawno/AEAT)](https://packagist.org/packages/fawno/aeat/stats)
[![GitHub issues](https://img.shields.io/github/issues/fawno/AEAT)](https://github.com/fawno/AEAT/issues)
[![GitHub forks](https://img.shields.io/github/forks/fawno/AEAT)](https://github.com/fawno/AEAT/network)
[![GitHub stars](https://img.shields.io/github/stars/fawno/AEAT)](https://github.com/fawno/AEAT/stargazers)
[![Documentation](https://img.shields.io/badge/manual-wsdlVNif-blue)](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