Library for using SAP Event Ticketing APIs like XMLRPC
github.com/snecgmbh/SapEventTicketingLibrary
Source
Issues
Installs: 190
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 47c4a13c583a4bb8f4f683e17d0c9da74ecb5d8c
apixmlrpcsapeventticketingsnec
This package is auto-updated.
Last update: 2025-03-23 12:21:03 UTC
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"]);