PHPackages                             silici0/splio - 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. silici0/splio

ActiveLibrary[API Development](/categories/api)

silici0/splio
=============

Splio api access via PHP

03.1kPHP

Since Dec 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/silici0/splio)[ Packagist](https://packagist.org/packages/silici0/splio)[ RSS](/packages/silici0-splio/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

splio api access via PHP
========================

[](#splio-api-access-via-php)

This library provides an objected-oriented wrapper of a PHP class to access SPLIO REST api

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

[](#installation)

```
composer required silici0/splio:dev-master

```

Configuration
-------------

[](#configuration)

Create a file in your root folder called "config-splio.json" as the follow example code :

```
{
  "universe": "accountname",
  "apiKey": "api-key"
}

```

Usage example
-------------

[](#usage-example)

```
require "vendor/autoload.php";
use silici0\Splio\SplioService;

$s = new SplioService();

/**
 * Get Email Lists
 *
 */
$r = $s->getLists();
var_dump($r);

/**
 * Save New Contact
 *
 */
$contactData = array();
$contactData['email'] = 'email@gmail.com';
$contactData['firstname']='Firstname';
$contactData['lastname']='Lastname';
$contactData['lists'][0] = ['id' => '0'];

$r = $v->saveNewContact($contactData);
var_dump($r);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/261987ce76cce5e1d43fbde312f1f47c819cba2195ebb1f4955bdff9d12763bb?d=identicon)[silici0](/maintainers/silici0)

---

Top Contributors

[![silici0](https://avatars.githubusercontent.com/u/61994?v=4)](https://github.com/silici0 "silici0 (7 commits)")

### Embed Badge

![Health badge](/badges/silici0-splio/health.svg)

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

###  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.0k15](/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)
