PHPackages                             slikio/php-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. slikio/php-sdk

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

slikio/php-sdk
==============

PHP Library for SlikIO - Charts for developers

010PHP

Since Sep 18Pushed 12y ago3 watchersCompare

[ Source](https://github.com/SlikIO/slikio-php)[ Packagist](https://packagist.org/packages/slikio/php-sdk)[ RSS](/packages/slikio-php-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is the SlikIO PHP SDK that allows you to access [SlikIO](http://slik.io) from your PHP app.

Usage
=====

[](#usage)

### Installation

[](#installation)

First, register to [SlikIO](http://slik.io) if you haven't done so already, then get the private API key, and initialize the framework:

```
require_once 'vendor/autoload.php';

$slikio = new SlikIO('YOUR_PRIVATE_API_KEY');
```

With Composer:

- Add the `"slikio/php-sdk": "dev-master"` into the `require` section of your `composer.json`.
- Run `composer install`

### Pushing data to collections:

[](#pushing-data-to-collections)

To push data to your collection use the `sendData` method:

```
$slikio->sendData(COLLECTION_ID, data);
```

Example:

```
$slikio->sendData("col_3890fc01750b17412", array(
	'user_id' => '123123',
	'email' => 'user@email.com',
	'action' => 'planPurchased',
	'cost' => 150.0
));
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3684058?v=4)[Daniel Brodsky](/maintainers/daniel319b)[@daniel319b](https://github.com/daniel319b)

### Embed Badge

![Health badge](/badges/slikio-php-sdk/health.svg)

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

###  Alternatives

[sunrise/vin

VIN decoder for PHP 7.1+ based on ISO-3779

81136.8k](/packages/sunrise-vin)

PHPackages © 2026

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