2017 © Pedro Peláez
 

library platinum28degree

Gadget to interact with 28Degree Credit Card Edit

image

codzo/platinum28degree

Gadget to interact with 28Degree Credit Card Edit

  • Friday, June 15, 2018
  • by neilfan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

28Degree Gadget

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)

Install

Recommanded to install by composer., (*3)

composer require codzo/platinum28degree

Configuration

Specify the username and password for 28Degree website in config/app.php file. See config/app.php.dist for reference., (*4)

Usage

$pd = new \Codzo\Platinum28Degree\Platinum28Degree();

// update cache, omit if you have a cronjob setup
$pd->updateCache();

$account_summary = $pd->getAccountSummary();
$transactions    = $pd->getLatestTransactions();

The Versions

15/06 2018

dev-master

9999999-dev https://github.com/codzo/Platinum28Degree

Gadget to interact with 28Degree Credit Card Edit

  Sources   Download

MIT Apache License

The Requires

 

The Development Requires

card credit 28degree