2017 © Pedro Peláez
 

library php-rest-sdk

ChartBlocks SDK

image

chartblocks/php-rest-sdk

ChartBlocks SDK

  • Tuesday, February 16, 2016
  • by rb-cohen
  • Repository
  • 4 Watchers
  • 1 Stars
  • 208 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 18 Versions
  • 1 % Grown

The README.md

php-rest-sdk

Installation

The easiest way to start using the SDK is to download it with Composer. Simply add this to your composer.json file:, (*1)

{
   "require": {
     "chartblocks/php-rest-sdk": "~1.1."
   }
}

Alternatively download the source code manually, and include the classes in src/ChartBlocks, (*2)

Usage

Tokens

You can get your API token and secret key by registering for an account, and then generating an API token from your profile page. Take these values and store them in your application config somewhere., (*3)

Example

 'PASTE_TOKEN',
  'secret' => 'PASTE_SECRET'
  ));
  
$dataSets = $client->getRepository('dataSet');
$myDataSet = $dataSets->findById('52f139ea054ff30f1f000004');

$myDataSet->append(array(
  new \ChartBlocks\DataSet\Row(null, array('a', 'b', 'c')),
  new \ChartBlocks\DataSet\Row(null, array('d', 'e', 'f'))
));
?>

Development info

The default server URL for requests is http://api.chartblocks.com/v1/. To overwrite this setting, set the environment variable CB_API_URL., (*4)

The Versions

16/02 2016

dev-master

9999999-dev http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

29/01 2016

1.1.6

1.1.6.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

29/01 2015

v1.1.5

1.1.5.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

30/10 2014

1.1.4

1.1.4.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

25/10 2014

1.1.3

1.1.3.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

24/10 2014

1.1.2

1.1.2.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

14/10 2014

1.1.1

1.1.1.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

10/10 2014

1.1.0

1.1.0.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

25/09 2014

1.0.7

1.0.7.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

15/08 2014

1.0.6

1.0.6.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

11/07 2014

1.0.5

1.0.5.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

30/06 2014

1.0.4

1.0.4.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

23/05 2014

1.0.3

1.0.3.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

23/05 2014

1.0.2

1.0.2.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

20/02 2014

1.0.1

1.0.1.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

18/02 2014

0.0.2

0.0.2.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

18/02 2014

1.0.0

1.0.0.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires

 

05/02 2014

0.0.1

0.0.1.0 http://www.chartblocks.com

ChartBlocks SDK

  Sources   Download

MIT

The Requires