PHPackages                             incomm-alder/api-sdk - 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. incomm-alder/api-sdk

ActiveLibrary[API Development](/categories/api)

incomm-alder/api-sdk
====================

InComm's PHP SDK for Alder restful api

101PHP

Since Jun 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/pengan95/alder)[ Packagist](https://packagist.org/packages/incomm-alder/api-sdk)[ RSS](/packages/incomm-alder-api-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#REST API CLIENT FOR InComm Alder

- support access token cache

```
 $apiContext = new \InCommAlder\Common\ApiContext(CLIENT_ID,CLIENT_SECRET,
        [
            'log_path' => '',
            'credential_cache' => dirname(__FILE__) . DIRECTORY_SEPARATOR . "credential.json" //支持缓存api凭证
        ]);
    $apiContext->auth(new \InCommAlder\Common\RestHandler());
```

- support init by Array, Json

```
    $json_str = '{"PurchaseOrderNumber":"144353","CatalogId":1,"Metadata":"metadatabababb","CustomerOrderId":"TEST202009281134","EmailTheme":"","Recipients":[{"ShippingMethod":"","LanguageCultureCode":"zh-CN","FirstName":"Hopper","LastName":"Huang","EmailAddress":"hopperhuang@meikaitech.com","Address1":"","Address2":"","City":"","StateProvinceCode":"","PostalCode":"","CountryCode":"","DeliverEmail":false,"Products":[{"Sku":"VUSD-D-V-00","Value":25,"Quantity":1,"EmbossedTextId":0,"Packaging":"","MessageText":"Thanks a lot","MessageRecipientName":"HopperHuang","MessageSenderName":"Extrabux"}]}]}';
    $orderRequest = new \InCommAlder\Api\OrderRequest($json_str);

    $arr = [];
    $orderRequest = new \InCommAlder\Api\OrderRequest($arr);
```

\###TODO LIST

1. add valid method for OrderRequest

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/99029368?v=4)[pidan](/maintainers/pidan)[@Pidan](https://github.com/Pidan)

### Embed Badge

![Health badge](/badges/incomm-alder-api-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/incomm-alder-api-sdk/health.svg)](https://phpackages.com/packages/incomm-alder-api-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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