Skip to content

Instantly share code, notes, and snippets.

View paulferrett's full-sized avatar

Paul Ferrett paulferrett

  • Melbourne, Australia
View GitHub Profile
@paulferrett
paulferrett / joomla_user_import.php
Created December 23, 2013 20:24
Joomla 1.5 User Import Script
<?php
/*
Script to bulk import users into a Joomla installation (v 1.5.7).
This script is free to use, modify and distribute,
however is comes with absolutely no guarantees!
Be careful and check everything in here before running
it on your installation - has little to no error checking and is
@paulferrett
paulferrett / ism_jobs_api_example.php
Created September 26, 2013 17:16
Simple example for using the Service Central PHP client.
<?php
define('ISM_API_KEY', "your client key");
define('ISM_API_SECRET', "your client secret");
define('ISM_API_TOKEN', "user/client token");
$client = new ISM_Client(ISM_API_KEY, ISM_API_SECRET);
$client->setToken(ISM_API_TOKEN);
$jobs = $client->apis->jobs()->getJobs();
{
"directory": "src/Acme/Bundle/DemoBundle/Resources/public/vendor"
}