PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   GeoNames PHP API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GeoNames PHP API
Search for geographic places using GeoNames API
Author: By
Last change:
Date: 2 years ago
Size: 877 bytes
 

Contents

Class file image Download
{ "name": "peterujah/geo-name-search", "type": "library", "description": "Php Geoname search wrapper, to help reduce too much api call.", "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": ">=5.5", "peterujah/country-class": "^0.1", "peterujah/cache": "^0.1", "guzzlehttp/guzzle": "~6.5" }, "scripts": { "post-install-cmd": [ "PeterUjah\\CopyFile\\ScriptHandler::copy" ], "post-update-cmd": [ "PeterUjah\\CopyFile\\ScriptHandler::copy" ] }, "extra": { "branch-alias": { "dev-master": "0.1-dev" } }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } } }