gliterd/smartystreets

PHP SDK smarty street international client API

Maintainers

👁 mhetreramesh

Package info

github.com/gliterd/smartystreets

pkg:composer/gliterd/smartystreets

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.1 2018-09-07 18:30 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 58cde41e4e6b47fcdfe6b472ccbf571de37d44ec

  • Ramesh Mhetre <mhetreramesh.woop@gmail.com>

smarty-street

This package is auto-updated.

Last update: 2026-06-29 02:03:38 UTC


README

👁 Author
👁 Latest Version on Packagist
👁 Software License
👁 Build Status
👁 Coverage Status
👁 Quality Score
👁 Total Downloads

smartystreets is the SDK for working with SmartyStreets service.

Install

Via Composer

$ composer require gliterd/smartystreets

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

How to use it?

<?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',
]);

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email mhetreramesh@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.