PHPackages                             improvit17/laravel-stoplight-elements - 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. [API Development](/categories/api)
4. /
5. improvit17/laravel-stoplight-elements

ActiveLibrary[API Development](/categories/api)

improvit17/laravel-stoplight-elements
=====================================

A simple API documentation package for Laravel using OpenAPI and Stoplight Elements

0712↑2066.7%PHP

Since Jul 2Pushed 1mo agoCompare

[ Source](https://github.com/improvit17/laravel-stoplight-elements)[ Packagist](https://packagist.org/packages/improvit17/laravel-stoplight-elements)[ RSS](/packages/improvit17-laravel-stoplight-elements/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Stoplight Elements
==========================

[](#laravel-stoplight-elements)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e185287977774766450429a9b724443a566728c1620fc712ee957ce49431ca0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a75737473746576656b696e672f6c61726176656c2d73746f706c696768742d656c656d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/juststeveking/laravel-stoplight-elements)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://github.com/JustSteveKing/laravel-stoplight-elements/workflows/run-tests/badge.svg?branch=main)](https://github.com/JustSteveKing/laravel-stoplight-elements/actions)[![Total Downloads](https://camo.githubusercontent.com/79aa1314d0bbaee57dc5925d7042ba61054e8b5841faf04759c091d5e664470f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a75737473746576656b696e672f6c61726176656c2d73746f706c696768742d656c656d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/juststeveking/laravel-stoplight-elements)

Easily publish your API documentation using your OpenAPI document in your Laravel Application.

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

[](#installation)

You can install this package via composer:

```
composer require juststeveking/laravel-stoplight-elements
```

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

[](#configuration)

You can publish the configuration file with:

```
php artisan vendor:publish --provider="JustSteveKing\Laravel\LaravelStoplight\StoplightServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
    'title' => 'API Documentation',
    'path' => [
        'name' => env('STOPLIGHT_PATH_NAME', 'docs'),
        'url' => env('STOPLIGHT_PATH_URL', 'api/docs'),
    ],

    'openapi' => [
        'path' => env('STOPLIGHT_OPENAPI_PATH', 'https://api.apis.guru/v2/specs/github.com/1.1.4/openapi.yaml')
    ],

    'config' => [
        'router' => "hash",

        'layout' => "sidebar",
    ]
];
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Steve McDougall](https://github.com/JustSteveKing)
- [All Contributors](../../contributors)
- [Stoplight Team for the Elements Web Components](https://stoplight.io/open-source/elements/)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance60

Regular maintenance activity

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa0260453a68efe04cbbf27918ab532a7303150a659bb698874e75c1260cd951?d=identicon)[easylink](/maintainers/easylink)

---

Top Contributors

[![JustSteveKing](https://avatars.githubusercontent.com/u/6368379?v=4)](https://github.com/JustSteveKing "JustSteveKing (17 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (2 commits)")[![milewski](https://avatars.githubusercontent.com/u/2874967?v=4)](https://github.com/milewski "milewski (2 commits)")[![pdroge84](https://avatars.githubusercontent.com/u/18680053?v=4)](https://github.com/pdroge84 "pdroge84 (2 commits)")[![philsturgeon](https://avatars.githubusercontent.com/u/67381?v=4)](https://github.com/philsturgeon "philsturgeon (2 commits)")[![improvit-claude](https://avatars.githubusercontent.com/u/247673755?v=4)](https://github.com/improvit-claude "improvit-claude (1 commits)")[![SteveEdson](https://avatars.githubusercontent.com/u/1201960?v=4)](https://github.com/SteveEdson "SteveEdson (1 commits)")

### Embed Badge

![Health badge](/badges/improvit17-laravel-stoplight-elements/health.svg)

```
[![Health](https://phpackages.com/badges/improvit17-laravel-stoplight-elements/health.svg)](https://phpackages.com/packages/improvit17-laravel-stoplight-elements)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)[pimax/fb-messenger-php

Facebook Messenger Bot PHP API

313188.5k2](/packages/pimax-fb-messenger-php)

PHPackages © 2026

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