PHPackages                             askewbrook/devtools - 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. askewbrook/devtools

ActiveLibrary

askewbrook/devtools
===================

Browser extension backend for Laravel development

04PHP

Since Feb 3Pushed 3mo agoCompare

[ Source](https://github.com/Askew-Brook/ab-devtools)[ Packagist](https://packagist.org/packages/askewbrook/devtools)[ RSS](/packages/askewbrook-devtools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Askew Brook DevTools
====================

[](#askew-brook-devtools)

Laravel package for component mapping. Serves a `/devtools.json` endpoint and includes a Boost skill for AI-assisted mapping.

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

[](#installation)

```
composer require --dev askewbrook/devtools
```

Setup
-----

[](#setup)

```
php artisan vendor:publish --tag=devtools-config
```

Creates `resources/devtools/components.json`.

Boost Skill
-----------

[](#boost-skill)

After installing, run `php artisan boost:install` and select the `ab-devtools` skill.

Then use: *"map this component to devtools"* or *"add the sidebar to devtools"*

Manual Mapping
--------------

[](#manual-mapping)

1. Add `id="component-name"` to a Blade element
2. Register in `resources/devtools/components.json`:

```
{
  "components": {
    "component-name": {
      "name": "Component Name",
      "files": [
        "app/Livewire/Component.php",
        "resources/views/livewire/component.blade.php"
      ]
    }
  }
}
```

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

[](#requirements)

- PHP 8.1+
- Laravel 10, 11, or 12

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance54

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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://www.gravatar.com/avatar/883c508b83298d2cafcd214cf813ca3cbff457197c14451aa85831e47f213320?d=identicon)[spriggs](/maintainers/spriggs)

---

Top Contributors

[![spriggsey](https://avatars.githubusercontent.com/u/9114394?v=4)](https://github.com/spriggsey "spriggsey (3 commits)")

### Embed Badge

![Health badge](/badges/askewbrook-devtools/health.svg)

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

PHPackages © 2026

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