Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Pao Laravel Package

laravel/pao

Agent-optimized output for PHP tools. Auto-detects AI agents (Claude Code, Cursor, Devin, Gemini CLI) and replaces verbose PHPUnit/Pest/Paratest/PHPStan output with minimal structured JSON; cleans Laravel Artisan output too. Zero config; human output unchanged.

View on GitHub
Deep Wiki
Context7
v1.0.6
  • chore: moves to laravel organization
v1.0.5

chore: bumps dependencies

v1.0.4

fix: removes style tags from artisan tool

v1.0.3

fix: usage with non-supported versions of pest

v1.0.2

fix: adds missing tool to make clear to LLMs what tool the output came from

v1.0.1

fix: pao's output style being registered during testing

v1.0.0

chore: stable version

v0.1.8
  • feat: improves phpstan output, it's now organized by file + caps at 30 errors.
v0.1.7
  • fix: raw pest --parallel output being leak
v0.1.6
  • fix: raw dots appearing on paratest / pest --parallel
v0.1.5
  • fix: refactors internals to use TestResult instead of XML, so we have access to deprecations, warnings, etc:
  {
    "result": "passed",
    "tests": 8,
    "passed": 7,
    "assertions": 5,
    "duration_ms": 9,
    "skipped": 1,
    "incomplete": 1,
    "deprecations": 1,
    "deprecation_details": [
      {"file": "/app/tests/Unit/ExampleTest.php", "line": 14, "message": "This function is deprecated, use newFunction() instead"}
    ],
    "warnings": 1,
    "warning_details": [
      {"file": "/app/tests/Unit/ExampleTest.php", "line": 23, "message": "Configuration value is suboptimal"}
    ],
    "notices": 1,
    "notice_details": [
      {"file": "/app/tests/Unit/ExampleTest.php", "line": 32, "message": "Cache miss on key user.42"}
    ]
  }
v0.1.4
  • fix: exit code 1 on phpunit
  • chore: adds dev keyword to composer.json
v0.1.3
Command Without PAO With PAO ⚡️ Reduction
about 528 tokens 134 tokens 🔥 74%
db:show 390 tokens 102 tokens 🔥 73%
all other commands supported too...
v0.1.2

fix: --profile option on pest by @RanaMoizHaider in https://github.com/nunomaduro/pao/pull/8

v0.1.1
  • feat: adds phpstan support
v0.1.0
  • first beta release
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware