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

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

7thstreetweb/intacct-sdk-php-product-list
=========================================

Product List Functionality

1.0.1(6y ago)010Apache-2.0PHPPHP &gt;=7.2

Since Apr 3Pushed 6y ago1 watchersCompare

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

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

Intacct Product List Module
===========================

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

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

Also see [Common Filters](https://github.com/philbirnie/Intacct_Common) for available filters.

### Example Usage:

[](#example-usage)

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

    $client = new OnlineClient($clientConfig);

    /** @var ProductList $itemListRequest **/
    $itemListRequest = new ProductList();
    $itemListRequest->setFields(['ITEMID', 'NAME']);

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

    $itemListRequest->addFilter($filter);

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

2230d ago

### Community

Maintainers

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

### Embed Badge

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

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

PHPackages © 2026

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