PHPackages                             mikalaiprudnikau/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. mikalaiprudnikau/asana

ActiveLibrary[API Development](/categories/api)

mikalaiprudnikau/asana
======================

A PHP client for the Asana API

1.0.7(1y ago)03MITPHPPHP &gt;=5.4.0

Since Feb 7Pushed 1y agoCompare

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

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

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:

```
