Skip to content

esilvajr/waze-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Waze SDK

This SDK is based on waze calls. We can't find any Docs about waze api.

How to install

composer require esilvajr/waze-sdk

How to use

$waze = new \Waze\Waze('API-KEY');

$result = $waze->maps()->place()->autocomplete([
    'input' => 'ADDRESS',
]);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages