PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP GeoHelper API Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP GeoHelper API Client
Retrieve location lists using the Geohelper API
Author: By
Last change:
Date: 4 years ago
Size: 804 bytes
 

Contents

Class file image Download
{ "name": "dmamontov/geohelper-api-client-php", "description": "PHP client for Geohelper API", "type": "library", "keywords": ["API", "Geohelper", "REST"], "homepage": "http://geohelper.info/", "version": "1.0.0", "license": "MIT", "authors": [ { "name": "Dmitry Mamontov", "email": "d.slonyara@gmail.com" } ], "require": { "php": ">=5.3.0", "ext-curl": "*" }, "support": { "email": "d.slonyara@gmail.com" }, "autoload": { "psr-0": { "Geohelper\\": "lib/" } }, "extra": { "branch-alias": { "dev-master": "1.0.0.x-dev" } }, "config": { "bin-dir": "bin", "process-timeout": 600 } }