Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 992 Bytes

index.md

File metadata and controls

23 lines (16 loc) · 992 Bytes

ATTENTION: THIS IS WORK IN PROGRESS AND NOT TO BE USED UNTIL THIS MESSAGE DISAPPEARS!

What is this?

PHP/SAP defines a layer of abstraction between actual SAP remote function calls and your PHP-Code. As to why this project was created, you can read the motivation.

PHP/SAP

The interfaces define a common denominator on how to configure a connection to SAP, prepare a SAP remote function call, and invoke a SAP remote function call.

The common classes and exceptions add logic that is not specific to the underlying PHP module.

The module specific implementations contain code that is specific to the underlying PHP-module.