PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Shashwat Mishra   PHP API for Currency Conversion   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP API for Currency Conversion
Convert currencies using multiple conversion APIs
Author: By
Last change:
Date: 4 years ago
Size: 611 bytes
 

Contents

Class file image Download
{ "name": "secrethash/currency", "description": "Smart Currency Conversion PHP Script. Saves Quota and Your Money.", "type": "library", "license": "MIT", "homepage": "https://github.com/secrethash/currency", "authors": [ { "name": "Shashwat Mishra", "email": "shashwat9630@gmail.com" } ], "minimum-stability": "stable", "require": { "php": ">=5.3.0", "gilbitron/php-simplecache": "^1.4", "nesbot/carbon": "^2.5" }, "autoload": { "psr-4": { "Secrethash\\Currency\\": "src/" } } }