PHPackages                             vasyaxy/php-trello-api - 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. vasyaxy/php-trello-api

ActiveLibrary[API Development](/categories/api)

vasyaxy/php-trello-api
======================

Trello API v2 client

v0.7(3y ago)0102MITPHPPHP &gt;=8.0

Since Feb 28Pushed 3y agoCompare

[ Source](https://github.com/VasyaXY/php-trello-api)[ Packagist](https://packagist.org/packages/vasyaxy/php-trello-api)[ Docs](https://github.com/vasyaxy/php-trello-api)[ RSS](/packages/vasyaxy-php-trello-api/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

PHP Trello API v2 client
========================

[](#php-trello-api-v2-client)

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

Uses [Trello API v1](https://trello.com/docs/index.html). The object API is very similar to the RESTful API.

Features
--------

[](#features)

- Follows PSR-0 conventions and coding standards: autoload friendly
- Light and fast thanks to lazy loading of API classes
- Extensively tested
- Tested in Symfony 6.2

Requirements
------------

[](#requirements)

```
"require": {
	"php": ">=8.0",
	"symfony/event-dispatcher": "*",
	"league/oauth1-client": "*",
	"guzzlehttp/guzzle": "*"
},

```

Installation
------------

[](#installation)

The recommended way is using [composer](http://getcomposer.org):

```
$ composer require vasyaxy/php-trello-api
```

However, `php-trello-api` follows the PSR-0 naming conventions, which means you can easily integrate `php-trello-api` class loading in your own autoloader.

Make Auth URL
-------------

[](#make-auth-url)

```
