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. [API Development](/categories/api)
4. /
5. talentify/customerio-sdk

ActiveLibrary[API Development](/categories/api)

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

0.5.6(2y ago)120.5k↑30%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 2d 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

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity51

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

1082d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2437681?v=4)[Lucas Magroski](/maintainers/magroski)[@magroski](https://github.com/magroski)

![](https://avatars.githubusercontent.com/u/5880810?v=4)[Alexandre Reis](/maintainers/dreanmer)[@dreanmer](https://github.com/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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[netflie/whatsapp-cloud-api

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

668535.6k5](/packages/netflie-whatsapp-cloud-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[flowwow/cloudpayments-php-client

cloudpayments api client

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

PHPackages © 2026

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