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

ActiveLibrary

ezvenue/ezvenue-php-sdk
=======================

PHP SDK for EZ Venue API v1

0.3.9(5y ago)093MITPHPPHP &gt;=5.4

Since Mar 21Pushed 4y ago1 watchersCompare

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

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

EZ Venue PHP SDK
================

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

PHP SDK for [EZ Venue API](https://www.ezvenue.app/docs/developer).

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

[](#installation)

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

```

Usage
-----

[](#usage)

```
use \EZVenue\EZVenue;
use \EZVenue\Lookup;

const EZV_USERNAME = 'YOUR_EZV_USERNAME';
const EZV_ACCESS_TOKEN = 'YOUR_EZV_ACCESS_TOKEN';

$ezv = new EZVenue(EZV_USERNAME, EZV_ACCESS_TOKEN);

$data = [
    'ref' => 'XXXX',
    'amount' => 1000,
    'address' => '1234 Your Address, TX 12345' // can be a coordinates e.g. 123.233334,-93.334343
];

$lookup = $ezv->lookup($data);
print_r($lookup);
```

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

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~31 days

Recently: every ~112 days

Total

19

Last Release

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

phpaddressclassvenueezvenueezvenue.appcourts

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/ezvenue-ezvenue-php-sdk/health.svg)](https://phpackages.com/packages/ezvenue-ezvenue-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)
