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
- Host: GitHub
- URL: https://github.com/torann/laravel-asana
- Owner: Torann
- License: bsd-2-clause
- Created: 2014-10-09T22:03:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T18:28:44.000Z (over 1 year ago)
- Last Synced: 2025-04-09T15:09:33.923Z (about 1 year ago)
- Language: PHP
- Homepage: http://lyften.com/projects/laravel-asana
- Size: 58.6 KB
- Stars: 40
- Watchers: 4
- Forks: 33
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asana for Laravel
[](https://packagist.org/packages/torann/laravel-asana)
[](https://packagist.org/packages/torann/laravel-asana)
[](https://www.patreon.com/torann)
[](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