dev-master
9999999-dev
GPL-3.0
The Requires
by Lost Koder
1.0.2
1.0.2.0
GPL-3.0
The Requires
by Lost Koder
1.0.1
1.0.1.0
GPL-3.0
The Requires
by Lost Koder
1.0.0
1.0.0.0
GPL-3.0
The Requires
by Lost Koder
Wallogit.com
2017 © Pedro Peláez
Collect dollar rate from various sources like: - http://www.tgju.org/ - http://www.o-xe.com/ - https://www.iranjib.ir/showgroup/23/realtime_price/, (*1)
Simply enter composer require lostkoder/exchanger in terminal., (*2)
<?php $provider = new \Exchanger\ProviderChain([ new \Exchanger\Source\OXEProvider(), new \Exchanger\Source\IranjibProvider(), new \Exchanger\Source\TGJUProvider(), ]); $rate = $provider->getRate();
Create a provider class which implements DollarToRialRateProvider interface and plug it in ProviderChain mentioned in quick start., (*3)
GPL-3.0
GPL-3.0
GPL-3.0
GPL-3.0