PHPackages                             orchestra/publisher - 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. [Database &amp; ORM](/categories/database)
4. /
5. orchestra/publisher

Abandoned → [orchestra/kernel](/?search=orchestra%2Fkernel)Library[Database &amp; ORM](/categories/database)

orchestra/publisher
===================

Publisher Component for Orchestra Platform

v3.5.0(8y ago)639.8kMITPHPPHP &gt;=7.0

Since Jun 16Pushed 8y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (8)Versions (23)Used By (0)

Publisher Component for Orchestra Platform
==========================================

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

[![Build Status](https://camo.githubusercontent.com/8ddbd067c0eae80184435a84ef97e43e8579dacdba111080a33a2c1d165bee7f/68747470733a2f2f7472617669732d63692e6f72672f6f72636865737472616c2f7075626c69736865722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/orchestral/publisher)[![Latest Stable Version](https://camo.githubusercontent.com/f577debee7bc5f33770e342639c7494effa84fd6dac31c0e4db89f536fe7dbde/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f7075626c69736865722f76657273696f6e)](https://packagist.org/packages/orchestra/publisher)[![Total Downloads](https://camo.githubusercontent.com/4615274a7b9f3cc65754c8eecaec1b9a935300a95be57e8efb4addcde5229103/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f7075626c69736865722f646f776e6c6f616473)](https://packagist.org/packages/orchestra/publisher)[![Latest Unstable Version](https://camo.githubusercontent.com/ee96fb9ea1db6f0babfc0cc70aa718cd09708d2615aa0d1d5fe6f18e3f8ee688/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f7075626c69736865722f762f756e737461626c65)](//packagist.org/packages/orchestra/publisher)[![License](https://camo.githubusercontent.com/c1230d98505c1ebac026c159e90d58a193d5d63a612cdf3a2b4f7d3556b18ec7/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f7075626c69736865722f6c6963656e7365)](https://packagist.org/packages/orchestra/publisher)

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

[](#table-of-content)

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

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

[](#version-compatibility)

LaravelPublisher4.x.x2.x.x5.0.x3.0.x5.1.x3.1.x5.2.x3.2.x5.3.x3.3.x5.4.x3.4.x5.5.x3.5.x5.6.x3.6.x@devInstallation
------------

[](#installation)

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

```
{
    "require": {
        "orchestra/publisher": "~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/publisher=~3.0"

```

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

[](#configuration)

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

```
'providers' => [

    // ...

    Orchestra\Publisher\PublisherServiceProvider::class,
    Orchestra\Publisher\CommandServiceProvider::class,
],
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

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

Total

22

Last Release

3175d ago

Major Versions

v2.2.1 → v3.0.02015-02-11

2.2.x-dev → v3.1.02015-05-24

PHP version history (5 changes)v2.1.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

### 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 (165 commits)")

---

Tags

laravelmigrationorchestralorchestral-platformasset-publishing

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[kitloong/laravel-migrations-generator

Generates Laravel Migrations from an existing database

2.9k7.4M24](/packages/kitloong-laravel-migrations-generator)[orchestra/tenanti

Tenant based Database Schema Manager for Laravel

588123.8k](/packages/orchestra-tenanti)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)[awssat/laravel-sync-migration

Laravel tool helps to sync migrations without refreshing the database

10923.2k](/packages/awssat-laravel-sync-migration)[dragon-code/laravel-data-dumper

Adding data from certain tables when executing the `php artisan schema:dump` console command

3418.6k](/packages/dragon-code-laravel-data-dumper)[codengine/laravel-custom-migrations

Custom Migrations for Laravel

131.3k](/packages/codengine-laravel-custom-migrations)

PHPackages © 2026

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