PHPackages                             orchestra/lumenate - 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. orchestra/lumenate

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

orchestra/lumenate
==================

Orchestra Platform Lumenate Installer

v1.3.0(6y ago)5623[1 issues](https://github.com/orchestral/lumenate/issues)MITPHPPHP &gt;=7.2.0

Since Oct 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/orchestral/lumenate)[ Packagist](https://packagist.org/packages/orchestra/lumenate)[ Fund](https://paypal.me/crynobone)[ Patreon](https://www.patreon.com/crynobone)[ RSS](/packages/orchestra-lumenate/feed)WikiDiscussions master Synced yesterday

READMEChangelog (9)Dependencies (4)Versions (11)Used By (0)

Orchestra Platform Lumenate Installer
=====================================

[](#orchestra-platform-lumenate-installer)

Lumenate is an experimental project primarily intended for extending API functionality on Orchestra Platform by adding Lumen on the same codebase as your primary application.

[![Latest Stable Version](https://camo.githubusercontent.com/566eca2c389862c34f3f2ce242cb6b29fb0504fca208ab5909f2710a1e69e3d3/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f6c756d656e6174652f76657273696f6e)](https://packagist.org/packages/orchestra/lumenate)[![Total Downloads](https://camo.githubusercontent.com/9b8c8beac079f6278dbefaccf8c92da47442156287297e28ca231e0c8892b9c9/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f6c756d656e6174652f646f776e6c6f616473)](https://packagist.org/packages/orchestra/lumenate)[![Latest Unstable Version](https://camo.githubusercontent.com/b2be4136cb5a8eb405f8932515768e7423d3baea31a7e5a6d0a761ef89d1472d/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f6c756d656e6174652f762f756e737461626c65)](//packagist.org/packages/orchestra/lumenate)[![License](https://camo.githubusercontent.com/9f624d379e010dbf54f81a73664bee4bcd7e25fe4fbc442810d40f01a76becf1/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f6c756d656e6174652f6c6963656e7365)](https://packagist.org/packages/orchestra/lumenate)

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

[](#installation)

First, install the Lumenate installer and make sure that the global Composer `bin` directory is within your system's `$PATH`:

```
composer global require "orchestra/lumenate=^1.0"

```

Next, create a new Orchestra Platform application and install Lumen:

```
composer create-project orchestra/platform application
cd application
lumenate install

```

After installing Lumen, you can also opt to add the base Lumen application skeleton under `lumen` folder, you can do this by running:

```
lumenate make

```

You can also choose to add new path to autoload to detect `lumen/app` using PSR-4 or use a single `app` directory.

```
{
    "autoload": {
        "psr-4": {
            "App\\Lumen\\": "lumen/app/",
            "App\\": "app/",
        }
    },
    "autoload-dev": {
        "classmap": [
            "lumen/tests/LumenTestCase.php",
            "tests/TestCase.php"
        ]
    },
}
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 94.6% 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 ~182 days

Recently: every ~35 days

Total

10

Last Release

2282d ago

Major Versions

v0.4.0 → v1.0.02019-09-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/172966?v=4)[Mior Muhammad Zaki](/maintainers/crynobone)[@crynobone](https://github.com/crynobone)

---

Top Contributors

[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (53 commits)")[![nasrulhazim](https://avatars.githubusercontent.com/u/10341422?v=4)](https://github.com/nasrulhazim "nasrulhazim (2 commits)")[![ahmadshah](https://avatars.githubusercontent.com/u/4233863?v=4)](https://github.com/ahmadshah "ahmadshah (1 commits)")

### Embed Badge

![Health badge](/badges/orchestra-lumenate/health.svg)

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

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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