2017 © Pedro PelĂĄez
 

library ipresso_api

Official PHP library for iPresso REST API

image

encjacom/ipresso_api

Official PHP library for iPresso REST API

  • Friday, July 27, 2018
  • by Encja.com
  • Repository
  • 3 Watchers
  • 0 Stars
  • 417 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 49 Versions
  • 35 % Grown

The README.md

iPresso REST API Client

Total Downloads Latest Stable Version, (*1)

Documentation

Installation

Install the latest version with, (*2)

$ composer require encjacom/ipresso_api

Examples

Authentication

<?php

$ipresso = new iPresso();
$ipresso->setLogin('login');
$ipresso->setPassword('password');
$ipresso->setCustomerKey('customerKey');
$ipresso->setUrl('https://yourdomain.ipresso.pl');
$token = $ipresso->getToken();
$ipresso->setToken($token->data);

Adding new contact

<?php

use \iPresso\Model\Contact;
use \iPresso\Service\Response;

$contact = new Contact();
$contact->setEmail('email@address.com');
$contact->setFirstName('FirstName');
$contact->setLastName('LastName');

/** @var Response $response */
$response = $ipresso->contact->add($contact);

Collect contact’s data with a given ID number

<?php

use \iPresso\Service\Response;

$idContact = 1;
/** @var Response $response */
$response = $ipresso->contact->get($idContact);

Adding activity to a contact

<?php

use \iPresso\Service\Response;
use \iPresso\Model\ContactActivity;

$idContact = 1;
$contactActivity = new ContactActivity();
$contactActivity->setKey('activityKey');
$contactActivity->setDate('2017-01-01 00:00:01');
$contactActivity->addParameter('parameterKey','parameterValue');

/** @var Response $response */
$response = $ipresso->contact->addActivity($idContact, $contactActivity);

About

Requirements

  • iPresso REST API Client works with PHP 5.3 or above.

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub, (*3)

The Versions

27/07 2018

dev-apiclient/201807_tests

dev-apiclient/201807_tests http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

17/07 2018

dev-master

9999999-dev http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

17/07 2018

1.3.17

1.3.17.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

19/06 2018

1.3.16

1.3.16.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

08/05 2018

1.3.15

1.3.15.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

21/03 2018

1.3.14

1.3.14.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

15/03 2018

1.3.13

1.3.13.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

15/03 2018

1.3.12

1.3.12.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

08/03 2018

1.3.10

1.3.10.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

08/03 2018

1.3.11

1.3.11.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

06/03 2018

1.3.9

1.3.9.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

05/03 2018

1.3.8

1.3.8.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

16/10 2017

1.3.7

1.3.7.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

16/10 2017

1.3.6

1.3.6.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

16/10 2017

1.3.5

1.3.5.0 http://apidoc.ipresso.pl/

Official PHP library for iPresso REST API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

20/07 2017

1.2.24

1.2.24.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

20/07 2017

1.3.4

1.3.4.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

13/07 2017

1.3.3

1.3.3.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

31/05 2017

1.3.2

1.3.2.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

26/05 2017

1.3.1

1.3.1.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

02/05 2017

1.3

1.3.0.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

10/03 2017

1.2.23

1.2.23.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

30/01 2017

1.2.22

1.2.22.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

25/01 2017

1.2.21

1.2.21.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

17/01 2017

1.2.20

1.2.20.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

17/01 2017

1.2.19

1.2.19.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

12/01 2017

1.2.18

1.2.18.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

04/01 2017

1.2.17

1.2.17.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

04/01 2017

1.2.16

1.2.16.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

12/12 2016

dev-guzzle

dev-guzzle http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

 

marketing automation ipresso

12/12 2016

1.2.15

1.2.15.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

28/11 2016

1.2.14

1.2.14.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

28/11 2016

1.2.13

1.2.13.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

16/11 2016

1.2.12

1.2.12.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

14/11 2016

1.2.11

1.2.11.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

04/11 2016

1.2.10

1.2.10.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

19/10 2016

1.2.9

1.2.9.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

13/10 2016

1.2.8

1.2.8.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

12/10 2016

1.2.7

1.2.7.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

09/09 2016

1.2.6

1.2.6.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

07/09 2016

1.2.5

1.2.5.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

22/04 2016

1.2.4

1.2.4.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

19/04 2016

1.2.3

1.2.3.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

18/04 2016

1.2.2

1.2.2.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

14/04 2016

1.2.1

1.2.1.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

30/03 2016

1.2.0

1.2.0.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3

 

marketing automation ipresso

30/03 2016

1.1.3

1.1.3.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

MIT

The Requires

  • php >=5.3

 

marketing automation ipresso

29/03 2016

1.1.0

1.1.0.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

MIT

The Requires

  • php >=5.3

 

marketing automation ipresso

25/03 2016

1.0.0

1.0.0.0 http://apidoc.ipresso.pl/

Unofficial PHP library for iPresso API

  Sources   Download

MIT

The Requires

  • php >=5.3

 

marketing automation ipresso