PHPackages                             piairre/skuse - 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. piairre/skuse

ActiveSymfony-bundle[API Development](/categories/api)

piairre/skuse
=============

Modern OpenAPI documentation UI for Symfony — powered by skuse-ui

v0.1.0(today)30MITPHPPHP &gt;=8.1

Since Nov 23Pushed today1 watchersCompare

[ Source](https://github.com/Piairre/Skuse)[ Packagist](https://packagist.org/packages/piairre/skuse)[ Docs](https://github.com/Piairre/Skuse)[ RSS](/packages/piairre-skuse/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (6)Used By (0)

Skuse
=====

[](#skuse)

> Pronounced "skews" `/skjuːz/`

A modern OpenAPI documentation viewer for Symfony, powered by [skuse-ui](https://github.com/Piairre/skuse-ui).

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

[](#installation)

```
composer require piairre/skuse
```

**1. Register the bundle** in `config/bundles.php`:

```
return [
    // ...
    Piairre\Skuse\PiairreSkuseBundle::class => ['all' => true],
];
```

**2. Configure the bundle** — create `config/packages/piairre_skuse.yaml`:

```
piairre_skuse:
    open_api_url: '/docs.json'    # path or full URL to your OpenAPI spec
    theme: system                 # light | dark | system (default: system)
```

**3. Register the routes** — create `config/routes/piairre_skuse.yaml`:

```
piairre_skuse:
    resource: '@PiairreSkuseBundle/config/routes.yaml'
    prefix: /skuse  # change this to serve the docs at a different path
```

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

[](#configuration)

OptionRequiredDefaultDescription`open_api_url`yes—Path or URL to your OpenAPI JSON/YAML spec`theme`no`system`Color theme: `light`, `dark`, or `system`Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Symfony &gt;= 6.4

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance100

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/53754824?v=4)[Pierre Iaccarino](/maintainers/Piairre)[@Piairre](https://github.com/Piairre)

---

Top Contributors

[![Piairre](https://avatars.githubusercontent.com/u/53754824?v=4)](https://github.com/Piairre "Piairre (12 commits)")

---

Tags

laravelphp-frameworkswaggersymfonyapisymfonydocumentationswaggeropenapi

### Embed Badge

![Health badge](/badges/piairre-skuse/health.svg)

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

###  Alternatives

[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.8k48.1M111](/packages/swagger-api-swagger-ui)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M373](/packages/easycorp-easyadmin-bundle)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k36.4M126](/packages/darkaonline-l5-swagger)[harmbandstra/swagger-ui-bundle

Exposes swagger UI inside your Symfony project through a route (eg. /docs)

40881.6k](/packages/harmbandstra-swagger-ui-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1715.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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