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 Console Highlighter Laravel Package

php-parallel-lint/php-console-highlighter

Highlight PHP source code in the terminal with readable, colorized syntax. php-console-highlighter works with ConsoleColor and can highlight whole files or snippets—ideal for CLI tools, linters, and test output to quickly spot errors and context.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
automattic/vipwpcs PHPCS sniffs and rulesets for validating code built for WordPress VIP. Includes WordPressVIPMinimum and WordPress-VIP-Go standards, based on WPCS and VariableAnalysis. Install via Composer; supports PHP 5.4+ and PHPCS 3.13.2+. 258 262 44 435K 77 26.5 67.6 NOASSERTION 2 years ago
View on GitHub
Context7
bezpapirove/bezpapirove-php-bundle — 0 0 0 0 0 1.2 — MIT 2 years ago
View on GitHub
Context7
bezpapirove/bezpapirove_php_lib — 0 0 0 0 0 15.2 — MIT 5 months ago
View on GitHub
Context7
consistence/coding-standard PHP coding standard for Consistence projects: a ready-to-use PHP_CodeSniffer ruleset plus configuration to enforce consistent style, naming, and best practices across codebases. Easy to adopt in CI and local development to keep code clean and uniform. 76 79 22 2K 4 11.8 24.1 NOASSERTION 6 years ago
View on GitHub
Context7
idiosyncratic/editorconfig PHP implementation of EditorConfig. Load .editorconfig rules via Composer and query settings for a given file path. Returns matching declarations as an array or prints the resolved config, making it easy to enforce consistent coding style across projects. 19 20 3 51K 0 1.1 47.0 ISC 5 years ago
View on GitHub
Context7
laravel/cloud-cli Laravel Zero CLI to deploy and manage apps on Laravel Cloud. Authenticate via OAuth, link repos, ship and deploy from the terminal, and manage environments, databases, caches, object storage, and domains, with optional JSON output and shell completions. 40 41 8 4K 7 28.6 34.1 — 1 month ago
View on GitHub
Context7
mediawiki/mediawiki-codesniffer PHP CodeSniffer ruleset that enforces MediaWiki coding conventions. Install via Composer, add the MediaWiki standard to your phpcs.xml, then run phpcs/phpcbf to lint and auto-fix issues. Includes configurable sniffs for project-specific needs. 33 34 11 78K 0 0.5 46.4 GPL-2.0 —
View on GitHub
Context7
mediawiki/mediawiki-phan-config Shared Phan configuration for MediaWiki projects. Provides two base configs: config.php for MediaWiki extensions/skins and config-library.php for external PHP libraries. Include the appropriate file and customize for your project; CI guidance linked on mediawiki.org. 2 2 0 22K 0 0.0 53.3 GPL-2.0 —
View on GitHub
Context7
mediawiki/minus-x MinusX scans your repo for files incorrectly marked executable on Unix. Executables must have the right MIME type or a shebang. Run minus-x check . to report issues and minus-x fix . to remove bad +x flags; supports ignore rules via .minus-x.json. 6 6 2 23K 0 0.1 48.7 GPL-3.0 —
View on GitHub
Context7
mediawiki/phan-taint-check-plugin Phan plugin for detecting taint-based security issues in PHP, including XSS, SQL and shell injection, and unsafe serialization. Tracks user-controlled data and checks it’s escaped before output or queries; supports generic PHP and MediaWiki-specific analysis. 27 27 4 26K 0 0.3 41.0 GPL-2.0 —
View on GitHub
Context7
open-feature/flagd-provider — 2 2 1 24K 0 0.1 53.9 — —
View on GitHub
Context7
open-feature/sdk — 42 42 11 95K 12 32.4 63.2 Apache-2.0 1 month ago
View on GitHub
Context7
overtrue/phplint PHPLint is a fast PHP syntax linter that runs multiple lint processes in parallel to speed up checking large codebases. Supports modern PHP versions, with easy installation via Composer, PHAR, Docker, or Phive, and configurable rules and paths. 1,022 1,028 92 291K 9 36.5 41.0 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
pepakriz/phpstan-exception-rules PHPStan extension that adds custom rules for analyzing exceptions. It helps catch improper throwing/catching, missing @throws annotations, and other exception-related issues to improve correctness and maintainability in PHP codebases. 109 111 10 4K 8 12.1 24.4 — 4 years ago
View on GitHub
Context7
pheromone/phpcs-security-audit — 728 731 78 69K 18 12.4 36.1 GPL-3.0 6 years ago
View on GitHub
Context7
php-parallel-lint/php-parallel-lint Parallel PHP syntax checker that lints files concurrently for faster CI runs. Supports plain/colored text, JSON, and checkstyle output, plus optional blame to find the commit that introduced errors. Install via Composer or use the provided PHAR. 356 362 25 2M 23 11.4 60.2 NOASSERTION 2 years ago
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. 17 17 6 15K 4 4.2 42.9 LGPL-3.0 1 year ago
View on GitHub
Context7
phpcsstandards/phpcsextra PHPCSExtra adds extra rules, sniffs, and tooling to enhance PHP_CodeSniffer code style checks. Designed to complement existing standards, it helps catch more issues, enforce consistency, and integrate smoothly into CI for cleaner PHP codebases. 103 103 7 2M 36 24.9 71.8 LGPL-3.0 8 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. 63 63 8 2M 25 23.2 66.5 LGPL-3.0 7 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,252 23,151 9,822 3M 32 76.2 47.1 LGPL-2.1 2 months ago
View on GitHub
Context7
povils/phpmnd PHPMND detects magic numbers in PHP code to improve readability and maintainability. Flags numeric literals that should be constants (0 and 1 ignored by default). Install via Composer and run vendor/bin/phpmnd locally or globally in CI and dev workflows. 585 586 47 93K 12 27.8 41.3 MIT 5 months ago
View on GitHub
Context7
ramsey/collection ramsey/collection is a PHP library for representing and manipulating typed collections. Provides data structures and APIs inspired by the Java Collections Framework, helping you store, validate, and work with groups of objects and values consistently. 1,199 1,211 54 14M 4 14.2 56.5 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
ramsey/composer-repl-lib Library for building interactive Composer-powered PHP REPLs. Provides the core loop and helpers to evaluate code in a Composer project context, load autoloaded classes, and inspect results—useful for CLI shells, debugging tools, and developer consoles. 3 3 2 2K 0 15.0 41.7 MIT 4 months ago
View on GitHub
Context7
ramsey/conventional-commits PHP library for parsing and working with Conventional Commits. Read commit messages into structured objects, validate format, and extract type/scope/description, body, footers, and breaking changes—useful for changelogs, release automation, and tooling. 194 193 22 164K 9 20.7 47.8 MIT 4 months ago
View on GitHub
Context7
ramsey/http-range Parse, validate, and work with HTTP Range headers in PHP. ramsey/http-range helps you interpret byte ranges, handle partial content requests, and generate correct range responses for downloads, media streaming, and resumable transfers. 34 33 6 5K 0 2.4 29.2 MIT 1 year ago
View on GitHub
Context7
ramsey/uuid-doctrine — 904 926 80 741K 8 14.5 43.3 MIT 2 years ago
View on GitHub
Context7
rmccue/requests Requests is a human-friendly PHP HTTP client for sending GET/POST/PUT/DELETE/PATCH/HEAD requests with headers, auth, files, and parameters. Supports cURL or fsockopen, SSL verification, decompression, and IDN URLs with a consistent API. 3,578 3,652 503 837K 95 76.0 64.1 NOASSERTION 2 months ago
View on GitHub
Context7
spaze/phpstan-disallowed-calls PHPStan extension to define and enforce a denylist of disallowed function and method calls in your codebase. Catch legacy, unsafe, or unwanted APIs during static analysis with configurable rules and helpful error messages. 336 336 23 767K 3 32.4 55.3 MIT 5 days ago
View on GitHub
Context7
supervisorphp/supervisor PHP client and wrapper for controlling Supervisor via its XML-RPC API. Manage processes, start/stop/restart programs, read status and logs, and integrate Supervisor control into Laravel or any PHP app with a simple, fluent interface. 245 250 24 25K 2 3.7 28.4 MIT 4 years ago
View on GitHub
Context7
wikimedia/less.php PHP port of the LESS CSS compiler, maintained by Wikimedia. Compile .less to CSS in PHP apps, with support for variables, mixins, imports, and nested rules. Useful for server-side builds or environments without Node-based tooling. 123 127 202 810K 10 9.5 55.1 Apache-2.0 —
View on GitHub
Deep Wiki
Context7
wikimedia/testing-access-wrapper Small PHP utility from Wikimedia that wraps objects to access otherwise non-public (protected/private) methods and properties in tests. Helps write focused unit tests without changing production visibility, acting as a thin “testing access wrapper.” 4 4 1 81K 0 0.1 55.3 GPL-2.0 —
View on GitHub
Context7
wp-cli/wp-cli-tests WP-CLI testing framework for WP-CLI packages. Adds Composer scripts and tooling to run PHPUnit, Behat, PHPCS, and linting with optional cross-platform Behat config and custom PHPCS rulesets for consistent CI-ready testing. 42 42 27 135K 1 28.7 56.3 MIT 1 month ago
View on GitHub
Context7
wp-coding-standards/wpcs WordPress Coding Standards for PHP_CodeSniffer (WPCS) provides PHPCS rulesets and sniffs to enforce WordPress PHP style, best practices, security, and documentation guidelines. Install via Composer and run PHPCS to lint WordPress themes, plugins, and projects. 2,773 2,801 520 2M 224 77.9 72.5 MIT 6 days 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
yamadashy/phpstan-friendly-formatter PHPStan Friendly Formatter enhances PHPStan output with code frames around errors, a summary of error identifiers and counts, and clean, readable reports. Install via Composer, include the extension in phpstan.neon, and set errorFormat to friendly. 65 64 5 83K 1 13.1 46.8 MIT 5 months ago
View on GitHub
Context7
yoast/phpunit-polyfills Polyfills to write PHPUnit tests compatible across versions. Provides traits, test cases, and utilities that bridge API changes so one test suite can run on PHPUnit 7.5–9 and 11–12. Requires PHP 7.1+. 186 185 13 2M 4 11.5 55.7 BSD-3-Clause 11 months ago
View on GitHub
Context7
yoast/yoastcs Yoast Coding Standards (YoastCS) provides Composer-installable rulesets and tooling for PHP code style and quality in Yoast projects, including PHP_CodeSniffer standards/sniffs and PHP Parallel Lint. Integrates via Composer for consistent CI enforcement. 22 22 1 22K 16 26.1 51.0 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.
codraw/entity-migrator
codraw/doctrine-extra
codraw/aws-tool-kit
codraw/validator
codraw/workflow
codraw/open-api
codraw/cron-job
codraw/process
codraw/log
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