PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Temuri Takalandze   PHP XML to JSON Conversion   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP XML to JSON Conversion
Convert a XML document into a JSON string
Author: By
Last change:
Date: 3 years ago
Size: 779 bytes
 

Contents

Class file image Download
{ "name": "abgeo/xml-to-json", "description": "Simple way to convert XML to JSON", "type": "library", "keywords": [ "XML", "JSON", "Converter", "XMLtoJSON" ], "homepage": "https://github.com/ABGEO/xml-to-json", "license": "MIT", "authors": [ { "name": "Temuri Takalandze", "email": "takalandzet@gmail.com", "homepage": "https://www.abgeo.dev", "role": "Developer" } ], "minimum-stability": "dev", "require": { "php": "^7.2", "ext-simplexml": "*", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^8.5 || ^8.0" }, "autoload": { "psr-4": { "ABGEO\\XmlToJson\\": "src/" } }, "autoload-dev": { "psr-4": { "ABGEO\\XmlToJson\\Test\\": "tests/" } } }