2017 © Pedro Peláez
 

library appointedd-php

image

appointedd/appointedd-php

  • Thursday, May 17, 2018
  • by theninthnode
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,021 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 14 Versions
  • 4 % Grown

The README.md

Appointedd PHP Client

Build Status, (*1)

Getting Started

Composer

Install the composer PHP package, (*2)

Add the following to your composer.json require section:, (*3)

"appointedd/appointedd-php": "dev-master"

and run composer update, (*4)

Manually

It's recommended that you use Composer, however you can download and install from this repository., (*5)

Please note. This client requires the Guzzle REST PHP package., (*6)

Laravel 4

This package comes with a Service Provider for easy integration with Laravel4., (*7)

Add the following entry to the providers array in config/app.php, (*8)

'Appointedd\Appointedd\AppointeddServiceProvider'

Usage

use Appointedd\Appointedd\Appointedd; // Non-Laravel users only

$apClient = Appointedd::setAccessToken('gTHZNc7DVZJI24KIcFLHTipMIqUWFSrA');
$customers = $apClient->get('organisation/customers');
if(is_object($customers))
    var_dump($customers->json());

Endpoints

TODO, (*9)

Unit Tests

Make sure you have PHPUnit installed. cd into the package root and run phpunit, (*10)

The Versions

17/05 2018

dev-chore-php7

dev-chore-php7

  Sources   Download

The Requires

 

by Billy Jones

17/05 2018

v1

1.0.0.0

  Sources   Download

The Requires

 

by Billy Jones

15/05 2017

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Billy Jones

05/12 2016

0.0.11

0.0.11.0

  Sources   Download

The Requires

 

by Billy Jones

28/04 2016

0.0.10

0.0.10.0

  Sources   Download

The Requires

 

by Billy Jones

15/01 2016

0.0.9

0.0.9.0

  Sources   Download

The Requires

 

by Billy Jones

16/09 2014

0.0.8

0.0.8.0

  Sources   Download

The Requires

 

by Billy Jones

02/09 2014

0.0.7

0.0.7.0

  Sources   Download

The Requires

 

by Billy Jones

14/08 2014

0.0.6

0.0.6.0

  Sources   Download

The Requires

 

by Billy Jones

31/07 2014

0.0.5

0.0.5.0

  Sources   Download

The Requires

 

by Billy Jones

29/07 2014

0.0.4

0.0.4.0

  Sources   Download

The Requires

 

by Billy Jones

08/07 2014

0.0.3

0.0.3.0

  Sources   Download

The Requires

 

by Billy Jones

07/07 2014

0.0.2

0.0.2.0

  Sources   Download

The Requires

 

by Billy Jones

02/06 2014

0.0.1

0.0.1.0

  Sources   Download

The Requires

 

by Billy Jones