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

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

orchestra/studio
================

Code Generator for Orchestra Platform

v3.2.3(10y ago)313.5k1MITPHPPHP &gt;=5.5.0

Since Apr 16Pushed 9y ago2 watchersCompare

[ Source](https://github.com/orchestral/studio)[ Packagist](https://packagist.org/packages/orchestra/studio)[ RSS](/packages/orchestra-studio/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (19)Used By (0)

Code Generator for Orchestra Platform
=====================================

[](#code-generator-for-orchestra-platform)

[![Latest Stable Version](https://camo.githubusercontent.com/03207040f55a666111102009c233a0ab33a04f672546e6106607d4c5b3917704/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f72636865737472616c2f73747564696f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/studio)[![Total Downloads](https://camo.githubusercontent.com/c6e7dd9a49b20d8d6c0816d8095b1a4d8da65e9b6c54af54e72a09b6d20e2e38/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f72636865737472612f73747564696f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/studio)[![MIT License](https://camo.githubusercontent.com/96900cc77fe3e0b953a046b284fb6b22fa0548d7741f20f7d4b0aa5ae448b857/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f72636865737472612f73747564696f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/studio)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/5f3b1edfe1683d95dc4e9b8f84d2d911bbf140f1fd6304218a30d8dfbaf66239/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6f72636865737472616c2f73747564696f2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/orchestral/studio/)

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

[](#table-of-content)

- [Installation](#installation)
- [Configuration](#configuration)

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

[](#installation)

To install through composer, simply put the following in your `composer.json` file:

```
{
    "require": {
        "orchestra/studio": "~3.0"
    }
}
```

And then run `composer install` from the terminal.

### Quick Installation

[](#quick-installation)

Above installation can also be simplify by using the following command:

```
composer require "orchestra/studio=~3.0"

```

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

[](#configuration)

Add following service providers in `config/app.php`.

```
'providers' => [

    // ...

    Orchestra\Studio\StudioServiceProvider::class,
],
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~35 days

Total

18

Last Release

3566d ago

PHP version history (3 changes)v3.0.0PHP &gt;=5.4.0

v3.1.3PHP &gt;=5.5.0

v3.3.0-BETA1PHP &gt;=5.6.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 (126 commits)")

### Embed Badge

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

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

###  Alternatives

[orchestra/html

HTML Component for Orchestra Platform

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

Memory Component for Orchestra Platform

11150.0k11](/packages/orchestra-memory)[andreas-glaser/php-helpers

A comprehensive collection of PHP utility functions for array manipulation, string operations, date handling, HTML generation, form building, validation, and more. Modern PHP 8.2+ library with full type safety.

1386.5k2](/packages/andreas-glaser-php-helpers)

PHPackages © 2026

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