You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
## About PHP/SAP
5
5
6
6
PHP/SAP defines a layer of abstraction between actual SAP remote function calls
7
-
and your PHP-Code. As to why this project was created, you can read the
8
-
[motivation](motivation).
7
+
and your PHP-Code. As to why this project has been created and which goals it
8
+
wants to achieve, you can read the [motivation](motivation).
9
9
10
10
[](res/php-sap.svg)
11
11
@@ -19,5 +19,6 @@ The [common classes and exceptions][common] add logic that is not specific to
19
19
The module specific implementations contain code that is specific to [the
20
20
underlying PHP-module](php-modules).
21
21
22
+
22
23
[interfaces]: https://github.com/php-sap/interfaces"Interfaces for implementing the PHP/SAP API."
23
24
[common]: https://github.com/php-sap/common"Exceptions and abstract classes containing logic for PHP/SAP that is not specific to the underlying PHP module."
0 commit comments