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

Phpcodesniffer Composer Installer Laravel Package

dealerdirect/phpcodesniffer-composer-installer

Composer installer plugin that automatically discovers and installs PHP_CodeSniffer coding standards (rulesets) from Composer packages. It configures PHPCS installed_paths for you, avoiding manual symlinks and configuration. Supports PHPCS 3/4 and Composer 2.2+.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
doctrine/coding-standard Doctrine Coding Standard provides a shared PHP_CodeSniffer ruleset used across Doctrine projects. Based heavily on Slevomat, it helps enforce consistent formatting, naming, and best practices in PHP codebases via an easy-to-install package. 319 322 49 354K 5 33.5 54.0 MIT 6 months ago
View on GitHub
Context7
fig-r/psr2r-sniffer PHP_CodeSniffer ruleset implementing PSR-2-R for PHP 8.1+ projects. Includes 190+ sniffs, supports CI, and can auto-fix many issues via phpcbf. Install with Composer and reference the bundled PSR2R ruleset in phpcs.xml. 32 33 8 23K 0 29.4 46.2 MIT 2 months ago
View on GitHub
Context7
idiosyncratic/coding-standard Idiosyncratic coding standard for all Idiosyncratic Projects, based on Doctrine Coding Standard. Adds @public-read-only for private properties exposed as read-only (e.g., via __get) and disables alignment of equals signs in assignments. 0 0 0 6 0 0.0 11.7
View on GitHub
Context7
laminas/laminas-coding-standard Provides Laminas PHP coding standard rules and tooling to enforce consistent code style and quality across projects, integrating with CI to automate checks and help teams follow Laminas conventions. 33 33 17 53K 5 27.0 54.2 BSD-3-Clause 10 months ago
View on GitHub
Context7
markbaker/complex PHP class library for complex number math. Create and operate on complex values with add/subtract/multiply/divide plus polar functions (theta, rho), conjugate/inverse, roots, logs, exponentials, powers, and a full set of trig and hyperbolic functions. 1,655 1,657 12 7M 1 30.2 59.8 MIT 4 years ago
View on GitHub
Context7
markbaker/matrix PHPMatrix is a PHP matrix algebra library supporting addition, subtraction, multiplication, division, determinants, inverses, transpose, trace, solve (A·X=B), and LU/QR decompositions. Install via Composer as markbaker/matrix and use Matrix objects from arrays. 1,504 1,509 13 7M 2 29.8 60.9 MIT 4 years ago
View on GitHub
Context7
mayflower/mo4-coding-standard PHP_CodeSniffer ruleset for the MO4 coding standard. Extends Symfony’s standard with extra sniffs for array formatting (alignment, multiline rules), property docblocks (@var), and lexicographically sorted use statements (configurable ordering). 17 17 10 7K 2 25.9 43.4 MIT 3 weeks ago
View on GitHub
Context7
mikey179/vfsstream vfsStream provides a PHP stream wrapper for an in-memory virtual file system, ideal for unit tests. Mock files, directories, permissions, and content without touching disk, and use it with PHPUnit, SimpleTest, or any test framework. 1,439 1,459 105 2M 27 44.2 66.5 BSD-3-Clause 1 year ago
View on GitHub
Context7
php-parallel-lint/php-code-style Run style checks and enforce consistent PHP code formatting as part of your CI or local workflow. Includes an easy CLI setup for scanning projects, reporting violations, and keeping codebases clean and readable with minimal configuration. 1 1 1 625 0 0.1 34.5
View on GitHub
Context7
phpcsstandards/phpcsdevtools Developer tools for building and maintaining PHP_CodeSniffer standards. Helps scaffold sniffs, run and debug PHPCS rules, manage tests, and streamline local workflows so you can create, validate, and ship custom coding standards faster. 16 16 6 9K 4 24.1 47.3 LGPL-3.0 9 months ago
View on GitHub
Context7
phpcsstandards/phpcsutils Utilities and helper classes for building and maintaining PHP_CodeSniffer (PHPCS) standards and sniffs. Provides common abstractions and compatibility helpers to simplify writing custom rulesets and speed up development of consistent coding standards. 62 62 7 2M 25 35.4 75.3 LGPL-3.0 4 months ago
View on GitHub
Context7
phpdocumentor/reflection PHPDoc reflection library used by phpDocumentor to parse docblocks and reflect types, namespaces, and symbols from PHP code. Helps tools extract documentation and metadata without executing code, powering static analysis and doc generation workflows. 125 126 59 2M 11 34.5 69.0 MIT 4 months ago
View on GitHub
Context7
phpmailer/phpmailer PHPMailer is a full-featured email-sending library for PHP. Send via SMTP with authentication, TLS/SSL, and support for HTML and plain-text messages. Includes attachments, embedded images, CC/BCC, custom headers, and robust error handling. 22,085 22,986 9,849 2M 28 77.9 46.4 LGPL-2.1 2 months ago
View on GitHub
Context7
phpoffice/phpspreadsheet PhpSpreadsheet is a pure-PHP library for reading and writing spreadsheet files (Excel, LibreOffice Calc, and more). Create, edit, and export workbooks with rich formatting, formulas, and multiple formats via a clean, well-documented API. 13,916 14,235 3,625 7M 81 89.0 73.9 MIT 1 month ago
View on GitHub
Context7
ramsey/coding-standard ramsey/coding-standard provides Ramsey’s PHP_CodeSniffer ruleset to enforce consistent, modern PHP style across projects. Easy to install, integrates with CI, and helps catch formatting and code quality issues early with sensible defaults. 10 10 4 2K 0 25.8 37.1 MIT 1 month ago
View on GitHub
Context7
ramsey/uuid Generate and work with UUIDs in PHP using ramsey/uuid. Create v1, v4, and other UUID types, parse and validate UUID strings, and integrate easily via Composer. Well-documented, widely used, and standards-aware for reliable identifiers. 12,623 12,840 516 13M 17 74.6 58.3 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
recurly/recurly-client Official PHP client for Recurly’s V3 API. Install via Composer, create a Client with your API key (US or EU region), and access all API operations in one place. Supports optional PSR-3 logging. 173 174 94 93K 12 36.9 52.4 MIT 2 months ago
View on GitHub
Context7
sirbrillig/phpcs-import-detection PHP_CodeSniffer plugin that detects unnecessary or missing PHP import (use) statements. Helps keep namespaces clean by flagging unused imports and suggesting fixes, improving code style consistency and reducing clutter in modern PHP projects. 32 7 10 23.3 4.0 NOASSERTION 3 years ago
Context7
slevomat/coding-standard 1,480 1,489 194 3M 91 62.2 81.4 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
unleashedtech/php-coding-standard Opinionated PHP coding standard by Unleashed Tech, built on PHP-CS-Fixer rules and presets to keep code style consistent across projects. Easy to install via Composer and integrate into CI for automated linting and formatting. 0 1 0 754 0 0.0 39.8 NOASSERTION
View on GitHub
Context7
wyrihaximus/coding-standard PHP coding standard package for consistent formatting and style in PHP projects. Provides ready-to-use rulesets and configuration to streamline linting, code style checks, and enforcement across teams and CI pipelines. 0 0 0 49K 1 29.1 65.0 MIT 2 months ago
View on GitHub
Context7
yiisoft/yii2-dev Yii 2 is a modern, high-performance PHP framework with secure defaults and flexible architecture. Works out of the box, scales from small apps to large systems, and is backed by extensive guides and API reference. Requires PHP 7.4+ (best on 8). 14,313 14,315 6,796 1K 378 89.0 33.3 BSD-3-Clause 2 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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport