PHPackages                             zfcampus/zf-apigility-documentation-apiblueprint - 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. zfcampus/zf-apigility-documentation-apiblueprint

Abandoned → [laminas-api-tools/api-tools-documentation-apiblueprint](/?search=laminas-api-tools%2Fapi-tools-documentation-apiblueprint)ArchivedLibrary[API Development](/categories/api)

zfcampus/zf-apigility-documentation-apiblueprint
================================================

Apigility API Blueprint Documentation Module

1.3.0(8y ago)1351.0kBSD-3-ClausePHPPHP ^5.6 || ^7.0

Since Jun 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zfcampus/zf-apigility-documentation-apiblueprint)[ Packagist](https://packagist.org/packages/zfcampus/zf-apigility-documentation-apiblueprint)[ RSS](/packages/zfcampus-zf-apigility-documentation-apiblueprint/feed)WikiDiscussions master Synced today

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

API Blueprint Documentation Provider for Apigility
==================================================

[](#api-blueprint-documentation-provider-for-apigility)

> ## Repository abandoned 2019-12-31
>
> [](#repository-abandoned-2019-12-31)
>
> This repository has moved to [laminas-api-tools/api-tools-documentation-apiblueprint](https://github.com/laminas-api-tools/api-tools-documentation-apiblueprint).

[![Build Status](https://camo.githubusercontent.com/b00bb96d8279eed7987d2a96f00cafc2c408e62fea0ce649c6bb8d1a906dc66f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7a6663616d7075732f7a662d61706967696c6974792d646f63756d656e746174696f6e2d617069626c75657072696e742e7376673f6272616e63683d6d6173746572)](https://secure.travis-ci.org/zfcampus/zf-apigility-documentation-apiblueprint)[![Coverage Status](https://camo.githubusercontent.com/705cd5ff3dcc1886a84559c028ff3c7fefa19520b46b35f29f81ed969545449a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7a6663616d7075732f7a662d61706967696c6974792d646f63756d656e746174696f6e2d617069626c75657072696e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/zfcampus/zf-apigility-documentation-apiblueprint?branch=master)

Introduction
------------

[](#introduction)

This module provides Apigility the ability to show API documentation through a [Apiary](https://apiary.io/) documentation.

In addition to providing Apiary documentation, module also plugs in the original Apigility documentation and provides content negotiated response with raw [API Blueprint](https://apiblueprint.org).

Requirements
------------

[](#requirements)

Please see the [composer.json](composer.json) file.

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

[](#installation)

Run the following `composer` command:

```
$ composer require zfcampus/zf-apigility-documentation-apiblueprint
```

Alternately, manually add the following to your `composer.json`, in the `require` section:

```
"require": {
    "zfcampus/zf-apigility-documentation-apiblueprint": "^1.2"
}
```

And then run `composer update` to ensure the module is installed.

Finally, add the module name to your project's `config/application.config.php` under the `modules`key:

```
return [
    /* ... */
    'modules' => [
        /* ... */
        'ZF\Apigility\Documentation\ApiBlueprint',
    .,
    /* ... */
.;
```

> ### zf-component-installer
>
> [](#zf-component-installer)
>
> If you use [zf-component-installer](https://github.com/zendframework/zf-component-installer), that plugin will install zf-apigility-documentation-apiblueprint as a module for you.

Usage
-----

[](#usage)

Apiary documentation can be found on `/apigility/blueprint/:api` uri and is accessible from the Apigility welcome page.

Querying API Blueprint
----------------------

[](#querying-api-blueprint)

When raw API Blueprint is needed, request can be done via content negotiation. Target uri is `/apigility/blueprint/:api` and Accept header is `text/vnd.apiblueprint+markdown`.

To learn more about API Blueprint language, please check its [specification](https://github.com/apiaryio/api-blueprint/blob/master/API%20Blueprint%20Specification.md).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 93.5% 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 ~209 days

Recently: every ~258 days

Total

6

Last Release

2980d ago

PHP version history (3 changes)1.0.0PHP &gt;=5.3.23

1.1.0PHP &gt;=5.5

1.2.0PHP ^5.6 || ^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/296074?v=4)[Zend Framework](/maintainers/zendframework)[@zendframework](https://github.com/zendframework)

---

Top Contributors

[![weierophinney](https://avatars.githubusercontent.com/u/25943?v=4)](https://github.com/weierophinney "weierophinney (72 commits)")[![michalbundyra](https://avatars.githubusercontent.com/u/7423207?v=4)](https://github.com/michalbundyra "michalbundyra (4 commits)")[![BreiteSeite](https://avatars.githubusercontent.com/u/2171105?v=4)](https://github.com/BreiteSeite "BreiteSeite (1 commits)")

---

Tags

documentationZendFrameworkzfmoduleapigilityAPI Blueprintapiary

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zfcampus-zf-apigility-documentation-apiblueprint/health.svg)

```
[![Health](https://phpackages.com/badges/zfcampus-zf-apigility-documentation-apiblueprint/health.svg)](https://phpackages.com/packages/zfcampus-zf-apigility-documentation-apiblueprint)
```

PHPackages © 2026

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