Activity Not Available

Project Summary

OemproConnect is a PHP wrapper class to connect to Octeth Oempro 4.0.* API.

Current (v1.0) API commands supported:

User.Login (of course ;-) Campaign.Create Campaign.Update Campaigns.Get List.Create Lists.Get Subscriber.Subscribe Subscribers.Get Subscribers.Delete Email.Create Email.Update Emails.Get Email.EmailPreview

By now the OemproConnect only accepts JSON as responses from API, in the near future will be implemented XML responses and more methods.

Example:

require("OemproConnect.class.php");
$oempro = new OemproConnect();
$oempro->setApiURL("http://www.yourdomain.com/api.php");
$oempro->userLogin("userlogin", "userpassword123");

// call the methods you need
$arrCampaigns = $oempro->getCampaigns();
...

Share

 No recognizable code

Ohloh computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has code locations but that location contains no recognizable source code for Ohloh to analyze.

Community Rating

1 user rates this project:
3.0
   
3.0/5.0
 
Click to add your rating
 
Review this Project!
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.