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.
|
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 | 43 | 387K | 77 | 26.5 | 66.9 | NOASSERTION | 2 years ago | |
| bezpapirove/bezpapirove-php-bundle | — | 0 | 0 | — | 0 | — | 1.2 | — | — | — | |
| bezpapirove/bezpapirove_php_lib | — | 0 | 0 | 0 | 8 | 0 | 16.8 | 14.8 | MIT | 3 months ago | |
| 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 | 78 | 22 | 4K | 4 | 11.8 | 27.0 | NOASSERTION | 6 years ago | |
| 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 | 60K | 0 | 1.1 | 48.1 | ISC | 5 years ago | |
| 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. | 41 | 40 | 6 | 6K | 30 | 37.4 | 46.4 | — | 2 weeks ago | |
| 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 | 96K | 0 | 0.5 | 47.6 | GPL-2.0 | — | |
| 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 | 20K | 0 | 0.0 | 53.0 | GPL-2.0 | — | |
| 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 | 20K | 0 | 0.1 | 48.0 | GPL-3.0 | — | |
| 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 | 28K | 0 | 0.3 | 41.5 | GPL-2.0 | — | |
| open-feature/flagd-provider | — | 2 | 2 | 1 | 19K | 0 | 0.1 | 52.9 | — | — | |
| open-feature/sdk | — | 42 | 42 | 10 | 81K | 14 | 33.2 | 62.8 | Apache-2.0 | 1 month ago | |
| 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,021 | 1,026 | 91 | 264K | 6 | 28.6 | 37.7 | MIT | 6 months ago | |
| 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 | 7K | 8 | 12.1 | 27.1 | — | 4 years ago | |
| pheromone/phpcs-security-audit | — | 727 | 730 | 80 | 75K | 18 | 12.5 | 36.5 | GPL-3.0 | 6 years ago | |
| 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. | 354 | 360 | 25 | 2M | 23 | 11.4 | 60.1 | NOASSERTION | 2 years ago | |
| 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 | 13K | 4 | 4.7 | 42.7 | LGPL-3.0 | 11 months ago | |
| 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 | 25 | 23.6 | 68.2 | LGPL-3.0 | 6 months ago | |
| 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 | 25.7 | 68.3 | LGPL-3.0 | 5 months ago | |
| 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,161 | 23,060 | 9,832 | 2M | 30 | 78.4 | 46.8 | LGPL-2.1 | 2 weeks ago | |
| povils/phpmnd | phpmnd scans your PHP project to detect magic numbers and highlight hard-coded numeric literals. It helps enforce constants and improve readability/maintainability, with configurable ignores and easy integration into CI workflows. | 583 | 585 | 47 | 92K | 12 | 23.5 | 8.1 | MIT | 3 months ago | |
| 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,198 | 1,211 | 55 | 13M | 4 | 14.2 | 56.1 | MIT | 1 year ago | |
| 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 | 17.2 | 43.3 | MIT | 3 months ago | |
| 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 | 193 | 22 | 149K | 9 | 23.1 | 48.1 | MIT | 3 months ago | |
| 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 | 6 | 10K | 0 | 2.3 | 33.9 | MIT | 1 year ago | |
| ramsey/uuid-doctrine | — | 904 | 926 | 80 | 730K | 8 | 14.5 | 43.2 | MIT | 2 years ago | |
| 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,573 | 3,647 | 501 | 881K | 93 | 78.9 | 66.0 | NOASSERTION | 1 month ago | |
| 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. | 333 | 336 | 23 | 767K | 3 | 21.6 | 0.9 | MIT | 1 month ago | |
| 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. | 244 | — | 24 | — | 2 | 2.5 | 0.8 | MIT | 4 years ago | |
| 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 | 200 | 692K | 10 | 9.5 | 54.2 | Apache-2.0 | — | |
| 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 | 90K | 0 | 0.1 | 55.3 | GPL-2.0 | — | |
| 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 | 145K | 1 | 30.4 | 57.1 | MIT | 1 week ago | |
| 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,751 | 2,791 | 518 | 2M | 223 | 67.2 | 65.9 | MIT | 6 months ago | |
| 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 | 51K | 6 | 29.9 | 65.4 | MIT | 1 month ago | |
| 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 | 58K | 1 | 15.4 | 45.4 | MIT | 4 months ago | |
| 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+. | 185 | 184 | 13 | 2M | 4 | 13.5 | 57.5 | BSD-3-Clause | 9 months ago | |
| 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 | 24K | 16 | 29.2 | 53.2 | MIT | 2 months ago |
How can I help you explore Laravel packages today?