Skip to content

Instantly share code, notes, and snippets.

@richcaudle
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richcaudle/e0879326a504f16fcb58 to your computer and use it in GitHub Desktop.
Save richcaudle/e0879326a504f16fcb58 to your computer and use it in GitHub Desktop.
<?php
// Include all dependencies, via Composer
require 'vendor/autoload.php';
// Create a client
$client = new DataSift_User('YOUR_USERNAME', 'YOUR_APIKEY');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment