Skip to content

Commit 5965c21

Browse files
committed
Updated readme with explanation of how to use samples
1 parent 19236dd commit 5965c21

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ require_once('/path/to/project/lib/CybsSoapClient.php');
3333
```
3434

3535

36+
##Running the Samples
37+
The samples in the ````samples```` directory can be run from the project root. For example:
38+
39+
```
40+
php samples/Sale.php
41+
```
42+
3643
##Tests
3744

3845
In order to run tests, you'll need [PHPUnit](https://phpunit.de). You'll also need to use [Composer](https://getcomposer.org/) for autoloading. If you used Composer to install the client, this should already be set up. Otherwise, to use Composer for autoloading only, from the project root run

0 commit comments

Comments
 (0)