File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## About PHP/SAP
22
33PHP/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 ) .
68
79![ PHP/SAP] ( res/php-sap.png )
810
911The 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.
1214
1315The common classes and exceptions add logic that is not specific to
14- the underlying PHP module.
16+ the underlying PHP module.
1517
1618The module specific implementations contain code that is specific to [ the
17- underlying PHP-module] ( php-modules ) .
19+ underlying PHP-module] ( php-modules ) .
1820
1921## TL;DR
2022
2123Especially short explanation for people in a hurry.
2224
2325Use ` 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.
2527
2628` composer require php-sap/saprfc-koucky `
2729or
You can’t perform that action at this time.
0 commit comments