2017 © Pedro Peláez
 

library axcelerate-php

A PHP package to interact with the aXcelerate API

image

flipninja/axcelerate-php

A PHP package to interact with the aXcelerate API

  • Monday, May 8, 2017
  • by joelshepherd
  • Repository
  • 5 Watchers
  • 1 Stars
  • 1,193 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 36 % Grown

The README.md

flipninja/axcelerate-php

A PHP package to interact with the aXcelerate API., (*1)

http://flip.ninja/ https://www.axcelerate.com.au/, (*2)

Usage

<?php

use FlipNinja\Axcelerate\Axcelerate;
use FlipNinja\Axcelerate\Contacts\Enrolment;

$axcelerate = new Axcelerate($apiToken, $wsToken, Axcelerate::STAGING_BASE);

// Find a contact
$contact = $axcelerate->contacts()->find($user->id);

// Find a class/instance
$instance = $axcelerate->courses()->findInstance([
    "name" => "An instance name",
    "trainerContactID" => $teacher->id
]);

// Update a contact's competency status for a class/instance to complete
$contact->enrolmentForInstance($instance)->updateComptentecyStatus($competencyCode, Enrolment::COMPLETE);

The Versions

08/05 2017

dev-master

9999999-dev

A PHP package to interact with the aXcelerate API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez
by Joel Shepherd

08/05 2017

0.3.2

0.3.2.0

A PHP package to interact with the aXcelerate API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez
by Joel Shepherd

25/10 2016

0.3.1

0.3.1.0

A PHP package to interact with the aXcelerate API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez
by Joel Shepherd

25/10 2016

0.3.0

0.3.0.0

A PHP package to interact with the aXcelerate API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez
by Joel Shepherd

21/10 2016

0.2.0

0.2.0.0

A PHP package to interact with the aXcelerate API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez
by Joel Shepherd

21/10 2016

0.1.1

0.1.1.0

A PHP package to interact with the aXcelerate API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez
by Joel Shepherd

21/10 2016

0.1.0

0.1.0.0

A PHP package to interact with the aXcelerate API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez
by Joel Shepherd