PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Vallo Reima   PHP Merge XML   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Merge XML
Merge XML sources from strings, files, DOM objects
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 508 bytes
 

Contents

Class file image Download
{ "name": "vregistry/mergexml", "type": "library", "description": "Merge multiple XML sources from strings, files, DOM objects", "keywords": ["xml","merge"], "homepage": "https://github.com/hareko/php-merge-xml", "license": "MIT", "authors": [ { "name": "Vallo Reima", "email": "vallo@vregistry.com", "homepage": "http://vregistry.com", "role": "Developer" } ], "require": { "php": ">=5.3.0" } }