Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riverside committed Jan 9, 2020
1 parent 62f8edd commit c563c66
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# php-osrm
PHP client for Project-OSRM.

https://zinoui.com/
#### Installation
- via composer
```
composer require riverside/php-osrm
```

#### Loading
```php
require __DIR__ . '/vendor/autoload.php';
```

0 comments on commit c563c66

Please sign in to comment.