PHPackages                             etiennemarais/outline - 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. etiennemarais/outline

ActiveProject[API Development](/categories/api)

etiennemarais/outline
=====================

Parse and generate API Blueprint markdown into Feature/Acceptance tests.

0.2.3(10y ago)3421GPL-3.0PHPPHP 5.6.\*

Since Jan 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/etiennemarais/outline)[ Packagist](https://packagist.org/packages/etiennemarais/outline)[ RSS](/packages/etiennemarais-outline/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (7)Versions (8)Used By (1)

Outline
=======

[](#outline)

Parse and generate API Blueprint markdown into Feature/Acceptance tests

[![Build Status](https://camo.githubusercontent.com/01935f22122483cd82bbc78a376dc516124910b751e9bd63e6c535bdfb4564e3/68747470733a2f2f7472617669732d63692e6f72672f657469656e6e656d61726169732f6f75746c696e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/etiennemarais/outline)

NOTE
----

[](#note)

This project is still very opinionated about how it parses api blueprint documents and is built entirely for a single use case

### TODO

[](#todo)

- I will continue to build this out over time to accept any format of api blueprint document and generate acceptance tests for them

### Example usage

[](#example-usage)

```
// Get the parser
$drafter = new \DrafterPhp\Drafter(__DIR__ . '/../vendor/bin/drafter');

// Build a new blueprint object
$apiBlueprint = new ApiBlueprint($drafter, __DIR__ . '/example.apib');

// Run the thing
(new Generator(new Transformer))
    ->with($apiBlueprint)
    ->outputTo(__DIR__ . '/generated_tests')
    ->generateTestsFor('lumen'); // Entirely only supports laravel style test output

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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 ~3 days

Total

7

Last Release

3750d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2288b8fa5dce2413c8fdde311b8d38e4082f6da76ce0c2e8330f8adab408cc5?d=identicon)[etiennemarais](/maintainers/etiennemarais)

---

Top Contributors

[![etiennemarais](https://avatars.githubusercontent.com/u/4479918?v=4)](https://github.com/etiennemarais "etiennemarais (25 commits)")

---

Tags

apifixturesspecificationTDDblueprintgenerated docs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/etiennemarais-outline/health.svg)

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

###  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.7k45.4M99](/packages/swagger-api-swagger-ui)[darkaonline/swagger-lume

OpenApi or Swagger integration to Lumen

3372.3M3](/packages/darkaonline-swagger-lume)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)[selency/openapi

Provides a user-friendly, object-oriented library to build OpenAPI specifications using PHP.

275.3k](/packages/selency-openapi)[yaro/apidocs

Api documentation generator for Laravel 5

114.1k](/packages/yaro-apidocs)

PHPackages © 2026

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