Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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