PHPackages                             ajt/guzzle-asana - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. ajt/guzzle-asana

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ajt/guzzle-asana
================

Asana API client written on top of Guzzle PHP.

0.9.3(12y ago)87051[2 issues](https://github.com/arendjantetteroo/guzzle-asana/issues)MITPHP

Since Apr 16Pushed 10y ago2 watchersCompare

[ Source](https://github.com/arendjantetteroo/guzzle-asana)[ Packagist](https://packagist.org/packages/ajt/guzzle-asana)[ Docs](http://github.com/arendjantetteroo/guzzle-asana)[ RSS](/packages/ajt-guzzle-asana/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

WARNING: Api keys are being deprecated by Asana.

Asana now also has an official API library for PHP:

guzzle-asana
============

[](#guzzle-asana)

An Asana API client based on Guzzle PHP

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

[](#installation)

The library is available through Composer, so its easy to get it. Simply add this to your `composer.json` file:

```
"require": {
    "ajt/guzzle-asana": "dev-master"
}

```

And run `composer install`

Use 0.9.3 for the current stable version:

```
"require": {
    "ajt/guzzle-asana": "0.9.3"
}

```

Features
--------

[](#features)

- Complete version 1.0 API
- API Key authentication : [http://developer.asana.com/documentation/#api\_keys](http://developer.asana.com/documentation/#api_keys)
- Asana Connect authentication (Oauth2) :
- Supports API rate limiting by using Backoff Retry plugin

Configuration - ApiKey
----------------------

[](#configuration---apikey)

To use the Asana API Client simply instantiate the client with the api key. More information on the key available at [http://developer.asana.com/documentation/#api\_keys](http://developer.asana.com/documentation/#api_keys)

```
