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

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

7thstreetweb/intacct-sdk-php-ar-aging
=====================================

Accounts Receivable Aging Functionality

v1.0.3(6y ago)012Apache-2.0PHPPHP &gt;=7.2

Since Mar 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/philbirnie/Intacct_AR_Aging)[ Packagist](https://packagist.org/packages/7thstreetweb/intacct-sdk-php-ar-aging)[ RSS](/packages/7thstreetweb-intacct-sdk-php-ar-aging/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

Intacct Accounts Aging Module
=============================

[](#intacct-accounts-aging-module)

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

### Example Usage:

[](#example-usage)

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

    $client = new OnlineClient($clientConfig);

    /** @var ArAging $accountsReceivableRequest **/
    $accountsReceivableRequest = new ArAging();
    $accountsReceivableRequest->setAgingPeriods('0-');
    $accountsReceivableRequest->setLocationId('03');
    $accountsReceivableRequest->setShowDetails(true);

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

###  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

Maturity54

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

4

Last Release

2253d ago

### Community

Maintainers

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

### Embed Badge

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

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

PHPackages © 2026

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