encjacom / ipresso_api
Official PHP library for iPresso REST API
v3.3.9
2025-01-08 10:56 UTC
Requires
- php: >=8.1
- ext-curl: *
- ext-json: *
- phpdocumentor/reflection-docblock: *
- symfony/property-access: >=4.4
- symfony/property-info: >=4.4
- symfony/serializer: >=4.4
Requires (Dev)
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^5.0
- dev-master
- v3.3.9
- v3.3.8
- v3.3.7
- v3.3.6
- v3.3.5
- v3.3.4
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- 3.2.1
- v3.2.0
- v3.1.0
- v3.0.0
- 2.x-dev
- v2.12.0
- v2.11.0
- v2.10.0
- v2.9.0
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.0
- 1.4.1
- 1.4
- 1.3.18
- 1.3.17
- 1.3.16
- 1.3.15
- 1.3.14
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3
- 1.2.24
- 1.2.23
- 1.2.22
- 1.2.21
- 1.2.20
- 1.2.19
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.0
- 1.0.0
- dev-development
- dev-feature/DV-21775
This package is not auto-updated.
Last update: 2025-01-22 11:12:26 UTC
README
Documentation
Installation
Install the latest version with
$ 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);
Other examples
- Contact Actions
- Contact Activities
- Consents
- Contact and Customer Attributes
- Campaigns
- Categories
- Contacts
- Anonymous Contacts
- NPS
- Origins
- Scenarios
- Search
- Segmentations
- Tags
- Types
- Websites
About
Requirements
- iPresso REST API Client works with PHP 8.1 or above.
Submitting bugs and feature requests
Bugs and feature request are tracked on GitHub