PHPackages                             kakuilan/swaggervel - 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. kakuilan/swaggervel

ActiveLibrary[API Development](/categories/api)

kakuilan/swaggervel
===================

A great way to integrate Swagger into Laravel

0.0.4(1y ago)02.6k↓50%MITPHPPHP &gt;=5.6.0

Since Oct 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kakuilan/swaggervel)[ Packagist](https://packagist.org/packages/kakuilan/swaggervel)[ RSS](/packages/kakuilan-swaggervel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (5)Used By (0)

swaggervel
==========

[](#swaggervel)

appointer/swaggervel backup

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

[](#installation)

- Execute `composer require kakuilan/swaggervel:dev-main` within your laravel root directory
- Add `Appointer\Swaggervel\SwaggervelServiceProvider::class` to your providers array in `app/config/app.php` above your route provider, to avoid any catch-all routes
- Run `php artisan vendor:publish --tag=public` to push swagger-ui to your public folder (can be found in public/vendor/swaggervel).
- Optionally run `php artisan vendor:publish --tag=config` to push the swaggervel default config into your application's config directory.
- Optionally run `php artisan vendor:publish --tag=views` to push the swaggervel index view file into `resources/views/vendor/swaggervel`.

Examples (when using the default configuration)
-----------------------------------------------

[](#examples-when-using-the-default-configuration)

- [www.example.com/docs](http://www.example.com/docs) &lt;- You may find your automatically generated Swagger .json-File there
- [www.example.com/api/docs](http://www.example.com/api/docs) &lt;- Access to your Swagger UI

Options
-------

[](#options)

All options are well commented within the swaggervel.php config file.

How to Use Swagger-php
----------------------

[](#how-to-use-swagger-php)

The actual Swagger spec is beyond the scope of this package. All Swaggervel does is package up swagger-php and swagger-ui in a Laravel-friendly fashion, and tries to make it easy to serve. For info on how to use swagger-php [look here](http://zircote.com/swagger-php/). For good examples of swagger-php in action [look here](https://github.com/zircote/swagger-php/tree/master/Examples).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance44

Moderate activity, may be stable

Popularity19

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

Every ~530 days

Total

4

Last Release

441d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/052d0d8bf5c8db8e96d017460096cdd289564ec54b0268b39b45cbbf958ab8ee?d=identicon)[kakuilan](/maintainers/kakuilan)

---

Top Contributors

[![kakuilan](https://avatars.githubusercontent.com/u/2321437?v=4)](https://github.com/kakuilan "kakuilan (8 commits)")

---

Tags

apilaraveldocumentationswagger

### Embed Badge

![Health badge](/badges/kakuilan-swaggervel/health.svg)

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

###  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)

PHPackages © 2026

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