2017 © Pedro Peláez
 

library xedule-to-array

Get any information from the roosters.xedule.nl website

image

want100cookies/xedule-to-array

Get any information from the roosters.xedule.nl website

  • Friday, March 2, 2018
  • by Want100Cookies
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

DEPRECATED

This project is deprecated because Xedule has decided to close down it's API, (*1)

Xedule-To-Array

Convert any schedule from roosters.xedule.nl to an array, (*2)

Note: the paremeters named below must be entered in the given order, (*3)

Methods

constructor

The constructor can have a non required parameter with the base URL. Standard the base URL is https://roosters.xedule.nl, (*4)

getAllOrgs

Get all the organisations, (*5)

getOrgID

Needs parameter $orgName Get the ID from the organisation with the given name, (*6)

getAllLocations

Needs parameter $orgId Get all the locations for the organisation with the given ID, (*7)

getLocationID

Needs parameters $locationName, $orgId Get the ID from the location with the given name, (*8)

getAllGroups

Needs parameter $locationID Get all groups from the location with the given ID, (*9)

getGroupID

Needs parameters $groupName, $locationID Get the ID from the group with the given Name, (*10)

getGroupSchedule

Needs parameters $groupId, $week, $year Get any schedule in the following format:, (*11)

array(
    array(
        'DESCRIPTION'   => 'some class'
        'START'         => Carbon Object,
        'END'           => Carbon Object
    ),
    array(
        'DESCRIPTION'   => 'some class'
        'START'         => Carbon Object,
        'END'           => Carbon Object
    )
)

The Versions

02/03 2018

dev-master

9999999-dev

Get any information from the roosters.xedule.nl website

  Sources   Download

MIT

The Requires

 

by Pascal Drewes

xedule

15/01 2016

v1.2.1

1.2.1.0

Get any information from the roosters.xedule.nl website

  Sources   Download

MIT

The Requires

 

by Pascal Drewes

xedule

15/01 2016

v1.2

1.2.0.0

Get any information from the roosters.xedule.nl website

  Sources   Download

MIT

The Requires

 

by Pascal Drewes

xedule

15/01 2016

v1.1.3

1.1.3.0

Get any information from the roosters.xedule.nl website

  Sources   Download

MIT

The Requires

 

by Pascal Drewes

xedule

15/01 2016

v1.1.2

1.1.2.0

Get any information from the roosters.xedule.nl website

  Sources   Download

MIT

The Requires

 

by Pascal Drewes

xedule

15/01 2016

v1.1.1

1.1.1.0

Get any information from the roosters.xedule.nl website

  Sources   Download

MIT

The Requires

 

by Pascal Drewes

xedule

15/01 2016

v1.1.0

1.1.0.0

Get any information from the roosters.xedule.nl website

  Sources   Download

MIT

The Requires

 

by Pascal Drewes

xedule