Skip to content

tkav/telstra-data-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telstra-data-usage

Export Telstra Group Usage Data to CSV

Usage

As per example.php:

Include class file

include('telstra.php');

Login

Enter your Telstra Account credentials and Login to create a session

//Telstra Account
$Username = 'telstrausername';
$Password = 'telstrapassword';

//Login and create session
$login = Telstra::login($Username, $Password);

Export Usage

Get either a Summary or Detailed Usage Report

//Get Summary of Group Data
$csv = Telstra::getGroupUsage('group_summary.csv');

//Get Detailed Usage Summary
$csv = Telstra::getGroupUsage('detailed_summary.csv', 1);

Ensure .csv files and session.txt is writable in the directory

About

Export Telstra Group Usage Data to CSV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages