PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of José Miguel Moreno   Facturae PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Facturae PHP
Generate XML electronic bills paid in Spain
Author: By
Last change: Actualizadas dependencias

- Añadida la extensión Fileinfo a sugerencias
Añadidos test al autoload (#47)

- Actualizado composer.json
- Añadido namespace a los tests
- Creado test base (AbstractTest)
Date: 3 years ago
Size: 1,139 bytes
 

Contents

Class file image Download
{ "name": "josemmo/facturae-php", "description": "Librería para la generación, firma y envío de facturas electrónicas", "keywords": ["facturae", "xades", "face", "faceb2b"], "license": "MIT", "homepage": "https://github.com/josemmo/Facturae-PHP", "authors": [ { "name": "josemmo", "email": "josemmo@pm.me", "homepage": "https://github.com/josemmo" } ], "require": { "php": ">=5.6" }, "suggest": { "ext-openssl": "For signing and timestamping both invoices and SOAP requests", "ext-curl": "For communicating with remote TSA Servers and SOAP Web Services", "ext-fileinfo": "For getting MIME types when using FacturaeFile", "lib-libxml": "For parsing SOAP XML responses for FACe and FACeB2B" }, "require-dev": { "codacy/coverage": "dev-master", "phpunit/phpunit": "^5" }, "autoload-dev": { "psr-4": { "josemmo\\Facturae\\Tests\\": "tests/" } }, "autoload": { "psr-4": { "josemmo\\Facturae\\": "src/" } } }