PHPackages                             folksyfolks/l5-swagger - 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. folksyfolks/l5-swagger

ActiveLibrary[API Development](/categories/api)

folksyfolks/l5-swagger
======================

OpenApi or Swagger integration to Laravel

8.6.1(2y ago)010.1k↓38.8%3MITPHPPHP ^7.2 || ^8.0

Since Mar 23Pushed 2y agoCompare

[ Source](https://github.com/folksyfolks/L5-Swagger)[ Packagist](https://packagist.org/packages/folksyfolks/l5-swagger)[ GitHub Sponsors](https://github.com/DarkaOnLine)[ RSS](/packages/folksyfolks-l5-swagger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (9)Versions (111)Used By (0)

L5-swagger ( Folksy adaptation )
================================

[](#l5-swagger--folksy-adaptation-)

This is a fork from [DarkaOnLine's L5-swagger](https://github.com/DarkaOnLine/L5-Swagger). The version is locked to version 8.1.0.

For more information on how to use this package, please refer to the original fork.

### Changes

[](#changes)

The main change from this package is the ability to define, from the "scanOptions" config key, after which processor we want to add our custom processor.

### Usage

[](#usage)

For the base usage [please refer to the original documentation](https://github.com/DarkaOnLine/L5-Swagger/wiki).

As for the custom usage, we simpy added a config key `append-processors-after`, under `scanOptions` :

```
// l5-swagger.php
return [
    'default' => 'default',
    'documentations' => [
       /* ... */
    ],
    'defaults' => [
        /* ... */
        'scanOptions' => [
            /* ... */
            'processors' => [
                // new \App\SwaggerProcessors\SchemaQueryParameter(),
            ],

            /**
             * Define after which Open Api's processors we want to happens the custom one.
             */
            'append-processors-after' => \OpenApi\Processors\BuildPaths::class,

            /* ... */
        ],
    /* ... */
];
```

The default value is `\OpenApi\Processors\BuildPaths::class`, which is the original value in the original fork.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 79.7% 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 ~35 days

Recently: every ~201 days

Total

96

Last Release

759d ago

Major Versions

5.8.3 → 6.0.12019-09-04

6.0.3 → 7.02020-03-05

6.0.4 → 8.0.02020-08-18

5.7.3 → 8.0.12020-08-21

6.0.6 → 8.0.52021-05-07

PHP version history (9 changes)v0.1PHP &gt;=5.4.0

3.0PHP &gt;=5.5.9

4.0.x-devPHP &gt;=5.6.4

5.0PHP ^7.0

5.6.0PHP &gt;=7.1.3

5.5.7PHP ~7.0

6.0PHP ^7.2

8.0.3PHP ^7.2 || ^8.0

8.2.1PHP ~8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/42808ac0728b2c248463f5bccfc75ead65c4d67b1ba6dda5483228bb64309dec?d=identicon)[FolksHR](/maintainers/FolksHR)

---

Top Contributors

[![DarkaOnLine](https://avatars.githubusercontent.com/u/1171698?v=4)](https://github.com/DarkaOnLine "DarkaOnLine (240 commits)")[![nicDamours](https://avatars.githubusercontent.com/u/3102811?v=4)](https://github.com/nicDamours "nicDamours (8 commits)")[![folksyfolks](https://avatars.githubusercontent.com/u/78826713?v=4)](https://github.com/folksyfolks "folksyfolks (5 commits)")[![gruz](https://avatars.githubusercontent.com/u/422942?v=4)](https://github.com/gruz "gruz (5 commits)")[![verwilst](https://avatars.githubusercontent.com/u/2114993?v=4)](https://github.com/verwilst "verwilst (4 commits)")[![collegeman](https://avatars.githubusercontent.com/u/120316?v=4)](https://github.com/collegeman "collegeman (4 commits)")[![bbs-smuller](https://avatars.githubusercontent.com/u/18079210?v=4)](https://github.com/bbs-smuller "bbs-smuller (2 commits)")[![jpuck](https://avatars.githubusercontent.com/u/15305396?v=4)](https://github.com/jpuck "jpuck (2 commits)")[![ymhuang0808](https://avatars.githubusercontent.com/u/2720857?v=4)](https://github.com/ymhuang0808 "ymhuang0808 (2 commits)")[![LiamBull](https://avatars.githubusercontent.com/u/17298523?v=4)](https://github.com/LiamBull "LiamBull (2 commits)")[![christophe-44-27](https://avatars.githubusercontent.com/u/7846034?v=4)](https://github.com/christophe-44-27 "christophe-44-27 (2 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (2 commits)")[![firdaushatta](https://avatars.githubusercontent.com/u/6598384?v=4)](https://github.com/firdaushatta "firdaushatta (2 commits)")[![PouriaSeyfi](https://avatars.githubusercontent.com/u/21053631?v=4)](https://github.com/PouriaSeyfi "PouriaSeyfi (2 commits)")[![rodrigowbazevedo](https://avatars.githubusercontent.com/u/6214250?v=4)](https://github.com/rodrigowbazevedo "rodrigowbazevedo (2 commits)")[![ashish-khokhar](https://avatars.githubusercontent.com/u/761541?v=4)](https://github.com/ashish-khokhar "ashish-khokhar (2 commits)")[![fh-jashmore](https://avatars.githubusercontent.com/u/26600475?v=4)](https://github.com/fh-jashmore "fh-jashmore (2 commits)")[![matriphe](https://avatars.githubusercontent.com/u/277262?v=4)](https://github.com/matriphe "matriphe (1 commits)")[![hackel](https://avatars.githubusercontent.com/u/583677?v=4)](https://github.com/hackel "hackel (1 commits)")[![Jonezzyboy](https://avatars.githubusercontent.com/u/22507709?v=4)](https://github.com/Jonezzyboy "Jonezzyboy (1 commits)")

---

Tags

apilaraveldocumentationuispecificationswaggeropenapi

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/folksyfolks-l5-swagger/health.svg)

```
[![Health](https://phpackages.com/badges/folksyfolks-l5-swagger/health.svg)](https://phpackages.com/packages/folksyfolks-l5-swagger)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[darkaonline/swagger-lume

OpenApi or Swagger integration to Lumen

3372.3M3](/packages/darkaonline-swagger-lume)[swagger-api/swagger-ui

 Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

28.8k45.4M99](/packages/swagger-api-swagger-ui)

PHPackages © 2026

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