encjacom/ipresso_api

Official PHP library for iPresso REST API

v3.3.3 2024-03-06 12:39 UTC

README

Total Downloads Latest Stable Version

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

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