PHPackages                             orchestra/extension - 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/extension

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

orchestra/extension
===================

Extension Component for Orchestra Platform

v6.0.0(5y ago)497.5k53MITPHPPHP ^7.3 || ^8.0

Since Jun 19Pushed 5y ago3 watchersCompare

[ Source](https://github.com/orchestral/extension)[ Packagist](https://packagist.org/packages/orchestra/extension)[ Docs](http://orchestraplatform.com/docs/latest/components/extension/)[ Fund](https://paypal.me/crynobone)[ Fund](https://liberapay.com/crynobone)[ RSS](/packages/orchestra-extension/feed)WikiDiscussions 6.x Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (84)Used By (3)

Extension Component for Orchestra Platform
==========================================

[](#extension-component-for-orchestra-platform)

Extension Component allows components or packages to be added dynamically to Orchestra Platform without the hassle of modifying the configuration.

[![tests](https://github.com/orchestral/extension/workflows/tests/badge.svg?branch=6.x)](https://github.com/orchestral/extension/actions?query=workflow%3Atests+branch%3A6.x)[![Latest Stable Version](https://camo.githubusercontent.com/7a0f515940fdd5387ebb649cf02e4fb87a35a500c418070426eb566f5599b66c/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f657874656e73696f6e2f76657273696f6e)](https://packagist.org/packages/orchestra/extension)[![Total Downloads](https://camo.githubusercontent.com/d4dc2ce07a2f2e0ff751bfb9e5d0fe15cb6e059fcbb798e8c6f2b3eaee7b2515/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f657874656e73696f6e2f646f776e6c6f616473)](https://packagist.org/packages/orchestra/extension)[![Latest Unstable Version](https://camo.githubusercontent.com/e7a74ae811c8fbf01c121ef3832cdef37be3ff251b5f0e14b304e091cc91a3ce/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f657874656e73696f6e2f762f756e737461626c65)](//packagist.org/packages/orchestra/extension)[![License](https://camo.githubusercontent.com/fd8649881535919c332cfce52b34ceb4885de16b869caca0afe4e949051d14f7/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f657874656e73696f6e2f6c6963656e7365)](https://packagist.org/packages/orchestra/extension)[![Coverage Status](https://camo.githubusercontent.com/463f44e56c6ce6e35957a642a8fe633208ff23db49677dc67f9a189350a08da2/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6f72636865737472616c2f657874656e73696f6e2f62616467652e7376673f6272616e63683d362e78)](https://coveralls.io/github/orchestral/extension?branch=6.x)

Table of Content
----------------

[](#table-of-content)

- [Version Compatibility](#version-compatibility)
- [Installation](#installation)
- [Configuration](#configuration)
- [Resources](#resources)
- [Changelog](https://github.com/orchestral/extension/releases)

Version Compatibility
---------------------

[](#version-compatibility)

LaravelExtension5.5.x3.5.x5.6.x3.6.x5.7.x3.7.x5.8.x3.8.x6.x4.x7.x5.x8.x6.xInstallation
------------

[](#installation)

To install through composerby using the following command:

```
composer require "orchestra/extension"
```

Configuration
-------------

[](#configuration)

Next add the following service provider in `config/app.php`.

```
'providers' => [

    // ...

    Orchestra\Extension\ExtensionServiceProvider::class,
    Orchestra\Memory\MemoryServiceProvider::class,
    Orchestra\Publisher\PublisherServiceProvider::class,

    Orchestra\Extension\CommandServiceProvider::class,
],
```

### Migrations

[](#migrations)

Before we can start using Extension Component, please run the following:

```
php artisan extension:migrate
```

> The command utility is enabled via `Orchestra\Extension\CommandServiceProvider`.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 99.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 ~35 days

Recently: every ~102 days

Total

83

Last Release

1857d ago

Major Versions

2.2.x-dev → v3.0.22015-03-09

v3.8.1 → v4.0.02019-09-03

3.8.x-dev → v4.0.12019-10-09

4.x-dev → 5.x-dev2020-03-06

v5.0.0 → v6.0.02021-04-18

PHP version history (8 changes)v2.0.0PHP &gt;=5.3.3

v2.2.0PHP &gt;=5.4.0

v3.1.1PHP &gt;=5.5.0

v3.3.0PHP &gt;=5.6.0

v3.5.0PHP &gt;=7.0

v3.6.0PHP &gt;=7.1

v4.0.0PHP &gt;=7.2

v6.0.0PHP ^7.3 || ^8.0

### 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 (807 commits)")[![stevebauman](https://avatars.githubusercontent.com/u/6421846?v=4)](https://github.com/stevebauman "stevebauman (2 commits)")[![ahmadshah](https://avatars.githubusercontent.com/u/4233863?v=4)](https://github.com/ahmadshah "ahmadshah (1 commits)")

---

Tags

laravelextensionorchestra-platformorchestral

### Embed Badge

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

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

###  Alternatives

[orchestra/html

HTML Component for Orchestra Platform

40112.6k2](/packages/orchestra-html)[orchestra/asset

Asset Component for Orchestra Platform

52177.4k4](/packages/orchestra-asset)[orchestra/memory

Memory Component for Orchestra Platform

11150.0k11](/packages/orchestra-memory)[orchestra/foundation

Orchestra Platform Foundation

5675.5k5](/packages/orchestra-foundation)[orchestra/auth

Auth Component for Orchestra Platform

24108.5k3](/packages/orchestra-auth)[orchestra/story

CMS Extension for Orchestra Platform

1410.0k](/packages/orchestra-story)

PHPackages © 2026

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