232,896 Installs and Counting! Get Sparks Now!
Hey! Keep up to date with the project through its beta and public launch by following @getsparks.
Tweet
A Quick Looks At Sparks (EllisLab Official Post)
March 11, 2012
from: codeigniter.com
The Top Sparks of 2011
December 31, 2011
from: codefury.net
CodeIgniter Starter Project − A Starting Point for Any CI Dev
December 12, 2011
from: github.com
NetTuts+ Tutorial for GetSparks
November 24, 2011
from: net.tutsplus.com
Dropbox API Library
| Contributor | : jimdoescode |
| : Log in to view | |
| Author Website | : http://jimdoescode.blogspot.com |
| Spark Website | : http://jimdoescode.blogspot.com |
| Repository Type | : git |
| Number of Installs | : 1,089 |
php tools/spark install -v1.2.6 dropbox
Or download this version manually:
Get dropbox-1.2.6.zip
This library will let a user authenticate with dropbox and perform actions such as uploading files, moving files, and deleting files from their dropbox account.
Basic documentation can be found on my blog at http://jimdoescode.blogspot.com
The example controller provided will also give you a good idea of how to authenticate and use the library.
Copy the files under your application directory. Then load the library like this:
$params['key'] = 'YOUR DROPBOX CONSUMER KEY';
$params['secret'] = 'YOUR DROPBOX CONSUMER SECRET';
$this->load->library('dropbox', $params);
$dbobj = $this->dropbox->account();
This library is licensed under the MIT license.
You can also use this library with Sparks. Simply install using sparks then call.
$this->load->spark('dropbox/1.0.0');
Then load the library as specified in the usage.
php tools/spark install -v1.2.5 dropbox
Or download this version manually:
Get dropbox-1.2.5.zip
php tools/spark install -v1.2.2 dropbox
Or download this version manually:
Get dropbox-1.2.2.zip
php tools/spark install -v1.2.1 dropbox
Or download this version manually:
Get dropbox-1.2.1.zip
php tools/spark install -v1.2.0 dropbox
Or download this version manually:
Get dropbox-1.2.0.zip
php tools/spark install -v1.1.4 dropbox
Or download this version manually:
Get dropbox-1.1.4.zip
php tools/spark install -v1.1.3 dropbox
Or download this version manually:
Get dropbox-1.1.3.zip
php tools/spark install -v1.1.2 dropbox
Or download this version manually:
Get dropbox-1.1.2.zip
php tools/spark install -v1.1.1 dropbox
Or download this version manually:
Get dropbox-1.1.1.zip
php tools/spark install -v1.1.0 dropbox
Or download this version manually:
Get dropbox-1.1.0.zip
php tools/spark install -v1.0.0 dropbox
Or download this version manually:
Get dropbox-1.0.0.zip