smartystreets
is the SDK for working with SmartyStreets service.
Via Composer
$ composer require gliterd/smartystreets
Please see CHANGELOG for more information what has changed recently.
$ composer test
<?php
require_once('vendor/autoload.php');
use \SmartyStreets\Service;
$service = new Service('your-auth-id', 'your-auth-token');
$location = $service->getInspectedLocation([
'street' => 'Vulkanstrasse',
'street_number' => '106',
'place' => 'Zurich',
'postal_code' => '8010',
]);
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email mhetreramesh@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.