2017 © Pedro Peláez
 

library trello-php-api

A php wrapper for working with the Trello API

image

tschwemley/trello-php-api

A php wrapper for working with the Trello API

  • Tuesday, January 27, 2015
  • by tschwemley
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

trello-php-API

A PHP wrapper for working with the Trello API., (*1)

Requirements

  • PHP 5.3.0 or greater
  • cURL Libarary
  • Trello API developer key (can be registered at https://trello.com/1/appKey/generate)
  • OAuth for php (included in this repo)

Installation

This package can be installed as a stand alone or with composer., (*2)

If using Composer add the following to your project composer.json:, (*3)

"require": {
    ...
    "tschwemley/trello-php-api": "dev-master"
}

Finally, update Composer:, (*4)

composer update

Usage

After obtaining an authentican token you may make authenticated calls by using the following method:, (*5)

$trello = new tschwemley\trello\Trello(array(
  'clientKey'    => CLIENT_KEY_HERE
  'clientSecret' => CLIENT_SECRET_HERE
);

$result = $trello->apiCall(array('boards', '4d5ea62fd76aa1136000000c'));

For more detailed examples about obtaining OAuth verification please check the OAuth examples under the examples folder., (*6)

Getting Help

If you need help please contact me at me@tylerschwemley.com, (*7)

The Versions

27/01 2015

dev-master

9999999-dev

A php wrapper for working with the Trello API

  Sources   Download

The Requires

  • php >=5.3.0

 

by Tyler Schwemley

18/10 2014

dev-development

dev-development

A php wrapper for working with the Trello API

  Sources   Download

The Requires

  • php >=5.3.0

 

by Tyler Schwemley