231,183 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
A RESTful client CodeIgniter library that can auto-detect the format and request its own.
| Contributor | : philsturgeon |
| : Log in to view | |
| Author Website | : http://philsturgeon.co.uk/ |
| Spark Website | : https://github.com/philsturgeon/codeigniter-restclient |
| Repository Type | : git |
| Number of Installs | : 3,454 |
php tools/spark install -v2.1.0 restclient
Or download this version manually:
Get restclient-2.1.0.zip
CodeIgniter-REST Client is a CodeIgniter library which makes it easy to do use REST services/API's such as Twitter, Facebook and Flickr, wether they are public or hidden behind HTTP Basic/Digest.
// Load the rest client spark
$this->load->spark('restclient/2.1.0');
// Load the library
$this->load->library('rest');
// Run some setup
$this->rest->initialize(array('server' => 'http://twitter.com/'));
// Pull in an array of tweets
$tweets = $this->rest->get('statuses/user_timeline/'.$username.'.xml');
This is clearly a VERY simple example and more can much more can be done with it. Take a look at the code to see about things like api_key() and other post/put/delete methods.
php tools/spark install -v2.0.0 restclient
Or download this version manually:
Get restclient-2.0.0.zip
php tools/spark install -v2.0.0 restclient
Or download this version manually:
Get restclient-2.0.0.zip