Skip to content

Ham3D/trello-php

 
 

Repository files navigation

Trello PHP

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

A PHP client for consuming the Trello API.

Install

Via Composer

$ composer require stevenmaguire/trello-php

Usage

Make sure you have secured your Trello API keys before going further. There is a handy guide for that.

Configuration

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

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details. You can see the current PROGRESS.

Credits

License

The MIT License (MIT). Please see License File for more information.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%