Asana Api Php Class Versions Save

A dependency free, lightweight PHP class that acts as wrapper for Asana API. Lets make things fast and easy! :)

6.4.0

5 years ago
  • Adds getUsersInWorkspace method

6.3.0

5 years ago
  • Adds createSection method

6.2.0

5 years ago
  • Adds the option to retrieve Asana errors

6.1.0

5 years ago
  • Implement "new_rich_text" feature negotiation in headers

6.0.0

6 years ago
  • Adds section methods
  • Enables API calls SSL verification
  • Enables OAuth SSL verification
  • Adds additional optional filters to getTasksByFilter
  • Minor improvements

5.1.1

6 years ago
  • Fixes createWebhook method

5.1.0

6 years ago
  • getTasksByFilter now allows the following optional filters: 'completed', 'completed_at', 'completed_since', 'modified_since'

5.0.0

7 years ago
  • Drop support for PHP 5.3, minimum requirement now is PHP 5.4
  • Adds custom fields support (only available for Asana premium accounts)
  • getProjects now can receive an array of options
  • removeProjectToTask deprecated, please use removeProjectFromTask

4.3.0

7 years ago
  • getData now converts floats to strings inside the array, so ID's are returned as a proper string