PHPackages                             talentify/customerio-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. talentify/customerio-sdk

ActiveLibrary

talentify/customerio-sdk
========================

0.5.6(2y ago)119.7k↓33.3%MITPHPPHP &gt;=7CI failing

Since Jun 8Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Talentify/customerio-sdk)[ Packagist](https://packagist.org/packages/talentify/customerio-sdk)[ RSS](/packages/talentify-customerio-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (22)Used By (0)

Customer.io PHP Client
======================

[](#customerio-php-client)

A basic php client for use customer.io.

QuickStart
----------

[](#quickstart)

Go and get your credentials and create a token to your workspace at: [https://fly.customer.io/settings/api\_credentials?keyType=app](https://fly.customer.io/settings/api_credentials?keyType=app)

```
$client = new CustomerIoClient(
    [
        'site_id' => 'string', // site_id and site_key is needed for tracking api
        'site_key' => 'string',
        'token' => 'string', // is needed for app and beta apis
    ],
    AccountRegion::US()
)

// instance your request with his requeriments (generally entities from CIO\Entity namespace)
$request = new AddOrUpdateCustomer(
    new Customer(
        new Identifier(123),
        'email@provider.com',
        1622554538,
        [
             'attributeName'  => 'string|int|boolean only',
             'name'           => 'string',
             'converted'      => false,
             'type'           => 1,
        ]
    )
);

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

Dev
---

[](#dev)

- install dependencies `docker-compose run php composer install`;
- run tests `docker-compose run php ./vendor/bin/phpunit`;

### Improvments roadmap:

[](#improvments-roadmap)

- request exceptions;

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~138 days

Total

18

Last Release

1025d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7de9d1243823f8924284bcd592f89b99c2e1c010e2388a14f435efc0abc1ed33?d=identicon)[magroski](/maintainers/magroski)

![](https://www.gravatar.com/avatar/cfb24a0b7f68805663294950abc9ec5b0642e2e44ae59a7b64cb692f7a152dff?d=identicon)[dreanmer](/maintainers/dreanmer)

![](https://avatars.githubusercontent.com/u/78890743?v=4)[Flavio Ortiz](/maintainers/artemisfoll)[@artemisfoll](https://github.com/artemisfoll)

---

Top Contributors

[![dreanmer](https://avatars.githubusercontent.com/u/5880810?v=4)](https://github.com/dreanmer "dreanmer (31 commits)")[![basquens-talentify](https://avatars.githubusercontent.com/u/84341661?v=4)](https://github.com/basquens-talentify "basquens-talentify (19 commits)")[![artemisfoll](https://avatars.githubusercontent.com/u/78890743?v=4)](https://github.com/artemisfoll "artemisfoll (9 commits)")[![magroski](https://avatars.githubusercontent.com/u/2437681?v=4)](https://github.com/magroski "magroski (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/talentify-customerio-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/talentify-customerio-sdk/health.svg)](https://phpackages.com/packages/talentify-customerio-sdk)
```

###  Alternatives

[netflie/whatsapp-cloud-api

The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

640431.7k4](/packages/netflie-whatsapp-cloud-api)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[flowwow/cloudpayments-php-client

cloudpayments api client

2188.2k](/packages/flowwow-cloudpayments-php-client)

PHPackages © 2026

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