rpungello/radar-sdk

PHP SDK for interfacing with radar.com

0.1.0 2025-04-01 14:08 UTC

This package is auto-updated.

Last update: 2025-04-01 14:13:36 UTC


README

Latest Version on Packagist Tests Total Downloads

PHP SDK for interfacing with radar.com's API. Currently only forward geocoding is supported, but more of the API will be added in the future.

Installation

You can install the package via composer:

composer require rpungello/radar-sdk

Usage

Initialize Client

$client = new \Rpungello\RadarSdk\RadarClient('your_secret_key_here');

Forward Geocoding

$client = new \Rpungello\RadarSdk\RadarClient('your_secret_key_here');
$response = $client->forwardGeocode('Full Address Here');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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