Torann / laravel-asana by torann

Asana API wrapper for Laravel
249,645
41
5
Package Data
Maintainer Username: torann
Maintainer Contact: torann@gmail.com (Daniel Stainback)
Package Create Date: 2014-10-09
Package Last Update: 2024-07-23
Home Page: http://lyften.com/projects/laravel-asana
Language: PHP
License: BSD-2-Clause
Last Refreshed: 2025-02-19 15:00:07
Package Statistics
Total Downloads: 249,645
Monthly Downloads: 10,310
Daily Downloads: 515
Total Stars: 41
Total Watchers: 5
Total Forks: 34
Total Open Issues: 9

Asana for Laravel

Latest Stable Version Total Downloads Patreon donate button Donate weekly to this project using Gratipay Donate to this project using Flattr Donate to this project using Paypal

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

Official Documentation

Documentation for the package can be found on Lyften.com.

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