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

Phpunit Slow Test Detector Laravel Package

ergebnis/phpunit-slow-test-detector

PHPUnit extension (Composer package and PHAR) that detects and reports slow tests during test runs. Configure a global maximum duration; when tests exceed it, the extension lists them with timings to help you spot and fix performance regressions.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
atk4/core Agile Core is a set of reusable PHP traits for building object-oriented frameworks. Provides containers (parent/child), hooks with priorities, automatic init, dynamic methods, factory by class string, app scope injection, and improved exceptions. 19 20 14 31K 2 9.9 43.9 MIT 1 year ago
View on GitHub
Context7
atk4/data ATK Data is a PHP data model abstraction that separates business logic from UI and persistence. Works with SQL/NoSQL/APIs, supports relations, expressions, aggregation, and user actions with ACL metadata—integrates easily with ATK UI and ATK API. 281 282 48 15K 19 18.1 32.4 MIT 1 year ago
View on GitHub
Context7
atk4/ui Agile UI (atk4/ui) is a server-side rendered PHP UI framework with 50+ reusable components for building admin/back-office web apps fast. Connects to abstract data models (SQL/NoSQL/APIs), auto-adapts to schema changes, and supports interactive JS events and Vue.js extensibility. 457 461 111 460 79 33.6 30.8 MIT 1 year ago
View on GitHub
Context7
buggregator/trap Buggregator Trap enhances PHP debugging with instant Symfony VarDumper integrations, handy helper functions, and a lightweight local Buggregator server (no Docker). Connect to any Buggregator server and pair with the PhpStorm plugin for a smooth workflow. 274 274 16 121K 31 39.1 54.5 BSD-3-Clause 1 month ago
View on GitHub
Context7
doctrine/sql-formatter Formats SQL queries into readable, consistently indented output. Helps debug logs, review generated SQL, and improve diffs by standardizing whitespace and keywords. Supports multiple SQL dialect features and runs as a lightweight PHP library. 1,862 1,873 29 5M 9 28.9 57.1 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
ergebnis/agent-detector Detect the presence of coding agents in your PHP app by checking environment variables. Supports Amp, Antigravity, Augment, Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, and more via a simple Detector::isAgentPresent() API. 16 9 1 3M 1 18.2 63.3 MIT 2 months ago
View on GitHub
Context7
ergebnis/classy ergebnis/classy adds convenient helpers for working with PHP classes and reflection. Generate class names, namespaces, and short names, and inspect class metadata in a clean, test-friendly way—useful for tooling, libraries, and code generation. 39 39 4 61K 0 15.3 47.4 MIT 6 months ago
View on GitHub
Context7
ergebnis/composer-normalize Composer plugin that automatically normalizes composer.json: consistent key ordering, formatting, and whitespace to reduce diffs and style debates. Install as a dev dependency, allow the plugin, and run it in CI to keep composer.json tidy and predictable. 1,116 1,117 36 1M 12 36.1 52.6 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
ergebnis/data-provider Generate data providers for PHPUnit from arrays, iterables, or generators with a small, focused API. Helps build readable, reusable test datasets and named cases, reducing boilerplate when writing parameterized tests in PHP. 28 28 0 32K 1 6.6 43.0 MIT 10 months ago
View on GitHub
Context7
ergebnis/http-method Tiny PHP package providing named constants for HTTP request methods (GET, POST, PUT, DELETE, etc.). Use it to avoid magic strings and share a single source of truth across frameworks, libraries, and your own code. 95 95 2 8K 0 6.8 27.1 MIT 10 months ago
View on GitHub
Context7
ergebnis/json Value object for representing valid JSON strings in PHP. Create Json instances from strings or files with strict validation and clear exceptions for invalid JSON, missing files, unreadable files, or non-JSON content. Install via Composer: ergebnis/json. 25 25 1 1M 2 6.4 57.1 MIT 10 months ago
View on GitHub
Context7
ergebnis/json-normalizer Normalize JSON documents with composable normalizers. Includes generic and vendor-specific normalizers for formatting, indentation, schema-based ordering, JSON encoding, chaining, callbacks, and controlling final newlines. Install via Composer and apply a Normalizer to produce consistent JSON output... 82 83 5 1M 0 12.8 57.4 MIT 10 months ago
View on GitHub
Context7
ergebnis/json-pointer RFC 6901 JSON Pointer abstraction for PHP. Create and convert reference tokens and pointers between plain strings, JSON strings, and URI fragment identifiers, handling proper escaping/encoding. Install via Composer: ergebnis/json-pointer. 20 20 0 1M 0 18.8 62.5 MIT 3 months ago
View on GitHub
Context7
ergebnis/json-printer Pretty-print and re-indent JSON strings with customizable indentation (spaces or tabs). Ergebnis\Json\Printer\Printer normalizes indentation only—no escaping/unescaping—making it easy to convert minified or differently formatted JSON into a consistent style. 91 92 2 1M 0 8.9 56.8 MIT 10 months ago
View on GitHub
Context7
ergebnis/json-schema-validator Validate JSON data against JSON Schema in PHP with a focus on clear, actionable errors. Built on top of justinrainbow/json-schema, it adds structured reporting and better integration for projects needing reliable schema validation in tests and runtime. 36 37 0 1M 1 7.1 57.4 MIT 10 months ago
View on GitHub
Context7
ergebnis/license 14 15 1 31K 0 6.9 46.9 MIT 10 months ago
View on GitHub
Context7
ergebnis/php-cs-fixer-config Factory-style PHP-CS-Fixer config for projects: choose a versioned ruleset (PHP 5.3–8.3), generate a consistent configuration, and keep coding standards aligned across repositories. Install via Composer and use with friendsofphp/php-cs-fixer. 70 70 17 45K 1 32.6 45.5 MIT 6 days ago
View on GitHub
Context7
ergebnis/phpstan-rules A set of extra PHPStan rules to enforce stricter, opinionated code standards in PHP projects. Install via Composer and include rules.neon (auto via phpstan/extension-installer) to catch issues like named arguments, class design, and more. 457 457 24 345K 6 25.0 47.8 MIT 5 months ago
View on GitHub
Context7
ergebnis/rector-rules A curated set of custom Rector rules from ergebnis to automate PHP refactoring and style consistency. Includes rules for sorting arrays and match arms, simplifying call arguments, Faker updates, namespace symbol references, and PHPUnit attribute-to-prefix changes. 10 10 0 17K 0 31.2 51.4 MIT 2 weeks ago
View on GitHub
Context7
localheinz/composer-normalize Normalize your composer.json consistently. localheinz/composer-normalize sorts keys, formats lists, and enforces a stable structure to reduce diffs and keep projects tidy. Works well in CI and pre-commit hooks for repeatable results. 1,116 1,115 36 1K 12 35.5 9.4 MIT 2 months ago
View on GitHub
Context7
localheinz/phpstan-rules Custom PHPStan rules to enforce stricter coding standards in PHP projects. Includes ready-to-use rules.neon (auto-loaded via phpstan/extension-installer) with checks like no named arguments, class final enforcement, and more. Install via Composer as a dev dependency. 457 456 24 395 6 25.0 8.6 MIT 5 months ago
View on GitHub
Context7
mvorisek/atk4-hintable Adds “hintable” UI helpers for Agile Toolkit v4 (atk4): attach contextual hints/tooltips to form fields and other components to improve UX. Lightweight package for Laravel/PHP projects using atk4. 2 2 2 32K 0 0.1 55.3
View on GitHub
Context7
spiral/grpc-client Framework-friendly and standalone PHP gRPC client with a simple, extensible API. Configure endpoints and interceptors (timeouts, retries), integrate with Spiral/RoadRunner, and handle errors via dedicated exceptions. Requires the PHP gRPC extension. 41 41 1 105K 1 15.9 52.6 MIT 4 months ago
View on GitHub
Context7
wayofdev/cs-fixer-config 5 5 0 2K 1 10.2 38.3 MIT 2 years ago
View on GitHub
Context7
wayofdev/laravel-package-tpl 11 11 1 0 1 10.2 3.4 MIT 2 years ago
View on GitHub
Context7
wayofdev/laravel-symfony-serializer 21 21 3 2K 1 25.9 33.7 MIT 2 months ago
View on GitHub
Context7
wyrihaximus/test-utilities A set of PHP test utilities for package development: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-made configuration defaults for PHPStan and Rector (paths and docblock-to-attribute conversions). 7 7 1 145K 6 32.4 69.3 MIT 3 weeks ago
View on GitHub
Context7
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.
codraw/framework-extra-bundle
codraw/messenger
codraw/security
codraw/mailer
codraw/contracts
codraw/profiling
codraw/dependency-injection
codraw/tester
codraw/core
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony