An open API service indexing awesome lists of open source software.

https://github.com/torann/laravel-asana

Asana API wrapper for Laravel
https://github.com/torann/laravel-asana

Last synced: about 1 year ago
JSON representation

Asana API wrapper for Laravel

Awesome Lists containing this project

README

          

# Asana for Laravel

[![Latest Stable Version](https://poser.pugx.org/torann/laravel-asana/v/stable)](https://packagist.org/packages/torann/laravel-asana)
[![Total Downloads](https://poser.pugx.org/torann/laravel-asana/downloads)](https://packagist.org/packages/torann/laravel-asana)
[![Patreon donate button](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/torann)
[![Donate to this project using Paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4CJA2A97NPYVU)

Asana API wrapper for Laravel, supporting workspaces, projects, tasks, tags, users and stories.

- [Laravel Asana on Packagist](https://packagist.org/packages/torann/laravel-asana)
- [Laravel Asana on GitHub](https://github.com/torann/laravel-asana)

## Official Documentation

Documentation for the package can be found on [Lyften.com](http://lyften.com/projects/laravel-asana/).

## Change Log

#### v0.4.0

- Added attachment
- Code cleanup
- Add helper function

#### v0.3.1

- Fix big integers parsing
- Fix `getTasksByFilter` ignoring filters beside the predefined ones

#### v0.3.0

- Remove API key (deprecated) support

#### v0.2.1

- Add support for Lumen
- Code cleanup

#### v0.2.0

- Update to Laravel 5

#### v0.1.1

- Code cleanup