Skip to content

Commit

Permalink
update readme to coming version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Nov 4, 2019
1 parent ef7cf5f commit e5b62c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository implements the [PHP/SAP][phpsap] interface for [Eduard Kouckys l
## Usage

```sh
composer require php-sap/saprfc-koucky:^1.0
composer require php-sap/saprfc-koucky:^2.0
```

```php
Expand All @@ -26,7 +26,8 @@ $result = (new SapRfcConnection(new SapRfcConfigA([
'passwd' => 'password'
])))
->prepareFunction('MY_COOL_SAP_REMOTE_FUNCTION')
->invoke(['INPUT_PARAM' => 'value']);
->setParam('INPUT_PARAM', 'some input value')
->invoke();
```

For further documentation, please read the documentation on [PHP/SAP][phpsap]!
Expand Down

0 comments on commit e5b62c3

Please sign in to comment.