PHPackages                             caridea/module - 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. caridea/module

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

caridea/module
==============

A shrimp of an application module loader

3.0.0(8y ago)018Apache-2.0PHPPHP &gt;=7.1.0

Since Mar 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/libreworks/caridea-module)[ Packagist](https://packagist.org/packages/caridea/module)[ Docs](http://github.com/libreworks/caridea-module)[ RSS](/packages/caridea-module/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

caridea-module
==============

[](#caridea-module)

Caridea is a miniscule PHP application library. This shrimpy fellow is what you'd use when you just want some helping hands and not a full-blown framework.

[![](https://camo.githubusercontent.com/3a9d2bd9abd336c1541d254cd07f8dff935288ad4a0983294f0b3f572f5b0f4b/687474703a2f2f6c69627265776f726b732e636f6d2f636172696465612d3130302e706e67)](https://camo.githubusercontent.com/3a9d2bd9abd336c1541d254cd07f8dff935288ad4a0983294f0b3f572f5b0f4b/687474703a2f2f6c69627265776f726b732e636f6d2f636172696465612d3130302e706e67)

This is its module loader. You can use it to write extensible applications.

[![Packagist](https://camo.githubusercontent.com/bdcee2fed1af0b4de110256acef21891b516edac443e29479f8eec65c4cf6cb3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636172696465612f6d6f64756c652e737667)](https://packagist.org/packages/caridea/module)[![Build Status](https://camo.githubusercontent.com/e1daab4b0af3df5ef694ff9c00d9419caa1b1e90465e46800cbda373912663c1/68747470733a2f2f7472617669732d63692e6f72672f6c69627265776f726b732f636172696465612d6d6f64756c652e737667)](https://travis-ci.org/libreworks/caridea-module)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d1cf9cda1e68d48d6bbe50f2e557a80a788c95d43edcd146365653ae4a0d2170/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c69627265776f726b732f636172696465612d6d6f64756c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/libreworks/caridea-module/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/cea1831c419584a06aa43f302def9476b5c6c68e65887e6669b47043cecde765/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c69627265776f726b732f636172696465612d6d6f64756c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/libreworks/caridea-module/?branch=master)

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

[](#installation)

You can install this library using Composer:

```
$ composer require caridea/module
```

- The master branch (version 3.x) of this project requires PHP 7.1 and depends on `caridea/container`.
- Version 2.x of this project requires PHP 7.0 and depends on `caridea/container`.

Compliance
----------

[](#compliance)

Releases of this library will conform to [Semantic Versioning](http://semver.org).

Our code is intended to comply with [PSR-1](http://www.php-fig.org/psr/psr-1/), [PSR-2](http://www.php-fig.org/psr/psr-2/), and [PSR-4](http://www.php-fig.org/psr/psr-4/). If you find any issues related to standards compliance, please send a pull request!

Features
--------

[](#features)

The `Caridea\Module\System` class has three dependency containers: one for configuration properties, one for *back-end* objects and one for *front-end* objects. Modules can register objects in these containers. The configuration container is the parent of the back-end container, which in turn is parent of the front-end container.

```
namespace Acme;

class MyModule extends \Caridea\Module\Module
{
}

$modules = ['Acme\MyModule'];
$conf = []; // Read in your configuration from somewhere.
$system = new \Caridea\Module\System($modules, $conf);

$myObj = $system->getFrontendContainer()->get('myObject');
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~163 days

Total

3

Last Release

3064d ago

Major Versions

2.0.x-dev → 3.0.02018-02-10

PHP version history (2 changes)2.0.0PHP &gt;=7.0.0

3.0.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/659262eac941ffe4795493834425fc9a2369c2c9df3cc565ed4194f1d37be934?d=identicon)[doublecompile](/maintainers/doublecompile)

---

Top Contributors

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

---

Tags

pluginbundleextensionmodule

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/caridea-module/health.svg)

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

PHPackages © 2026

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