Skip to content

Commit 14e3e49

Browse files
committed
add interface descriptions to readme
1 parent 1893764 commit 14e3e49

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
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+
77
This 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

0 commit comments

Comments
 (0)