A PHP client for consuming the Trello API.
Via Composer
$ composer require stevenmaguire/trello-php
Make sure you have secured your Trello API keys before going further. There is a handy guide for that.
Trello_Configuration::environment('sandbox');
Trello_Configuration::key('YOUR_APP_ACCESS_KEY');
Trello_Configuration::secret('YOUR_APP_ACCESS_SECRET');
Trello_Configuration::token('YOUR_USER_ACCESS_TOKEN');
Trello_Configuration::applicationName('YOUR_APPLICATION_NAME'); // Optional
$ phpunit
Please see CONTRIBUTING for details. You can see the current PROGRESS.
The MIT License (MIT). Please see License File for more information.