Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The time required to integrate the SDK can be as little as 1 hour or may take se
### Installation and Usage


## Setup
## Add route4me to an existing project

set in composer.json

Expand All @@ -114,8 +114,15 @@ Now execute the dependency manager (https://getcomposer.org/download/) in your p

php composer.phar install

### or create new project from package Route4Me

php composer.phar create-project route4me/route4me-php my-project
cd my-project

## Examples

### All Route4Me examples can be found [here](https://github.com/route4me/route4me-php-sdk/tree/master/examples)

### Single Driver Route Optimization

```php
Expand Down
2 changes: 1 addition & 1 deletion UnitTestFiles/Test/OrderTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function testToArray()
],
],
],
]);
);
}

public function testGetOrders()
Expand Down