PHPackages                             elepunk/orchestrate - 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. elepunk/orchestrate

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

elepunk/orchestrate
===================

Orchestra platform extension generator

v0.1.1(12y ago)4501[2 issues](https://github.com/elepunk/orchestrate/issues)MITPHPPHP &gt;=5.3.0

Since Jan 26Pushed 12y ago1 watchersCompare

[ Source](https://github.com/elepunk/orchestrate)[ Packagist](https://packagist.org/packages/elepunk/orchestrate)[ RSS](/packages/elepunk-orchestrate/feed)WikiDiscussions master Synced 4d ago

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

Orchestrate
-----------

[](#orchestrate)

[Orchestra/Platform](http://orchestraplatform.com/) extension skeleton generator. This will provide you with a basic directory structures needed to kickstart the development process.

[![Build Status](https://camo.githubusercontent.com/5054d72f287e584928f15aa9a9f6baf9a737b917cbc2bc7af1f94f2ec1999700/68747470733a2f2f7472617669732d63692e6f72672f656c6570756e6b2f6f726368657374726174652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/elepunk/orchestrate)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/48b501e69811ad037076ad043fa5594167bb7c2a448062eddd60c8c1deef81a5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656c6570756e6b2f6f726368657374726174652f6261646765732f7175616c6974792d73636f72652e706e673f733d65643364633432623730623430313130336431653461393139646638323834393961396333313832)](https://scrutinizer-ci.com/g/elepunk/orchestrate/)[![Code Coverage](https://camo.githubusercontent.com/344c9d02367532c29f1445dac7794279c9737564c10092b64ead971d115a757f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656c6570756e6b2f6f726368657374726174652f6261646765732f636f7665726167652e706e673f733d62333531383637316162333832333263653335326165656234343538636134666137616532346361)](https://scrutinizer-ci.com/g/elepunk/orchestrate/)

### Installation &amp; Usage

[](#installation--usage)

Add the package into your composer.json file.

```
"require": {
    "elepunk/orchestrate": "0.2.*"
 },
```

Update `app/start/global.php` so that Orchestra\\Platform is able to detect the extensions.

```
App::make('orchestra.extension.finder')->addPath(base_path().'/extensions/*/*/');
```

Add the service provider in `app/config/app.php`.

```
'providers' => array(
    'Elepunk\Orchestrate\OrchestrateServiceProvider'
),
```

Run `php artisan orchestrate foo/bar`to generate the extension skeleton.

Run `php artisan dump-autoload` to reload the autoloader.

Run `php artisan extension:detect` and you will see your newly created extension. All extensions will be created under `extension` directory.

If you want to change the default directory just publish the configuration file `php artisan config:publish elepunk/orchestrate`.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4491d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2554da9ad5880fdb56945d1539d31e986b4bc3dba3a2791b9a8f8259408398d9?d=identicon)[shopalicious](/maintainers/shopalicious)

---

Top Contributors

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

---

Tags

laravelgeneratororchestra-platformorchestrateorchestra

### Embed Badge

![Health badge](/badges/elepunk-orchestrate/health.svg)

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

###  Alternatives

[orchestra/asset

Asset Component for Orchestra Platform

52177.4k4](/packages/orchestra-asset)[lara-zeus/accordion

Zeus Accordion is filamentphp layout component to group components

11122.8k2](/packages/lara-zeus-accordion)[akira/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

431.4k](/packages/akira-laravel-qrcode)[tomatophp/filament-helpers

Helper Class Generator to manage your forms and table inside your filament app

127.9k](/packages/tomatophp-filament-helpers)

PHPackages © 2026

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