samsmo / laravel-asana
There is no license information available for the latest version (dev-master) of this package.
A Laravel wrapper for the ajimix asana api
dev-master
2013-10-02 16:21 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.0.x
This package is not auto-updated.
Last update: 2024-11-19 05:49:22 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.