The GoCardless CodeIgniter client provides a simple CodeIgniter interface to the GoCardless API.
The files you need to use the GoCardless API are in the /lib folder.
$ git clone git://github.com/gocardless/codeigniter-gocardless.git application/third_party/gocardlessClick here to download the zip file.
$ php tools/spark install -v0.4.1 gocardlessSign up for an account at GoCardless.com. Copy your app id and secret from the developer tab and paste them into config/gocardless.php. Then use the following to load the spark:
$this->config->load('gocardless');
$this->load->spark('gocardless/0.4.1');