File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
1
# PHP/SAP interfaces
2
2
3
- ** ATTENTION: THIS IS WORK IN PROGRESS AND NOT TO BE USED UNTIL THIS MESSAGE DISAPPEARS!**
4
-
5
3
[ ![ License: MIT] [ license-mit ]] ( LICENSE )
6
4
7
5
This repository defines interfaces for implementing the [ PHP/SAP] [ phpsap ] API.
8
6
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
- * ` ISapException ` Generic SAP exception.
19
- * ` IConnectionFailedException ` The SAP connection failed.
20
- * ` IUnknownFunctionException ` The requested remote function could not be found.
21
- * ` IFunctionCallException ` The SAP remote function call failed.
7
+ [ See PHP/SAP Interfaces for documentation] [ doc ]
22
8
23
9
[ phpsap ] : https://php-sap.github.io
24
10
[ license-mit ] : https://img.shields.io/badge/license-MIT-blue.svg
11
+ [ doc ] : https://php-sap.github.io/interfaces " Interfaces | PHP/SAP "
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"homepage" : " https://php-sap.github.io" ,
14
+ "support" : {
15
+ "docs" : " https://php-sap.github.io/interfaces"
16
+ },
14
17
"keywords" : [
15
18
" phpsap" ,
16
19
" php-sap" ,
You can’t perform that action at this time.
0 commit comments