Download the PHP package secrethash/currency without Composer
On this page you can find all versions of the php package secrethash/currency. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download secrethash/currency
More information about secrethash/currency
Files in secrethash/currency
Package currency
Short Description Smart Currency Conversion PHP Script. Saves Quota and Your Money.
License MIT
Homepage https://github.com/secrethash/currency
Informations about the package currency
Introduction
Smart Currency PHP Library utilizes the Smart Caching and Certain API providers to convert currency without having the need to pay anything. It saves your quotas of free plans of the API Providers. Smart Currency makes your currency conversions smarter with a "Self-drive" Mode. It utilizes Composer to manage it as a Package and helps you to use the library from your own private repository too.
You don't need to Pay Anything to any Currency Exchange API providers, all you need is their Free/Basic Accounts and feed the Smart Currency Library with your API Keys. It will smartly convert the amount to your desired Currency. We have built a self-drive mode to help you to cut the chase, just complete your configuration file with "selfdrive"=>true
and run the Currency Conversion like a charm.
Usage
Currency Conversion with Smart Currency Library is as simple as:
Follow the Steps:
-
Require the composer autoloader:
- Call the Package:
Roadmap
- [ ] Laravel Service Provider
- [ ] Laravel Publish Config
- [ ] Publishing Configuration file
- [x] Smart Caching (via gilbitron/PHP-SimpleCache)
- [x] Self-Drive Mode
- [x] Composer Project
- [x] Extensive Providers
Installation
Just run:
Function explained:
1. convert();
Three Parameters, namely - Amount, From, To
$amount
: (Type: Integer) Accepts the amount to convert.$from
: (Type: String) Accepts String with Currency Code (ex:USD
orINR
)$to
: (Type: String) Accepts String with Currency Code (ex:USD
orINR
)2. convertWith();
Same as convert()
except an additional provider parameter.
$provider
: (Type: String) API Service Provider that is Available (ex:exchangerate
orcurrencylayer
).$amount
: (Type: Integer) Amount to be converted$from
: (Type: String) Accepts String with Currency Code (ex:USD
orINR
)$to
: (Type: String) Accepts String with Currency Code (ex:USD
orINR
)
License
This project is licensed under (ɔ) Copyleft GNU GPL v3.0