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

Php Cs Fixer Config Laravel Package

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.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
diablomedia/php-cs-fixer-config Reusable PHP-CS-Fixer configuration package by Diablo Media. Provides a shared, opinionated ruleset you can require in multiple projects to keep code style consistent and reduce per-repo fixer setup. 0 0 0 73 0 3.0 25.8 MIT 1 year ago
View on GitHub
Context7
ergebnis/agent-detector Detect whether an AI/dev agent is present by checking known environment variables. Supports Amp, Antigravity, Augment, Claude Code, OpenAI Codex, Cursor, Gemini CLI, GitHub Copilot, and more. Install via Composer and call Detector::isAgentPresent(). 9 4 1 2M 0 20.2 64.5 MIT 4 weeks 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 57K 0 17.8 47.9 MIT 5 months ago
View on GitHub
Context7
ergebnis/composer-normalize Composer plugin to normalize composer.json automatically: consistent key ordering, formatting, and sorting of dependencies. Avoid manual formatting debates and keep projects tidy across teams and CI with a simple dev requirement and allow-plugins setting. 1,109 1,112 36 1M 11 38.8 53.4 MIT 3 weeks 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 36K 1 8.7 44.6 MIT 9 months ago
View on GitHub
Context7
ergebnis/http-method 95 95 2 8K 0 5.9 MIT 9 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 8.2 58.0 MIT 9 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 15.5 58.8 MIT 9 months ago
View on GitHub
Context7
ergebnis/json-pointer RFC 6901 JSON Pointer abstraction for PHP. Create and convert reference tokens and pointers from plain strings, JSON string form, or URI fragment identifiers, with correct escaping and encoding. Install via Composer and use small, typed value objects. 20 20 0 1M 0 21.2 63.6 MIT 1 month 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 11.2 57.9 MIT 9 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 9.3 58.5 MIT 9 months ago
View on GitHub
Context7
ergebnis/license 14 15 1 38K 0 8.8 49.0 MIT 9 months 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. 453 454 24 253K 6 27.3 45.9 MIT 4 months ago
View on GitHub
Context7
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. 146 148 12 560K 8 29.0 60.5 MIT 2 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 22K 0 28.8 52.5 MIT 1 month ago
View on GitHub
Context7
jangregor/phpstan-prophecy PHPStan extension for phpspec/prophecy that improves type inference in tests. It teaches PHPStan the real types returned from Prophecy workflows like prophesize(), willExtend(), and reveal(), so your revealed doubles are understood as the mocked class. 111 111 30 455K 3 23.0 56.1 MIT 3 months 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,109 1,110 36 3K 11 28.8 4.0 MIT 3 weeks 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. 453 451 24 783 6 27.6 10.2 MIT 4 months ago
View on GitHub
Context7
nicmart/tree A lightweight, flexible tree data structure for PHP. Provides NodeInterface/Node implementations with parent/child management, leaf/child checks, and easy child add/remove/set operations. Includes fluent builder classes to assemble trees quickly. 0 589 593K 20.2 46.0
View on GitHub
Context7
oskarstark/enum-helper Helpers for PHP 8.1+ enums: compare enum cases (equals, notEquals, equalsOneOf) and convert enums to arrays (backed and non-backed). Includes an abstract EnumTestCase to simplify testing enum behavior. 13 13 3 276K 1 18.4 62.0 MIT 4 months ago
View on GitHub
Context7
oskarstark/symfony-http-responder Lightweight Symfony bundle that streamlines building HTTP responses by wrapping common response patterns in a simple responder layer. Helps keep controllers thin and consistent when returning JSON, redirects, views, files, and other responses across your app. 13 13 4 7K 1 18.4 41.3 MIT 4 months 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.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope