用于使用SAP事件售票API(如XMLRPC)的库
github.com/snecgmbh/SapEventTicketingLibrary
源代码
问题
安装: 141
依赖项: 0
建议者: 0
安全: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 47c4a13c583a4bb8f4f683e17d0c9da74ecb5d8c
apixmlrpcsapeventticketingsnec
This package is auto-updated.
Last update: 2024-09-23 11:21:41 UTC
这个PHP库应该可以帮助在多个项目中使用SAP ET API(主要是XMLRPC)。
使用方法
$et = new SAP_ET("ticketing123.cld.ondemand.com"); $et->login("firma","user","password"); $customer = $et->tickets_get_customer(["customerid" => "TWER333-1"]);