Skip to content

erikcaineolson/LimeLightSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LimeLightPHPSDK

SDK for PHP integration with True Marketing Partner's Lime Light API

UNOFFICIAL

The Lime Light CRM help information is freely available at http://help.limelightcrm.com

This is still a beta...just a slightly-further-along one. I'm in the process of testing as I put it up. There are companies that will integrate for you, but if you're familiar with PHP you can implement this pretty easily.

To use, clone this repository into the directory of your choice, then simply include the autoload.php file and instantiate the desired class:

require_once('autoload.php');

$limelight_membership = new Membership($api_username, $api_password, $lime_light_url[, $log_directory[, $log_file[, $log_delimiter[, $output_type]]]]);
$limelight_transaction = new Transaction($api_username, $api_password, $lime_light_url[, $log_directory[, $log_file[, $log_delimiter[, $output_type]]]]);

About

PHP integration with True Marketing Partner's Lime Light API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages