2017 © Pedro Peláez
 

library ongage-php

Simple PHP wrapper for Ongage API

image

bcismariu/ongage-php

Simple PHP wrapper for Ongage API

  • Monday, March 28, 2016
  • by bcismariu
  • Repository
  • 2 Watchers
  • 2 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

Ongage API in PHP

Ongage is a vendor agnostc email marketing platform., (*1)

This is a simple PHP implementation of the API calls., (*2)

Installation

Update your composer.json file, (*3)

{
    "require": {
        "bcismariu/ongage-php": "0.*"
    }
}

Run composer update, (*4)

Usage

use Bcismariu\Ongage\Ongage;

$ongage = new Ongage('USERNAME', 'PASSWORD', 'ACCOUNT_CODE');
$ongage->useList('YOUR_LIST_ID')->addContact([
    'email'  => 'contact.email@domain.com',
    'name'   => 'First Contact'
]);

Read the official API for more details regarding parameters and responses., (*5)

Contributions

This is a very basic implementation that can only handle email validations. Any project contributions are welcomed!, (*6)

The Versions

28/03 2016

dev-dev

dev-dev

Simple PHP wrapper for Ongage API

  Sources   Download

MIT

The Requires

 

by Bogdan Cismariu

28/03 2016

dev-master

9999999-dev

Simple PHP wrapper for Ongage API

  Sources   Download

MIT

The Requires

 

by Bogdan Cismariu

28/03 2016

v0.1.0

0.1.0.0

Simple PHP wrapper for Ongage API

  Sources   Download

MIT

The Requires

 

by Bogdan Cismariu

08/02 2016

v0.0.1

0.0.1.0

Simple PHP wrapper for Ongage API

  Sources   Download

MIT

The Requires

 

by Bogdan Cismariu