File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
## About PHP/SAP
2
2
3
3
PHP/SAP defines a layer of abstraction between actual SAP remote function calls
4
- and your PHP-Code. As to why this project has been created and which goals it
5
- wants to achieve, you can read the [ motivation] ( motivation ) .
4
+ and your PHP-Code.
5
+
6
+ As to why this project has been created and which goals it
7
+ wants to achieve, you can read the [ motivation] ( motivation ) .
6
8
7
9
![ PHP/SAP] ( res/php-sap.png )
8
10
9
11
The interfaces define a common denominator on how to configure a
10
- connection to SAP, prepare a SAP remote function call, and invoke a SAP remote
11
- function call.
12
+ connection to SAP, prepare a SAP remote function call, and invoke a SAP remote
13
+ function call.
12
14
13
15
The common classes and exceptions add logic that is not specific to
14
- the underlying PHP module.
16
+ the underlying PHP module.
15
17
16
18
The module specific implementations contain code that is specific to [ the
17
- underlying PHP-module] ( php-modules ) .
19
+ underlying PHP-module] ( php-modules ) .
18
20
19
21
## TL;DR
20
22
21
23
Especially short explanation for people in a hurry.
22
24
23
25
Use ` composer require ` to add PHP/SAP to your project. Depending on the
24
- [ PHP module] ( php-modules ) you need to require a certain PHP/SAP package.
26
+ [ PHP module] ( php-modules ) you need to require a certain PHP/SAP package.
25
27
26
28
` composer require php-sap/saprfc-koucky `
27
29
or
You can’t perform that action at this time.
0 commit comments