PHPackages                             blimeydev/laravel-specify - 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. blimeydev/laravel-specify

ActiveLibrary[API Development](/categories/api)

blimeydev/laravel-specify
=========================

A package to automatically create routes and display entries generated by specify

08PHP

Since Dec 17Pushed 6mo agoCompare

[ Source](https://github.com/blimeydev/laravel-specify)[ Packagist](https://packagist.org/packages/blimeydev/laravel-specify)[ RSS](/packages/blimeydev-laravel-specify/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

**Laravel Specify**

A small Laravel package to provide an interface for specifications and supporting documentation generated by [githubs spec-kit](https://github.com/github/spec-kit)

**Status:**: Stable

**Contents**

- **Overview:** What the package does and why to use it
- **Installation:** Composer install and asset/config publishing
- **Configuration:** `config/specify.php` explanation
- **Usage:** Routes, view composers and example blade snippets
- **Testing:** Running the package test suite
- **Contributing &amp; License**

**Overview**

This package provides routes (default /specify) that lists the various outputs from githubs spec kit, and shows the contents of those files (/specify/{feature}/{file}) with as close to zero configuration as possible.

**Installation**

1. Require the package via Composer:

```
composer require blimeydev/laravel-specify
```

2. If your application does not use package auto-discovery, register the service provider in `config/app.php`:

    \- Add `\BlimeyDev\LaravelSpecify\SpecifyPagesServiceProvider::class` to the `providers` array.
3. Publish the configuration, views, and assets (if applicable):

```
php artisan vendor:publish --provider="BlimeyDev\LaravelSpecify\SpecifyPagesServiceProvider" --tag="specify-config"
php artisan vendor:publish --provider="BlimeyDev\LaravelSpecify\SpecifyPagesServiceProvider" --tag="specify-views"
php artisan vendor:publish --provider="BlimeyDev\LaravelSpecify\SpecifyPagesServiceProvider" --tag="specify-compiled-assets"
```

If you would like to publish the source files, you can do so via

```
php artisan vendor:publish --provider="BlimeyDev\LaravelSpecify\SpecifyPagesServiceProvider" --tag="specify-assets"
```

**Configuration**

After publishing, edit `config/specify.php` to configure the package behavior (routes, middleware, or page settings).

**Testing**

Run the package test suite using Pest or PHPUnit from the package root:

```
composer install
./vendor/bin/testbench workbench:install
./vendor/bin/pest
```

**License**

This package is open source and available under the MIT License. See the `LICENSE` file for details.

---

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance46

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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://www.gravatar.com/avatar/b827328786428f8f980a40799997bdfab97d873665c2d86de6e64f300ef7bad8?d=identicon)[scgoms](/maintainers/scgoms)

---

Top Contributors

[![blimeydev](https://avatars.githubusercontent.com/u/39228782?v=4)](https://github.com/blimeydev "blimeydev (4 commits)")[![sean-blimey](https://avatars.githubusercontent.com/u/39228782?v=4)](https://github.com/sean-blimey "sean-blimey (4 commits)")

### Embed Badge

![Health badge](/badges/blimeydev-laravel-specify/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

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

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/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)
