PHPackages                             silinternational/trello-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. silinternational/trello-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

silinternational/trello-php-client
==================================

PHP client library for interacting with Trello API

0.2.1(6y ago)47971MITPHPPHP &gt;=7.2.0

Since Jan 6Pushed 5y ago7 watchersCompare

[ Source](https://github.com/sil-org/trello-php-client)[ Packagist](https://packagist.org/packages/silinternational/trello-php-client)[ RSS](/packages/silinternational-trello-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (6)Used By (0)

⛔️ This repository is no longer maintained. ⛔️
==============================================

[](#️-this-repository-is-no-longer-maintained-️)

trello-php-client
=================

[](#trello-php-client)

PHP client to interact with the Trello API.

We're slowly building out this client as we need the functionality. Initially we only need it for adding accounts to organizations.

This client is built on top of [Guzzle](http://docs.guzzlephp.org/en/latest/index.html), the PHP HTTP Client. Guzzle has a simple way to create API clients by describing the API in a Swagger-like format without the need to implement every method yourself. So adding support for more Trello APIs is relatively simple. If you want to submit a pull request to add another feature, please do. If you don't know how to do that, ask us and we might be able to add it in for you.

Trello API Docs
===============

[](#trello-api-docs)

Trello API Authentication
=========================

[](#trello-api-authentication)

Trello uses a key/token pair to authenticate for API calls. You can get a key/secret at

Install
=======

[](#install)

Installation is simple with [Composer](https://getcomposer.org/). Add `"silinternational/trello-php-client": "dev-master"` to your `composer.json` file and update.

Usage
=====

[](#usage)

Example:

```
