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

ActiveLibrary

etiennemarais/outline-laravel
=============================

Service provider for outline test generator

0.4(10y ago)0321GPL-3.0PHP

Since Jan 18Pushed 10y ago1 watchersCompare

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

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

outline-laravel
===============

[](#outline-laravel)

Parse and generate API Blueprint markdown into Feature/Acceptance tests wrapper for laravel/lumen to use in your apps.

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)

Add the Service provider to your app. If you are using laravel, add this line in your `config/app.php`:

```
\OutlineLaravel\OutlineLaravelServiceProvider::class

```

If you are using lumen, add this line in your `bootstrap/app.php`:

```
 $app->register(\OutlineLaravel\OutlineLaravelServiceProvider::class);

```

You will be able to run the command in your command prompt.

```
php artisan outline:regenerate

```

NOTE: This assumes that you have connected your apiary document to your github account, or have a `.apib` file in your project root. You can check out [Apiary here](https://apiary.io/). It is a really good tool to quickly spec API endpoints in a standardised format.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

3751d 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 (12 commits)")

### Embed Badge

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

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

PHPackages © 2026

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