PHPackages                             adr/addressverification - 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. adr/addressverification

ActiveLibrary

adr/addressverification
=======================

Checks the address passed to it against USPS endpoint for validity purposes

1.0.1(9y ago)1614GPLPHPPHP &gt;=5.5.0

Since Apr 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/usctrojan77/address-verification)[ Packagist](https://packagist.org/packages/adr/addressverification)[ RSS](/packages/adr-addressverification/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Address Verification
--------------------

[](#address-verification)

This library can be used for address verification purposes. It uses the USPS endpoint to query for addresses.

Install
-------

[](#install)

composer require adr/addressverification

Usage
-----

[](#usage)

Example

```
use ADR\AddressVerification

$addressVerification = new AddressVerification();

$address = ['address1' => '', 'address2' => ', 'city' => ',
'state' => '', 'zip' => '', 'zipExt' => ''];

$response = $addressVerification->verifyAddress($address);

/**

Return Response will be in the format below
['status' => 'True|False', 'message' => '']

**/
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3330d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf3562567f61e1a906bbd2b95504c4b3a255ff4623e2d7ebcea0c62e9c0e15cb?d=identicon)[alldigitalrew](/maintainers/alldigitalrew)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adr-addressverification/health.svg)

```
[![Health](https://phpackages.com/badges/adr-addressverification/health.svg)](https://phpackages.com/packages/adr-addressverification)
```

PHPackages © 2026

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