PHPackages                             cinexpert/tools - 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. cinexpert/tools

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

cinexpert/tools
===============

CineXpert Tools

3.2.0(8mo ago)05.1k↓100%1proprietaryPHPPHP ~8.1CI failing

Since Feb 27Pushed 8mo ago2 watchersCompare

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

READMEChangelog (10)Dependencies (9)Versions (28)Used By (0)

CineXpert Tools
===============

[](#cinexpert-tools)

[![CircleCI](https://camo.githubusercontent.com/209ec71d213bd899096e089862dd749286ebc505861cecfcbd5169948f3585ee/68747470733a2f2f646c2e636972636c6563692e636f6d2f7374617475732d62616467652f696d672f67682f63696e6578706572742f746f6f6c732f747265652f6d61737465722e7376673f7374796c653d737667)](https://dl.circleci.com/status-badge/redirect/gh/cinexpert/tools/tree/master)

This repository contains tools &amp; services like a Queue, Encryption, etc. Every tool comes with an adapter pattern.

### Install dependencies

[](#install-dependencies)

```
$ ./composer.phar install
```

### PHPCS

[](#phpcs)

```
$ vendor/bin/phpcs --standard=phpcs.xml ./src
```

### PHPUnit

[](#phpunit)

```
$ cd tests && ../vendor/bin/phpunit
```

### Basic Usage Example

[](#basic-usage-example)

```
$config = new \Cinexpert\Tools\ToolsConfig();
$config
    ->setAwsRegion('eu-west-1')
    ->setAwsKey('...')
    ->setAwsSecret('...');

$tools = new \Cinexpert\Tools\Tools($config);

$queue = $tools->get('queue');

$queue->sendMessage('https://my-queue-url', 'message text');
```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance64

Regular maintenance activity

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

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

###  Release Activity

Cadence

Every ~105 days

Recently: every ~351 days

Total

27

Last Release

252d ago

Major Versions

0.5.5 → 1.0.02020-06-19

1.5.0 → 2.0.02021-10-23

2.0.0 → 3.0.02023-07-01

PHP version history (3 changes)0.1.0PHP &gt;=7.1

3.0.0PHP ^8.1

3.1.1PHP ~8.1

### Community

Maintainers

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

---

Top Contributors

[![ppaulis](https://avatars.githubusercontent.com/u/1609503?v=4)](https://github.com/ppaulis "ppaulis (53 commits)")[![jeremyFreeAgent](https://avatars.githubusercontent.com/u/176363?v=4)](https://github.com/jeremyFreeAgent "jeremyFreeAgent (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cinexpert-tools/health.svg)

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k3](/packages/elgg-elgg)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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