PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jacob Davis   PHP Forex Quotes   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Forex Quotes
Get foreign exchange rates quotes for currencies
Author: By
Last change: Merge branch 'master' into betaUpdate
Merge pull request #8 from 1Forge/betaUpdate

V6.0.0 fix
Version Change and Socket Server Updated
Updated Socket Library

Now points to the new endpoint for connection.
Date: 3 years ago
Size: 639 bytes
 

Contents

Class file image Download
{ "name": "oneforge/forexquotes", "type": "library", "version": "6.0.1", "description": "Library to fetch and parse realtime Forex quotes and convert currencies", "keywords": [ "forex", "quotes", "realtime", "api" ], "homepage": "http://1forge.com", "license": "MIT", "authors": [ { "name": "1Forge", "email": "contact@1forge.com" } ], "require": { "guzzlehttp/guzzle": "6.3.*", "php": ">=5.6.4", "wrench/wrench": "2.0.8" }, "autoload": { "psr-0": { "OneForge\\ForexQuotes": "lib/" }, "psr-4": { "OneForge\\ForexQuotes\\": "lib/" } } }