PHPackages                             reactiveraven/phplibrary - 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. reactiveraven/phplibrary

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

reactiveraven/phplibrary
========================

Utility library

0.2.1(14y ago)415WTFPLPHPPHP &gt;=5.2.4

Since Feb 9Pushed 14y ago3 watchersCompare

[ Source](https://github.com/ReactiveRaven/PHPLibrary)[ Packagist](https://packagist.org/packages/reactiveraven/phplibrary)[ Docs](http://github.com/ReactiveRaven/PHPLibrary)[ RSS](/packages/reactiveraven-phplibrary/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (4)Used By (0)

This library is presented as a collection of useful tools.

The use of the included autoloader is recommended:

```
require (".../RRaven/Autoloader.php");
new RRaven_Autoloader()

```

Code contributions are welcomed:

\#RRaven\_Array An object-oriented array, exposing common array manipulation functions in a sensible way.

Note that `RRaven_Array` uses boolean method names for clarity, eg: "and not" rather than "array\_diff".

\#RRaven\_Color A colour object for converting between and altering RGB, HSL and Hex colour formats.

```
// magenta = #FF00FF = rgb(255,0,255) = hsl(0.83, 1, 0.5)

$pink = RRaven_Color::fromHex("#FF00FF")->setBlue(0)->setSaturation(0.5);
$red = RRaven_Color::fromRGB(array(255, 0, 255))->setHue(0);
$grey = RRaven_Color::fromHSL(array(0.83, 1, 0.5))->setSaturation(0);

```

\#RRaven\_Stream\_ A set of stream manipulation classes for use in processing large files with low memory overhead.

`RRaven_Stream_Transform_` classes implement `RRaven_Stream_Reader_Abstract` so a chain formed of multiple transforms can be constructed between a reader and a writer.

Note also that `RRaven_Stream_Reader_` classes implement Traversable, so can be looped over in a foreach loop as though they were a normal array.

\#RRaven\_Render\_Exception Renders an exception object in a human-readable colour-coded HTML format, pulling in code-snippets where possible.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.9% 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 ~1 days

Total

4

Last Release

5209d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a52e1881a3d22c6a0e0e7e3caec311dfbb4a7af4b860b16070ff0b7d25a791a3?d=identicon)[ReactiveRaven](/maintainers/ReactiveRaven)

---

Top Contributors

[![ReactiveRaven](https://avatars.githubusercontent.com/u/1376403?v=4)](https://github.com/ReactiveRaven "ReactiveRaven (29 commits)")[![Burfdl](https://avatars.githubusercontent.com/u/908858?v=4)](https://github.com/Burfdl "Burfdl (6 commits)")

---

Tags

utilitylibrary

### Embed Badge

![Health badge](/badges/reactiveraven-phplibrary/health.svg)

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

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[league/iso3166

ISO 3166-1 PHP Library

70036.3M116](/packages/league-iso3166)[maciejczyzewski/bottomline

A full-on PHP manipulation utility belt that provides support for working with arrays, objects, and iterables; a lodash or underscore equivalent for PHP.

477631.4k10](/packages/maciejczyzewski-bottomline)[phpcsstandards/phpcsutils

A suite of utility functions for use with PHP\_CodeSniffer

6333.4M58](/packages/phpcsstandards-phpcsutils)[me-io/php-lodash

A full-on PHP manipulation utility-belt that provides support for the usual functional.

38100.0k](/packages/me-io-php-lodash)[kisma/kisma

PHP Utility Belt

178.5k8](/packages/kisma-kisma)

PHPackages © 2026

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