dev-master
9999999-dev https://github.com/codzo/Platinum28DegreeGadget to interact with 28Degree Credit Card Edit
MIT Apache License
The Requires
- php >=5.3.0
- codzo/config *
The Development Requires
by Neil Fan
card credit 28degree
Wallogit.com
2017 © Pedro Peláez
Gadget to interact with 28Degree Credit Card Edit
PHP library to interact with 28Degree Credit Card. 28Degree Credit Card website is https://28degrees-online.latitudefinancial.com.au, (*1)
This package will download and cache the webpage. To speed up the performance
you may setup a cronjob to automate the downloading. See script in bin
directory., (*2)
Recommanded to install by composer., (*3)
composer require codzo/platinum28degree
Specify the username and password for 28Degree website in config/app.php file.
See config/app.php.dist for reference., (*4)
$pd = new \Codzo\Platinum28Degree\Platinum28Degree(); // update cache, omit if you have a cronjob setup $pd->updateCache(); $account_summary = $pd->getAccountSummary(); $transactions = $pd->getLatestTransactions();
Gadget to interact with 28Degree Credit Card Edit
MIT Apache License
card credit 28degree