PHPackages                             seliton/seliton-php-client - 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. seliton/seliton-php-client

ActiveLibrary

seliton/seliton-php-client
==========================

PHP Client for Seliton REST API

111[1 issues](https://github.com/seliton/seliton-php-client/issues)PHP

Since Jul 20Pushed 9y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Seliton PHP Client
==================

[](#seliton-php-client)

Requirements
------------

[](#requirements)

PHP 5.3 and later.

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

[](#installation)

Download [latest version](https://github.com/seliton/seliton-php-client/archive/master.zip).

Include the `init.php` file:

```
require_once('/path/to/seliton-php-client/init.php');
```

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
require_once '/path/to/seliton-php-client/init.php';

use Seliton\Client\Seliton;

$seliton = new Seliton('http://dev-1.myseliton.com/api/v1/');

$page = $seliton->page()->create();

print_r($page);
```

Documentation
-------------

[](#documentation)

Please see  for up-to-date documentation.

Development
-----------

[](#development)

Install dependencies:

```
composer install
```

Tests
-----

[](#tests)

Install dependencies as mentioned above (which will resolve [PHPUnit](http://packagist.org/packages/phpunit/phpunit)), then you can run the test suite:

```
./vendor/bin/phpunit
```

Or to run an individual test file:

```
./vendor/bin/phpunit tests/PageTestCase.php
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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/91a245a905752eb8c6de3e49f4abfd143a72dffb63b7e493648f9c83730da768?d=identicon)[mankms](/maintainers/mankms)

---

Top Contributors

[![mankms](https://avatars.githubusercontent.com/u/392926?v=4)](https://github.com/mankms "mankms (59 commits)")

### Embed Badge

![Health badge](/badges/seliton-seliton-php-client/health.svg)

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

PHPackages © 2026

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