cdaguerre / php-trello-api

A simple Object Oriented wrapper for the Trello API, written in PHP5.
http://cdaguerre.github.io/php-trello-api
MIT License
254 stars 120 forks source link

Add method to create labels on a board #64

Open amy-brainlabs opened 6 years ago

amy-brainlabs commented 6 years ago

Takes board id, color and name of label. Checks color is valid and creates label on the board.