PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Martin Pircher   Skylable SX PHP Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: composer
Class: Skylable SX PHP Client
Store and retrieve files in Skylable cloud cluster
Author: By
Last change:
Date: 9 years ago
Size: 764 bytes
 

Contents

Class file image Download
{ "name": "mplx/skylablesx", "description": "A standalone Skylable SX REST client for PHP with cURL", "type": "library", "license": "BSD-3-Clause", "homepage": "https://github.com/mplx/skylable-sx-php", "authors": [ { "name": "Martin Pircher", "email": "mplx+coding@donotreply.at" } ], "require": { "php": ">=5.4.0", "ext-curl": "*" }, "require-dev": { "phpunit/phpunit": "4.5.*", "symfony/var-dumper": "2.6.3", "squizlabs/php_codesniffer": "2.2.0", "phing/phing": "2.10.1", "phplint/phplint": "0.0.1" }, "autoload": { "psr-0": { "mplx\\skylablesx\\": "src/" } } }