PHPackages                             lightit/scramble-extensions - 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. lightit/scramble-extensions

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

lightit/scramble-extensions
===========================

1.2.0(1y ago)03.2k↑36.7%[1 issues](https://github.com/Light-it-labs/scramble-extensions/issues)[1 PRs](https://github.com/Light-it-labs/scramble-extensions/pulls)PHPPHP ^8.1CI failing

Since Sep 11Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Light-it-labs/scramble-extensions)[ Packagist](https://packagist.org/packages/lightit/scramble-extensions)[ RSS](/packages/lightit-scramble-extensions/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (15)Versions (5)Used By (0)

Scramble Extensions
===================

[](#scramble-extensions)

Scramble Extensions is a package that contains different extensions for the package Dedoc/Scramble. This extensions are meant to adapt the documentaion package to light it's way of coding.

Install
-------

[](#install)

Requirements: Laravel &gt;= 8.17 PHP &gt;= 8.1.0 Composer

- `brew install php@8.1 composer` Mac OS X with brew
- `apt-get install php8.1` Ubuntu with apt-get (use sudo if is necessary)

This step is not necessary when you use Docker.

### Development Installation

[](#development-installation)

1. Clone GitHub repo for this project locally:

    ```
    git clone git@github.com:Light-it-labs/scramble-extensions

    ```
2. cd into your project and create a copy of your .env file

    ```
    cd scramble-extensions

    ```
3. Install required dependencies with

```
composer install

```

Install in Projects
-------------------

[](#install-in-projects)

For the moment, Lagger isn't available in packagist.org (composer package library), so in order to install it in a project, we need to add the following lines to our project's composer.json

```
"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/Light-it-labs/scramble-extensions"
  }
]

```

After that, composer will also look for packages in this repo and we can execute the following command.

```
composer require lightit/scramble-extensions:dev-main

```

Scramble Extensions Usage
-------------------------

[](#scramble-extensions-usage)

Include Extensions to Scramble
------------------------------

[](#include-extensions-to-scramble)

To use the extensions that the package offers you will have to modify Scramble's config file. Include the package extension in the "extensions" property.

### Example

[](#example)

```
'servers' => null,

    'middleware' => [
        'web',
        'auth:web',
    ],

    'extensions' => LightIt\ScrambleExtensions\LightitScrambleExtensions::getAllExtensions(),

```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance42

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~187 days

Total

3

Last Release

651d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16725715?v=4)[Alan Brande](/maintainers/alanbrande)[@alanbrande](https://github.com/alanbrande)

---

Top Contributors

[![agustin9998](https://avatars.githubusercontent.com/u/51126026?v=4)](https://github.com/agustin9998 "agustin9998 (18 commits)")[![sojeda](https://avatars.githubusercontent.com/u/17851841?v=4)](https://github.com/sojeda "sojeda (2 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/lightit-scramble-extensions/health.svg)

```
[![Health](https://phpackages.com/badges/lightit-scramble-extensions/health.svg)](https://phpackages.com/packages/lightit-scramble-extensions)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k11](/packages/laravel-surveyor)[elegantly/laravel-translator

All on one translations management for Laravel

6333.1k](/packages/elegantly-laravel-translator)

PHPackages © 2026

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