PHPackages                             asana/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. [API Development](/categories/api)
4. /
5. asana/asana

ActiveLibrary[API Development](/categories/api)

asana/asana
===========

A PHP client for the Asana API

v1.0.6(3y ago)1381.6M↓13.4%62[8 issues](https://github.com/Asana/php-asana/issues)[6 PRs](https://github.com/Asana/php-asana/pulls)4MITPHPPHP &gt;=5.4.0CI failing

Since Apr 21Pushed 1y ago230 watchersCompare

[ Source](https://github.com/Asana/php-asana)[ Packagist](https://packagist.org/packages/asana/asana)[ Docs](https://github.com/Asana/php-asana)[ RSS](/packages/asana-asana/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (38)Used By (4)

Asana PHP API
=============

[](#asana-php-api)

[![Build Status](https://github.com/Asana/php-asana/workflows/Build/badge.svg)](https://github.com/Asana/php-asana/actions)[![Packagist Version](https://camo.githubusercontent.com/6d4263075b3ef1f9f958784ae71490528e99323d3c8676a1a8fc5dcc4b1aa0c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6173616e612f6173616e612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/asana/asana)

Caution

The Asana PHP SDK is no longer supported. While it remains available on [Packagist](https://packagist.org/packages/asana/asana), it will not receive bug fixes or enhancements (including new endpoints or data model changes). We recommend using PHP's [cURL](https://www.php.net/manual/en/book.curl.php) or similar HTTP libraries to make direct API requests instead.

Official PHP client library for the Asana API v1

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

[](#installation)

### Composer

[](#composer)

If you use [Composer](https://getcomposer.org/) to manage dependencies you can include the "asana/asana" package as a depedency.

```
{
    "require": {
        "asana/asana": "^1.0.6"
    }
}
```

Alternatively you can specify the version as `dev-master` to get the latest master branch in GitHub.

### Local

[](#local)

If you have downloaded this repository to the "php-asana" directory, for example, you can run `composer install` within "php-asana" then include the following lines at the top of a PHP file (in the same directory) to begin using it:

```
