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

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

orchestra/optimize
==================

Optimize Component for Orchestra Platform

v3.3.0(9y ago)138.9kMITPHPPHP &gt;=5.6.0

Since Oct 28Pushed 9y ago1 watchersCompare

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

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

Optimize Component for Orchestra Platform
=========================================

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

[![Join the chat at https://gitter.im/orchestral/platform](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/orchestral/platform?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Optimization tool for Orchestra Platform, which work based on `php artisan optimize`.

[![Latest Stable Version](https://camo.githubusercontent.com/3f9f14e56053a860f4fc65cc67ae4b9f1000ea96c1e33f3f4c9262587cd69ea7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f72636865737472616c2f6f7074696d697a652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/optimize)[![Total Downloads](https://camo.githubusercontent.com/560be2255640767555df1e5320af5e8bed35ff5b66f66f96dafd7ccfddc31d10/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f72636865737472612f6f7074696d697a652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/optimize)[![MIT License](https://camo.githubusercontent.com/8de5ddc5559765ba4c40bad5ad2cc546102840d6bb62d2efce8edd8cedc0c36d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f72636865737472612f6f7074696d697a652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/optimize)[![Build Status](https://camo.githubusercontent.com/df2a3f9cbfed0d08fe86270ce136bc75e755da512d555daf56ba5b7a1b885d43/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f72636865737472616c2f6f7074696d697a652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/orchestral/optimize)[![Coverage Status](https://camo.githubusercontent.com/ffd2f1fea3ccc40465ba0ebe13673670c76cec2fd03e18f09677240d53141d7f/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6f72636865737472616c2f6f7074696d697a652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/orchestral/optimize?branch=master)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/e4c6771a9348de203812c51f046c4357cca074284c1b5a583261b486b1471b55/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6f72636865737472616c2f6f7074696d697a652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/orchestral/optimize/)

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/optimize": "~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/optimize=~3.0"

```

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

[](#configuration)

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

```
'providers' => [

    // ...

    Orchestra\Optimize\OptimizeServiceProvider::class,
],
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

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

Recently: every ~88 days

Total

32

Last Release

3484d ago

Major Versions

v2.2.1 → v3.0.02015-02-11

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

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

v2.2.0PHP &gt;=5.4.0

v3.1.0PHP &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 (265 commits)")

---

Tags

orchestra-platformorchestral

### Embed Badge

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

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

###  Alternatives

[orchestra/asset

Asset Component for Orchestra Platform

51177.8k4](/packages/orchestra-asset)[orchestra/html

HTML Component for Orchestra Platform

37112.7k2](/packages/orchestra-html)[orchestra/foundation

Orchestra Platform Foundation

5475.5k9](/packages/orchestra-foundation)[orchestra/support

Support Component for Orchestra Platform

16501.4k21](/packages/orchestra-support)[orchestra/auth

Auth Component for Orchestra Platform

22108.6k3](/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)
