2017 © Pedro Peláez
 

library e-goi

PHP API of E-goi

image

hat-framework/e-goi

PHP API of E-goi

  • Friday, April 15, 2016
  • by tigredonorte
  • Repository
  • 2 Watchers
  • 0 Stars
  • 40 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

E-goi API PHP INTEGRATION

PHP API for integrates E-goi multichannel marketing automation For usage access E-GOI site in http://www.e-goi.com/en/resources/api/, (*1)

Requirements

PHP VERSION - PHP 5.3 or higher - ext-curl - ext-json, (*2)

FOLLOW PACKAGES: - zendframework/zend-json - zendframework/zendrest - zendframework/zend-soap - zendframework/zend-xmlrpc, (*3)

To install

You can clone this repositorie:, (*4)

git clone https://github.com/twbs/bootstrap.git., (*5)

You can get it from [Composer](More information? http://getcomposer.org/), (*6)

composer require hat-framework/e-goi, (*7)

or add this to your composer.json, and composer update, (*8)

{
    "require": {
        "hat-framework/e-goi": "0.1.0"
    }
}

You can download files (but remember, in this case, you shoud install or download zendframework dependencies), (*9)

https://github.com/hat-framework/e-goi/archive/v0.3.4.zip, (*10)

Usage

require_once './vendor/autoload.php';

$apikey = "<e-goi api key>";

$arguments = array(
    "apikey" => $apikey
);

// $api = EgoiApiFactory::getApi(Protocol::Soap);
// $api = EgoiApiFactory::getApi(Protocol::Rest);
$api = EgoiApiFactory::getApi(Protocol::XmlRpc);
$result = $api->getUserData($arguments);
print_r($result);

Credits

this package is based on https://github.com/alexndreazevedo/egoi-api-php. But the alexndreazevedo user doesn't updated e-goi api to 0.3.4 so i used their base code to update e-goi api to newest version, (*11)

The Versions

15/04 2016

dev-master

9999999-dev https://github.com/hat-framework/e-goi

PHP API of E-goi

  Sources   Download

Apache2

The Requires

 

marketing social sms media mailing voice campaigns e-goi hat-framework e-goi integration php

15/04 2016

v0.3.6

0.3.6.0 https://github.com/hat-framework/e-goi

PHP API of E-goi

  Sources   Download

Apache2

The Requires

 

marketing social sms media mailing voice campaigns e-goi hat-framework e-goi integration php

06/11 2015

v0.3.5

0.3.5.0 https://github.com/hat-framework/e-goi

PHP API of E-goi

  Sources   Download

Apache2

The Requires

 

marketing social sms media mailing voice campaigns e-goi hat-framework e-goi integration php

05/11 2015

v0.3.4

0.3.4.0 https://github.com/hat-framework/e-goi

PHP API of E-goi

  Sources   Download

Apache2

The Requires

 

marketing social sms media mailing voice campaigns e-goi hat-framework e-goi integration php