PHPackages                             ezlocate/ezlocate-php-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. ezlocate/ezlocate-php-sdk

ActiveLibrary

ezlocate/ezlocate-php-sdk
=========================

PHP SDK for EZ Locate API v1

0.2.7(4y ago)0117MITPHPPHP &gt;=5.4

Since Oct 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ez-company/ezlocate-php-sdk)[ Packagist](https://packagist.org/packages/ezlocate/ezlocate-php-sdk)[ Docs](https://github.com/ez-company/ezlocate-php-sdk)[ RSS](/packages/ezlocate-ezlocate-php-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (16)Used By (0)

EZ Locate PHP SDK
=================

[](#ez-locate-php-sdk)

PHP SDK for [EZ Locate API](https://www.ezlocate.us/docs/api/).

Installation
------------

[](#installation)

```
$ composer require ezlocate/ezlocate-php-sdk

```

Usage
-----

[](#usage)

```
use \EZLocate\EZLocate;
use \EZLocate\Order;

const EZL_USERNAME = 'YOUR_EZL_USERNAME';
const EZL_ACCESS_TOKEN = 'YOUR_EZL_ACCESS_TOKEN';

$ezl = new EZLocate(EZL_USERNAME, EZL_ACCESS_TOKEN);

$data = [
    'notes' => 'My order notes',
    'ref' => 'XXXX',
    'ref_2' => 'YYYY',
    'person' => [
        'firstname' => 'John',
        'lastname' => 'Doe',
        'ssn' => 'XXXX'
    ]
];

$order = $ezl->createOrder($data);
print_r($order);
```

License
-------

[](#license)

Released under the [MIT License](http://opensource.org/licenses/MIT). See [LICENSE](LICENSE) file.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~85 days

Recently: every ~237 days

Total

15

Last Release

1573d ago

### Community

Maintainers

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

---

Top Contributors

[![lodev09](https://avatars.githubusercontent.com/u/6686328?v=4)](https://github.com/lodev09 "lodev09 (27 commits)")

---

Tags

phpaddressclassskipdangerezlocateezlocate.us

### Embed Badge

![Health badge](/badges/ezlocate-ezlocate-php-sdk/health.svg)

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

###  Alternatives

[nunomaduro/mock-final-classes

Allows mocking of final methods and classes in PHP.

113854.3k23](/packages/nunomaduro-mock-final-classes)[stefangabos/zebra_database

An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.

11812.0k](/packages/stefangabos-zebra-database)[leonelquinteros/php-toml

PHP parser for TOML language ( https://github.com/toml-lang/toml )

266.7k](/packages/leonelquinteros-php-toml)

PHPackages © 2026

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