File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# PHP/SAP interfaces
22
3- [ ![ License: MIT] [ license-mit ]] ( LICENSE )
4-
53** ATTENTION: THIS IS WORK IN PROGRESS AND NOT TO BE USED UNTIL THIS MESSAGE DISAPPEARS!**
64
5+ [ ![ License: MIT] [ license-mit ]] ( LICENSE )
6+
77This repository defines interfaces for implementing the [ PHP/SAP] [ phpsap ] API.
88
9+ ## Interfaces
10+
11+ The following interfaces are available in namespace ` phpsap\interfaces ` :
12+
13+ * ` IConfig ` Configure basic connection parameters for SAP remote function calls, that are common to both connection types (A, and B).
14+ * ` IConfigA ` Configure connection parameters for SAP remote function calls using a specific SAP application server (type A).
15+ * ` IConfigB ` Configure connection parameters for SAP remote function calls using load balancing (type B).
16+ * ` IConnection ` Manage a PHP/SAP connection instance.
17+ * ` IFunction ` Manage a PHP/SAP remote function call.
18+
919[ phpsap ] : https://php-sap.github.io
1020[ license-mit ] : https://img.shields.io/badge/license-MIT-blue.svg
You can’t perform that action at this time.
0 commit comments