PHP Classes

File: vendor/spatie/array-to-xml/composer.json

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   Helphp PHP Class Generator   vendor/spatie/array-to-xml/composer.json   Download  
File: vendor/spatie/array-to-xml/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Helphp PHP Class Generator
Generate classes from configuration parameters
Author: By
Last change:
Date: 2 years ago
Size: 797 bytes
 

Contents

Class file image Download
{ "name": "spatie/array-to-xml", "description": "Convert an array to xml", "keywords": [ "convert", "array", "xml" ], "homepage": "https://github.com/spatie/array-to-xml", "license": "MIT", "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://murze.be", "role": "Developer" } ], "require": { "php" : "^5.4|^7.0" }, "require-dev": { "phpunit/phpunit" : "4.*", "mockery/mockery": "0.9.*" }, "autoload": { "psr-4": { "Spatie\\ArrayToXml\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\ArrayToXml\\Test\\": "tests" } } }