PHPackages                             wdalmut/frankie-modular - 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. wdalmut/frankie-modular

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

wdalmut/frankie-modular
=======================

Frankie Modules

080PHP

Since Jul 16Pushed 8y agoCompare

[ Source](https://github.com/wdalmut/frankie-modular)[ Packagist](https://packagist.org/packages/wdalmut/frankie-modular)[ RSS](/packages/wdalmut-frankie-modular/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Frankie Modular
===============

[](#frankie-modular)

The base frankie module system

```
$container = new CompositeContainer();
$modules = new Loader($container);

// add modules
$modules->add(new Corley\Module\FrameworkModule());

$loader->getContainer()->get("event_manager");

```

Create a module
---------------

[](#create-a-module)

It is just a class that implements `Corley\Modular\Module\ModuleInterface`

```
class Framework implements ModuleInterface
{
    public function getContainer()
    {
        return /* Psr\Container\ContainerInterface instance */
    }
}
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

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/c4765ec4150d94839948ac55e8d87bdaf2af9a7b96fc2cd023dca366d54ff9ca?d=identicon)[wdalmut](/maintainers/wdalmut)

---

Top Contributors

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

---

Tags

frameworkfrankiemodules

### Embed Badge

![Health badge](/badges/wdalmut-frankie-modular/health.svg)

```
[![Health](https://phpackages.com/badges/wdalmut-frankie-modular/health.svg)](https://phpackages.com/packages/wdalmut-frankie-modular)
```

###  Alternatives

[morrislaptop/laravel-popo-caster

Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer

27646.3k](/packages/morrislaptop-laravel-popo-caster)[ttree/dimensionkeeper

Synchronize properties between dimensions automatically

1217.0k](/packages/ttree-dimensionkeeper)

PHPackages © 2026

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