PHPackages                             buonzz/epoch-csa-client - 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. buonzz/epoch-csa-client

ActiveProject[API Development](/categories/api)

buonzz/epoch-csa-client
=======================

PHP Client Library for interacting with Epoch's Customer Search API.

v1.0.01(6y ago)16MITPHPPHP &gt;=5.4

Since Aug 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/buonzz/epoch-csa-client)[ Packagist](https://packagist.org/packages/buonzz/epoch-csa-client)[ RSS](/packages/buonzz-epoch-csa-client/feed)WikiDiscussions master Synced 2mo ago

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

PHP Client Library for interacting with Epoch's Customer Search API
===================================================================

[](#php-client-library-for-interacting-with-epochs-customer-search-api)

[![Build Status](https://camo.githubusercontent.com/d2ce54c72e71e906c95cf5e29722602f4fb4148ea5d24bd2b15df88b804e065c/68747470733a2f2f7472617669732d63692e6f72672f62756f6e7a7a2f65706f63682d6373612d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/buonzz/epoch-csa-client) [![codecov](https://camo.githubusercontent.com/3e75d6d9258c629aa49c4bf52d94d1204505cadc4854c4fd066e95f9e65f7fea/68747470733a2f2f636f6465636f762e696f2f67682f62756f6e7a7a2f65706f63682d6373612d636c69656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/buonzz/epoch-csa-client)

This library allows you to easily interact with Epoch's Search API by wrapping the API call into simple objects that validates and ensures the values of the parameter is complete and with correct data type. Most of the classes will throw InvalidArgumentException preventing your app from executing calls to the API with possibly invalid values - thus improving the quality of your app.

Features
--------

[](#features)

- Validation of each parameter to make sure you are using the correct values
- Mapping of required/optional parameters to each action (search, expire etc)

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

[](#installation)

install via composer

```
composer require buonzz/epoch-csa-client

```

Usage
-----

[](#usage)

The following example searches a member by Member ID:

```
use Buonzz\Epoch\CustomerSearch\Client;
use Buonzz\Epoch\CustomerSearch\Actions\Search;
use Buonzz\Epoch\CustomerSearch\Parameters\Memberid;

// create a new parameter object
$memberid = new Memberid(1234587);

// create a new action
$search = new Search();

// create a client to connect to the API
$client = new Client('mahuser', 'mahpass');

// pass the action and array of parameters to execute method of the client object
$output = $client->execute($search, [$memberid]);

// now the result can be used for whatever purpose it may serve
var_dump($output);

```

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

[](#contributing)

You can contribute in documentation by editing the files in docs folder. to re-generate the doc

```
make html

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Unknown

Total

1

Last Release

2471d ago

### Community

Maintainers

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

---

Top Contributors

[![buonzz](https://avatars.githubusercontent.com/u/946233?v=4)](https://github.com/buonzz "buonzz (1 commits)")

---

Tags

billingepochintegrationpaysiteapiclientbillingepochadult

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/buonzz-epoch-csa-client/health.svg)

```
[![Health](https://phpackages.com/badges/buonzz-epoch-csa-client/health.svg)](https://phpackages.com/packages/buonzz-epoch-csa-client)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[markrogoyski/numverify-api-client-php

Numverify API Client for PHP

1220.9k](/packages/markrogoyski-numverify-api-client-php)[azuracast/php-api-client

An API client library for the AzuraCast API

311.3k](/packages/azuracast-php-api-client)

PHPackages © 2026

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