php-trello-api icon indicating copy to clipboard operation
php-trello-api copied to clipboard

A simple Object Oriented wrapper for the Trello API, written in PHP5.

Results 57 php-trello-api issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to add members to both an organization and a board. Regarding the board, I've tried things like: $board->setMemberships(['idMembership' => $baboon->trello_username, 'type' => $role]) ->save(); And loads of...

question

Hello I have and issue with adding new member to board. I can get board which I want, can use i.e. ->setLabelNames() but can't use setMemberships(); Is this function "that"...

question

According to issue #31, labels management on card was updated.

bug
Missing automated tests

I had a need to retrieve all the members and boards for a specific organization, so I added methods to accomplish both in the Organization class.

Missing automated tests

There are a few colors missing that are available in Trello.

enhancement
Missing automated tests

https://trello.com/docs/api/card/#delete-1-cards-card-id-or-shortlink-actions-idaction-comments Expects `commentId` before `/comments` not after.

Missing automated tests

remove usage of non existent CommentInterface in CardCommentEvent since the Client uses raw texts as comments instead of objects

bug
Missing automated tests

This patch removes many of these unused parameters being passed on the PUT and PATCH requests. There's probably a better solution, such as defining what the specific fields are for...

Trello tries to set a due date if we provide the parameter at all; so if it is set but is empty, we need to unset it. Fixes #26

Update label functionality to include additional features introduced with [unlimited labels](http://blog.trello.com/introducing-unlimited-labels/)