PHPackages                             pyrsmk/lumy3 - 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. [Framework](/categories/framework)
4. /
5. pyrsmk/lumy3

AbandonedArchivedLibrary[Framework](/categories/framework)

pyrsmk/lumy3
============

A Slim/Chernozem based framework

3.2.0(9y ago)1158MITPHPPHP &gt;=5.4.0

Since Aug 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/pyrsmk/Lumy3)[ Packagist](https://packagist.org/packages/pyrsmk/lumy3)[ RSS](/packages/pyrsmk-lumy3/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Lumy 3.2.0
==========

[](#lumy-320)

Lumy is just a wrapper that merges [Slim](http://www.slimframework.com) framework and [Chernozem](https://github.com/pyrsmk/Chernozem) container. Please read both documentations to know how to use Lumy.

Simple example
--------------

[](#simple-example)

```
$app = new Lumy\App();

// Add a service
$app['twig'] = $app->service(function($app) {
    $loader = new Twig_Loader_Filesystem('/path/to/templates');
    $twig = new Twig_Environment($loader, [
        'cache' => '/path/to/compilation_cache',
    ]);
});

// Add a route
$app->get('/', function($request, $response) {
    // Render the template
    $this['twig']->render('index.html', [
      'the' => 'variables',
      'go' => 'here'
    ]);
});

$app->run();
```

License
-------

[](#license)

[MIT](http://dreamysource.mit-license.org).

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3366d ago

### Community

Maintainers

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

---

Tags

frameworkslimchernozem

### Embed Badge

![Health badge](/badges/pyrsmk-lumy3/health.svg)

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

###  Alternatives

[slim/twig-view

Slim Framework 4 view helper built on top of the Twig 3 templating component

3738.9M247](/packages/slim-twig-view)[gotzmann/comet

Modern PHP framework for building blazing fast REST APIs and microservices

68316.4k1](/packages/gotzmann-comet)[juliangut/slim-doctrine

Slim-Doctrine managers integration

153.7k](/packages/juliangut-slim-doctrine)

PHPackages © 2026

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