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)02.8k↑25%[1 PRs](https://github.com/Light-it-labs/scramble-extensions/pulls)PHPPHP ^8.1CI failing

Since Sep 11Pushed 10mo 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 1mo ago

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

36

—

LowBetter than 81% of packages

Maintenance48

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

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

595d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/538e0eddceaf8ef997aa64ff8e0147085f12c23eced919b2291339a693f62814?d=identicon)[alanbrande](/maintainers/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.0k7.8M55](/packages/dedoc-scramble)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[tonysm/rich-text-laravel

Integrates Trix content with Laravel

46577.8k1](/packages/tonysm-rich-text-laravel)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

188.5k](/packages/tarfin-labs-event-machine)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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