PHPackages                             7thstreetweb/intacct-sdk-php-common - 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-common

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

7thstreetweb/intacct-sdk-php-common
===================================

Intacct Common Filters and Helpers

1.0.2(4y ago)0574Apache-2.0PHPPHP &gt;=7.2

Since Apr 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/philbirnie/Intacct_Common)[ Packagist](https://packagist.org/packages/7thstreetweb/intacct-sdk-php-common)[ RSS](/packages/7thstreetweb-intacct-sdk-php-common/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (4)

Intacct Common Filters and Helpers
==================================

[](#intacct-common-filters-and-helpers)

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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

1787d ago

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[krak/fn

Functional library for php with proper currying

2419.0k3](/packages/krak-fn)[lukeyouell/craft-geocookie

Collect information about a visitor's location based on their IP address and store the information as a cookie.

136.3k](/packages/lukeyouell-craft-geocookie)

PHPackages © 2026

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