ideaharbour/laravel-asana

Fork of A Laravel wrapper for the ajimix asana api written by Sam smo for laravel5

Downloads

626

Stars

0

Version

laravel-asana

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.

ideaharbour

Author

ideaharbour