snec/sapetlib

Library for using SAP Event Ticketing APIs like XMLRPC

Installs: 218

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/snec/sapetlib

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

This package is auto-updated.

Last update: 2025-09-23 13:26:13 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"]);