torann / laravel-asana
Asana API wrapper for Laravel
Installs: 230 930
Dependents: 1
Suggesters: 0
Security: 0
Stars: 43
Watchers: 5
Forks: 33
Open Issues: 8
Requires
- php: >=5.5.9
- illuminate/support: ^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
README
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