PHPackages                             solcloud/utils - 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. solcloud/utils

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

solcloud/utils
==============

Basic solcloud utils

v2.3.0(3y ago)0241MITPHPPHP &gt;= 7.1

Since Dec 10Pushed 3y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

Utils
-----

[](#utils)

some utils for many things

### Workers

[](#workers)

*container.php*

```
$container = new \Pimple\Container();
$container->register(new \Solcloud\Utils\SolcloudProvider());
return $container;
```

*run.php*

```
if ('dev' === getenv('DEVTOKEN')) {
    require __DIR__ . '/vendor/solcloud/utils/worker/baseDebug.php';
} else {
    require __DIR__ . '/vendor/solcloud/utils/worker/base.php';
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~55 days

Recently: every ~61 days

Total

7

Last Release

1333d ago

Major Versions

v1.3.1 → v2.0.02022-03-07

PHP version history (2 changes)v1.3.0PHP &gt;= 5.4

v2.1.0PHP &gt;= 7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/74121353?v=4)[solcloud](/maintainers/solcloud)[@solcloud](https://github.com/solcloud)

---

Top Contributors

[![solcloud](https://avatars.githubusercontent.com/u/74121353?v=4)](https://github.com/solcloud "solcloud (25 commits)")

### Embed Badge

![Health badge](/badges/solcloud-utils/health.svg)

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

###  Alternatives

[symfony/lock

Creates and manages locks, a mechanism to provide exclusive access to a shared resource

514139.2M689](/packages/symfony-lock)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k51](/packages/ecotone-ecotone)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[logiscape/mcp-sdk-php

Model Context Protocol SDK for PHP

368116.8k12](/packages/logiscape-mcp-sdk-php)

PHPackages © 2026

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