PHPackages                             rpungello/radar-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rpungello/radar-sdk

ActiveLibrary[API Development](/categories/api)

rpungello/radar-sdk
===================

PHP SDK for interfacing with radar.com

1.0.1(6mo ago)0387MITPHPPHP ^8.1CI passing

Since Apr 1Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/rpungello/radar-sdk)[ Packagist](https://packagist.org/packages/rpungello/radar-sdk)[ Docs](https://github.com/rpungello/radar-sdk)[ GitHub Sponsors](https://github.com/rpungello)[ RSS](/packages/rpungello-radar-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (8)Used By (0)

Radar SDK
=========

[](#radar-sdk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/708570d61b98b2f4767aa8828d656867c868ad73f1a8ab26db19fed70e644e49/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7270756e67656c6c6f2f72616461722d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rpungello/radar-sdk)[![Tests](https://camo.githubusercontent.com/e08d726f089cafd28dfbfdf43c3bcc752a2e1ade4f5a552ea7d9e0a93de13d9b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7270756e67656c6c6f2f72616461722d73646b2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/rpungello/radar-sdk/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/83d487ce6cb5e63e93d36acc8b2625ee9a029769786af4c8cab69d805ab5599e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7270756e67656c6c6f2f72616461722d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rpungello/radar-sdk)

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
------------

[](#installation)

You can install the package via composer:

```
composer require rpungello/radar-sdk
```

Usage
-----

[](#usage)

### Initialize Client

[](#initialize-client)

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

### Forward Geocoding

[](#forward-geocoding)

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

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Rob Pungello](https://github.com/rpungello)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 87% of packages

Maintenance79

Regular maintenance activity

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~39 days

Recently: every ~47 days

Total

6

Last Release

206d ago

Major Versions

0.3.0 → 1.0.02025-10-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a690a16dfab0dcfd9d326e1ee3619832e586b1ac53fb52faa6ab00246eefb7a?d=identicon)[rpungello](/maintainers/rpungello)

---

Top Contributors

[![rpungello](https://avatars.githubusercontent.com/u/3287663?v=4)](https://github.com/rpungello "rpungello (29 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

geocodinglocationrpungelloradar

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rpungello-radar-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/rpungello-radar-sdk/health.svg)](https://phpackages.com/packages/rpungello-radar-sdk)
```

###  Alternatives

[willdurand/geocoder-bundle

Integration of Geocoder into Symfony

3226.4M12](/packages/willdurand-geocoder-bundle)[alexpechkarev/google-geocoder

Simple Google Geocoding API v3 wrapper for Laravel 4/5, Slim3 etc

74255.5k](/packages/alexpechkarev-google-geocoder)[opencage/geocode

A PHP library for geocoding via the OpenCage Geocoder API

37480.0k4](/packages/opencage-geocode)[what3words/w3w-php-wrapper

A PHP library to use the what3words RESTful API

29583.1k2](/packages/what3words-w3w-php-wrapper)[jcf/geocode

Google Geocoding API for Laravel

48160.5k](/packages/jcf-geocode)[biscolab/google-maps-php-sdk

Google Maps PHP SDK.

14215.1k](/packages/biscolab-google-maps-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
