PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of István Dombi   Webdice Utilities   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Webdice Utilities
Send requests with Curl and parse and write XML
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 596 bytes
 

Contents

Class file image Download
{ "name": "webdice/utilities", "description": "This Repository contains useful classes. This version contains Curl\\Request and Xml\\Parser classes, with example codes.", "version": "0.2.0", "keywords": ["curl","request","post","rest","restful","api","xml parser", "xml", "extensible markup language","xml writer", "xml to array", "array to xml","write xml from array"], "authors": [ { "name": "Dombi Istvan", "email": "dombi.istvan@webdice.hu" } ], "autoload": { "psr-4": { "Webdice\\Utilities\\": "" } }, "require": { "php": ">=5.4" } }