snec/sapetlib

Library for using SAP Event Ticketing APIs like XMLRPC

v1.5.0 2024-02-23 10:01 UTC

This package is auto-updated.

Last update: 2024-04-23 10:16:46 UTC


README

This PHP lib should help use the SAP ET APIs (primary the XMLRPC) in several projects.

Usage:

$et = new SAP_ET("ticketing123.cld.ondemand.com");
$et->login("firma","user","password");
$customer = $et->tickets_get_customer(["customerid" => "TWER333-1"]);