PHPackages                             7thstreetweb/intacct-sdk-php-ar-customer-list - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. 7thstreetweb/intacct-sdk-php-ar-customer-list

ActiveProject[Utility &amp; Helpers](/categories/utility)

7thstreetweb/intacct-sdk-php-ar-customer-list
=============================================

Customer List Functionality

1.1.1(6y ago)016Apache-2.0PHPPHP &gt;=7.2

Since Mar 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/philbirnie/Intacct_Customer_List)[ Packagist](https://packagist.org/packages/7thstreetweb/intacct-sdk-php-ar-customer-list)[ RSS](/packages/7thstreetweb-intacct-sdk-php-ar-customer-list/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Intacct Customer List Module
============================

[](#intacct-customer-list-module)

Module utilized with [Intacct PHP SDK](https://developer.intacct.com/tools/sdk-php/).

### Help Wanted

[](#help-wanted)

Feel Free to add Additional Filters to this module. At this point there are a very limited number of filters because this Module utilizes the new ["Query" syntax](https://developer.intacct.com/web-services/queries/#advantages-of-query).

### Example Usage:

[](#example-usage)

```
    /** @var ClientConfig $clientConfig */
    $clientConfig = new ClientConfig();

    $client = new OnlineClient($clientConfig);

    /** @var CustomerList $accountsReceivableRequest **/
    $customerListRequest = new CustomerList();
    $customerListRequest->setFields(['CUSTOMERID', 'NAME']);

    $filter = new InFilter();
    $filter->setField('CUSTOMERID');
    $filter->addValue('123456');
    $filter->addValue('789012');

    $customerListRequest->addFilter($filter);

    $response = $client->execute($customerListRequest);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

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

Every ~3 days

Total

5

Last Release

2231d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42b877ec3661f01a0cf9d7b3ec982d4688e82eaf33745af249d64e798940d7ad?d=identicon)[7thstreetweb](/maintainers/7thstreetweb)

### Embed Badge

![Health badge](/badges/7thstreetweb-intacct-sdk-php-ar-customer-list/health.svg)

```
[![Health](https://phpackages.com/badges/7thstreetweb-intacct-sdk-php-ar-customer-list/health.svg)](https://phpackages.com/packages/7thstreetweb-intacct-sdk-php-ar-customer-list)
```

###  Alternatives

[krisseck/detect-cms

PHP Library for detecting CMS.

9225.1k](/packages/krisseck-detect-cms)

PHPackages © 2026

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