Skip to content

currencystack/currencystack-php

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

CurrencyStack.io PHP client Build Status

php client library for currencystack.io – A reliable API for foreign exchange rates and currency conversion.

Installation

composer require currencystack/currencystack-php

usage

Get ip info:

<?php
require_once __DIR__ . '/vendor/autoload.php';

use CurrencyStack\Client;

$CurrencyStackClient = new Client('API Key Here');

try {

    var_dump($CurrencyStackClient->CurrencyConvertApi->GetCurrencyConvertion('EUR', ['USD', 'EGP', 'AED']));

} catch (Exception $e) {
    echo $e->getMessage();
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

php client library for currencystack.io – A reliable API for foreign exchange rates and currency conversion.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages