PHPackages                             exsyst/api-doc-bundle - 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. exsyst/api-doc-bundle

Abandoned → [nelmio/api-doc-bundle](/?search=nelmio%2Fapi-doc-bundle)Symfony-bundle[API Development](/categories/api)

exsyst/api-doc-bundle
=====================

\[WIP\] Generates Swagger docs from several sources

159[1 issues](https://github.com/EXSyst/ApiDocBundle/issues)PHP

Since Dec 17Pushed 9y ago4 watchersCompare

[ Source](https://github.com/EXSyst/ApiDocBundle)[ Packagist](https://packagist.org/packages/exsyst/api-doc-bundle)[ RSS](/packages/exsyst-api-doc-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (7)Used By (0)

ApiDocBundle
============

[](#apidocbundle)

\[WIP\] Generates Swagger docs from several sources

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

[](#installation)

Just like any bundle, you have to download it using composer:

```
composer require exsyst/api-doc-bundle dev-master

```

And then add it to your kernel:

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...

            new EXSyst\Bundle\ApiDocBundle\ApiDocBundle(),
        ];

        // ...
    }
}
```

And that's all, no configuration needed!

What does this bundle?
----------------------

[](#what-does-this-bundle)

It generates you a swagger documentation from your symfony app thanks to different sources called *Describers*. These *Describers* are specific to a library and extract data from it and merge it into your swagger documentation.

You can fetch your swagger documentation in your app:

```
$generator = $container->get('exsyst_api_doc.generator');
$swagger = $generator->generate()->toArray();
```

What's supported?
-----------------

[](#whats-supported)

This bundle supports *Symfony* route requirements, PHP annotations, [*Swagger-Php*](https://github.com/zircote/swagger-php) annotations, [*NelmioApiDocBundle*](https://github.com/nelmio/NelmioApiDocBundle) annotation, [*FOSRestBundle*](https://github.com/FriendsOfSymfony/FOSRestBundle) annotations and [*Api-Platform*](https://github.com/api-platform/api-platform) apps.

This bundle is a **Work In Progress** and as such it does only support input documentation for now (if you use *Swagger-Php* or *Api-Platform* output is supported as well).

What's next?
------------

[](#whats-next)

The hardest part remain: **models**. We have to build something to manage models that can vary based on several factors (serialization groups, class, etc.) and then put it in the app's documentation.

Other libraries support might be added but the priority is to finalize the bundle first.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11444712?v=4)[EXSyst](/maintainers/EXSyst)[@EXSyst](https://github.com/EXSyst)

---

Top Contributors

[![magnetik](https://avatars.githubusercontent.com/u/345029?v=4)](https://github.com/magnetik "magnetik (1 commits)")

### Embed Badge

![Health badge](/badges/exsyst-api-doc-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/exsyst-api-doc-bundle/health.svg)](https://phpackages.com/packages/exsyst-api-doc-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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