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+. 255 259 43 295K 77 46.5 84.8 NOASSERTION 1 year 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 55K 0 21.1 55.9 ISC 4 years 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 12 61K 0 0.5 44.9 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 26K 0 0.0 54.5 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 24K 0 0.1 48.8 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 27K 0 0.3 41.3 GPL-2.0 —
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,019 1,023 91 274K 8 39.1 42.2 MIT 4 months 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 5K 8 32.1 29.7 — 4 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. 351 355 25 2M 23 31.3 71.9 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. 16 16 6 9K 4 24.1 47.3 LGPL-3.0 9 months 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. 102 102 7 1M 25 34.2 75.8 LGPL-3.0 4 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
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
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,194 1,209 56 13M 4 34.3 66.8 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. 2 2 2 2K 0 22.4 46.9 MIT 1 month 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. 193 194 24 67K 9 28.4 45.7 MIT 1 month 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. 33 33 7 10K 0 22.4 39.9 MIT 1 year ago
View on GitHub
Context7
rmccue/requests A simple, lightweight HTTP library for PHP. Requests provides an easy API for making GET/POST calls, handling headers, cookies, redirects, proxies, timeouts, and authentication, with support for transports like cURL and sockets. 3,579 3,653 502 707K 94 80.1 69.0 NOASSERTION 3 months ago
View on GitHub
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 — 1 — 0 0.1 — GPL-2.0 —
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,746 2,781 517 1M 222 77.7 75.8 MIT 4 months ago
View on GitHub
Context7
wyrihaximus/test-utilities Shared test utilities for PHP projects: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-to-use PHPStan defaults and a preconfigured RectorConfig for common project layouts and doc-tag to attribute conversions. 7 7 1 36K 6 31.8 64.6 MIT 4 days 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. 64 64 5 37K 1 22.5 44.8 MIT 2 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+. 183 183 13 1M 4 29.8 64.0 BSD-3-Clause 7 months ago
View on GitHub
Context7
yoast/yoastcs Yoast Coding Standards (YoastCS) provides Composer-installable rulesets for PHP_CodeSniffer plus PHP Parallel Lint, bundling Yoast sniffs and selected external standards (including WordPress). Use it to enforce consistent code style and quality in Yoast projects. 22 22 1 18K 16 33.2 53.1 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.
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