From dacd94ccdf5c0ce5164baf5fdfc417f960be2503 Mon Sep 17 00:00:00 2001 From: Adria Jimenez Date: Fri, 1 Aug 2014 13:45:28 +0200 Subject: [PATCH] Added Asana API --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8100e5..b114760 100644 --- a/README.md +++ b/README.md @@ -535,7 +535,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Twitter REST](https://github.com/widop/twitter-rest) - A library to interact with Twitter's REST API. * [Dropbox SDK](https://github.com/dropbox/dropbox-sdk-php) - The official PHP Dropbox SDK library. * [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API. -* [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API. +* [Mailgun](https://github.com/mailgun/mailgun-php) - The official Mailgun PHP API. +* [Asana](https://github.com/ajimix/asana-api-php-class) - A library to interface with the Asana API. ## Extensions *Libraries to help build PHP extensions.*