Navigation Menu

Skip to content

Commit

Permalink
set requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Nov 8, 2018
1 parent ca2fa4a commit 516e3ff
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions README.md
Expand Up @@ -10,19 +10,25 @@
[![Build Status](https://img.shields.io/scrutinizer/build/g/giansalex/greenter.svg?branch=master&style=flat-square)](https://scrutinizer-ci.com/g/giansalex/greenter/build-status/master)
[![Maintainability](https://api.codeclimate.com/v1/badges/4cf428e28ba4ae6fb234/maintainability)](https://codeclimate.com/github/giansalex/greenter)
[![Packagist](https://img.shields.io/packagist/v/greenter/greenter.svg?style=flat-square)](https://packagist.org/packages/greenter/greenter)
PHP Implementación de la Facturación Electrónica en Perú, rigiéndose en el estándar UBL versión 2.0 y 2.1
Esta libreria le permite realizar la implementación de la **Facturación Electrónica** en Perú, desde los sistemas desarrollados por el
contribuyente, la cual esta normado por SUNAT.
Greenter realiza la mayoria de tareas del proceso, genera el XML según el estándar UBL, firma con el certificado digital que sunat exige,
comprime el archivo XML en formato zip, conexión al webservice de SUNAT y procesa el CDR (Comprobante de Recepción).

[![Throughput Graph](https://graphs.waffle.io/giansalex/greenter/throughput.svg)](https://waffle.io/giansalex/greenter/metrics/throughput)


## Requerimientos
- PHP 5.6 o superior
- Extensiones PHP Activadas: `soap`, `dom`, `zip`, `zlib`, `openssl`.

# Install
## Instalar
```bash
composer require greenter/greenter
```
Para propositos de prueba, revisar [Greenter Sampple](https://github.com/giansalex/greenter-sample).
Puede ver una demostración en [Greenter Sampple](https://github.com/giansalex/greenter-sample).

Caracteristicas
---------------
## Caracteristicas

### Documentos Soportados.

Expand All @@ -37,34 +43,29 @@ Caracteristicas
* Percepción Electrónica
* Resumen de Reversiones

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/giansalex)
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/giansalex)
> También puedes contactarte vía correo.
### API
- [Api Documentation](https://giansalex.github.io/greenter-apidoc/)
- [Api Reference](https://giansalex.github.io/greenter-apidoc/)

### Web Services
- Envio y empaquetado de los documentos electrónicos
- Consulta de tickets
- Envío y empaquetado de los comprobantes electrónicos
- Consulta de tickets (Resumen diario, Comunicación de Bajas)
- Consulta de Cdr

### XML
- Estandar UBL v2.0, v2.1
- Signature xmldsig
- Firma con certificado digital

### Representación Impresa.
- Generación de [HTML Report](https://github.com/giansalex/greenter-report)
- Generación de [PDF](https://github.com/giansalex/greenter-htmltopdf)

### API REST
API REST with [Lycet](https://github.com/giansalex/lycet) based on Symfony.
API REST con [Lycet](https://github.com/giansalex/lycet) empleando Symfony Framework.

### Paquetes usados
- [greenter/core](https://github.com/giansalex/greenter-core)
- [greenter/xml](https://github.com/giansalex/greenter-xml)
- [greenter/ws](https://github.com/giansalex/greenter-ws)
- [greenter/xmldsig](https://github.com/giansalex/xmldsig)

### Otras Paquetes de interés
### Librerias Relacionadas
- [greenter/report](https://github.com/giansalex/greenter-report)
- [greenter/htmltopdf](https://github.com/giansalex/greenter-htmltopdf)
- [greenter/validator](https://github.com/giansalex/greenter-validator)
Expand Down

0 comments on commit 516e3ff

Please sign in to comment.