PHPackages                             onlineidentity/channable - 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. onlineidentity/channable

ActiveLibrary[API Development](/categories/api)

onlineidentity/channable
========================

Channable API connector

v1.0.0(3y ago)110.3k↓18.2%1MITPHPPHP ^8.1

Since Mar 7Pushed 3y ago3 watchersCompare

[ Source](https://github.com/onlineidentity/channable)[ Packagist](https://packagist.org/packages/onlineidentity/channable)[ RSS](/packages/onlineidentity-channable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (1)

Channable API connector
=======================

[](#channable-api-connector)

Installation
------------

[](#installation)

`composer require onlineidentity/channable`

Usage
-----

[](#usage)

To use the connector create a channable object in your project and add the required Channableconfig:

```
$config = new \OnlineIdentity\Channable\ChannableConfig(
    api_token: '{API_TOKEN}',
    company_id: {COMPANY_ID},
    project_id: {PROJECT_ID}
);

$channable = new \Onlineidentity\Channable\Channable($config)

//Examples

//Get all orders
$channable->orders()->allOrders();

$order_id = 12345678;
$channable->orders()->shipment($order_id, [
    'tracking_code' => '3S1234567890',
    'transporter' => 'POSTNL',
    'order_item_ids' => [
        1,
        2
    ]
]);

//Get all returns with queryParameters
$channable->returns()->allReturns(['limit' => 2, 'last_modified_after' => '2022-01-01']);

//update returns status
$return_id = 12345678;
$status_accepted = \OnlineIdentity\Enums\ReturnsType::ACCEPTED;
$channable->returns()->updateReturnStatus($return_id, $status_accepted);
```

For more details and options visit the offical channable docs

Supported versions
------------------

[](#supported-versions)

VersionPhp version1.08.1^

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% of commits — single point of failure

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

Unknown

Total

1

Last Release

1168d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bbd2c4e395ebc0f4d543d84532955c1f911138f6b793ce13f04288b98345796?d=identicon)[OnlineIdentity](/maintainers/OnlineIdentity)

---

Top Contributors

[![Bryans91](https://avatars.githubusercontent.com/u/4056932?v=4)](https://github.com/Bryans91 "Bryans91 (7 commits)")[![JoeriAben](https://avatars.githubusercontent.com/u/4263996?v=4)](https://github.com/JoeriAben "JoeriAben (2 commits)")

---

Tags

apiconnectorchannable

### Embed Badge

![Health badge](/badges/onlineidentity-channable/health.svg)

```
[![Health](https://phpackages.com/badges/onlineidentity-channable/health.svg)](https://phpackages.com/packages/onlineidentity-channable)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[bmeme/eventbrite_connector

PHP Library for integration with Eventbrite API v3

151.1k](/packages/bmeme-eventbrite-connector)

PHPackages © 2026

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