samsmo / laravel-asana
A Laravel wrapper for the ajimix asana api
Installs: 79
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/samsmo/laravel-asana
Requires
- php: >=5.3.0
- illuminate/support: 4.0.x
This package is not auto-updated.
Last update: 2025-10-07 09:52:11 UTC
README
A wrapper for ajimix's asana-api for use with laravel.
#Usage
As per normal laravel package usage, you'd do something like
/* retrieve all asana projects */
$asana = new Smo\Asana\Asana('apikey');
$asana->getProjects();
##Notes
This wrapper was created in much haste, will be updated for use with a Facade for ease of use.