maglnet/composer-require-checker
CLI tool that scans your PHP sources and composer.json to ensure every used class/function comes from declared dependencies. Detects “soft” transitive deps and missing required PHP extensions, helping prevent breakage after dependency updates.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| connectholland/docker-api-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| connectholland/user-bundle | — | 8 | 8 | 8 | 0 | 2 | 29.1 | — | — | 2 weeks 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 | |
| drupol/phpcsfixer-configs-php | Ready-made PHP-CS-Fixer config objects for common standards and PHP versions (PSR-12, PHP 5.6–7.3). Implements ConfigInterface and supports combining rules via withRulesFrom() for easy reuse across projects. | 5 | 5 | 2 | 5K | 0 | 6.5 | 40.2 | MIT | 1 year ago | |
| gisostallenberg/response-content-negotiation-bundle | — | 0 | 0 | 4 | 577 | 0 | 22.1 | 43.3 | — | 2 months ago | |
| keradus/cli-executor | Execute CLI commands from PHP with a simple, lightweight wrapper. Run processes, capture output, handle exit codes, and manage arguments for reliable command execution in scripts and Laravel apps. | 4 | 4 | 3 | 32K | 0 | 11.2 | 56.5 | NOASSERTION | 7 months ago | |
| lctrs/psalm-psr-container-plugin | Psalm plugin that improves static analysis for PSR-11 containers. Adds smarter type inference for container get/has calls so services and dependencies resolve to the right classes, reducing false positives and making container-heavy code safer to refactor. | 17 | 17 | 7 | 11K | 2 | 5.6 | 39.8 | MIT | 1 year ago | |
| php-imap/php-imap | Connect to POP3/IMAP/NNTP mailboxes using PHP’s IMAP extension. Fetch and parse emails with attachments and inline images, search/filter/sort by criteria, mark seen/unseen, delete messages, and manage folders—ideal for building email-handling apps. | 1,702 | 1,729 | 457 | 159K | 49 | 65.6 | 50.2 | MIT | 3 weeks ago | |
| typhoon/exporter | Typhoon Exporter converts PHP values into valid PHP code strings you can save and later require to recreate the original value. Use Exporter::export($value) to generate code for config, fixtures, caching, or code generation workflows. | 6 | 6 | 1 | 57 | 0 | 1.1 | 13.1 | MIT | 2 years ago | |
| typo3/coding-standards | TYPO3 Coding Standards provides ready-to-use PHP_CodeSniffer rulesets and tooling to enforce TYPO3 and PSR coding style. Helps keep extensions and projects consistent via Composer, CI integration, and automated linting/fixing recommendations. | 68 | 67 | 15 | 93K | 3 | 6.0 | 43.5 | MIT | 2 years 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 | |
| yiisoft/aliases | yiisoft/aliases stores and resolves path aliases (strings starting with @) for filesystem paths or URLs. Define aliases like @root, @vendor, @bin and expand them on demand, supporting nested aliases (e.g., @bin => @vendor/bin) without checking path existence. | 0 | 24 | — | 27K | — | 12.6 | 46.2 | — | — | |
| yiisoft/code-style | Coding style and quality tools for PHP projects from Yii. Provides configuration and presets to keep code formatting consistent and enforce standards across your repository, helping teams maintain clean, readable code with automated checks. | 3 | 3 | 2 | 5K | 0 | 13.3 | 47.5 | BSD-3-Clause | 4 months ago | |
| yiisoft/definitions | Minimalistic definitions container for PHP apps. Build and compose object definitions for DI: map IDs to classes, factories, values and params, with autowiring-friendly configuration. Designed to work smoothly with Yii and other PSR-based projects. | 0 | 15 | — | 30K | — | 14.8 | 51.5 | — | — | |
| yiisoft/di | PSR-11 compatible dependency injection container for PHP 8.1+. Supports autowiring plus constructor, method and property injection, aliasing, service providers, delegated/composite containers, circular reference detection, and state reset for long-running workers. | 236 | 239 | 46 | 27K | 15 | 19.5 | 38.2 | BSD-3-Clause | 6 months ago | |
| yiisoft/files | Yii Files is a PHP 8+ utility package with FileHelper methods for common filesystem tasks: ensure/create directories with permissions, remove or clear directories, filter files via path matching, and other file and directory management helpers. | 0 | 37 | — | 37K | — | 12.3 | 45.3 | — | — | |
| yiisoft/friendly-exception | Defines FriendlyExceptionInterface for exceptions that provide a human-friendly name and suggested solution. Lets error handlers detect these exceptions and display clearer, actionable information on error pages. Includes guidance for writing short, markdown-based solutions. | 49 | 49 | 11 | 57K | 1 | 11.3 | 45.8 | BSD-3-Clause | 6 months ago | |
| yiisoft/html | Yii HTML is a PHP library for safe, dynamic server-side HTML generation. It provides classes for common HTML tags, a CustomTag builder, widgets like ButtonGroup/CheckboxList/RadioList, automatic content encoding with NoEncode, and an Html helper API. | 58 | 58 | 23 | 21K | 7 | 27.8 | 43.1 | BSD-3-Clause | 2 weeks ago | |
| yiisoft/i18n | Yii i18n provides lightweight internationalization utilities for PHP: a BCP 47 Locale value object to parse and modify locale parts, build locale strings, and derive fallbacks, plus a stateful LocaleProvider service for managing the current and default locale. | 0 | 27 | — | 25K | — | 12.3 | 43.8 | — | — | |
| yiisoft/injector | PSR-11 compatible dependency injector with autowiring. Resolves and injects dependencies when calling functions or creating objects, supports extra arguments by name or type, and handles variadic parameters. Works with any PSR-11 container. | 94 | 94 | 17 | 217K | 6 | 14.4 | 52.2 | BSD-3-Clause | 6 months ago | |
| yiisoft/json | Yii JSON is a lightweight PHP library for encoding/decoding JSON with sensible defaults. It throws JsonException on errors, supports JsonSerializable, DateTimeInterface and SimpleXMLElement, and includes safe HTML encoding for embedding JSON in pages. | 0 | 28 | — | 31K | — | 10.9 | 44.4 | — | — | |
| yiisoft/strings | Yii Strings provides fast, multibyte-safe string utilities for PHP: StringHelper and NumericHelper, Inflector (pluralize, slug), wildcard pattern matching, and optimized combined regex matching with optional memoization. | 49 | 51 | 19 | 63K | 5 | 14.8 | 48.2 | BSD-3-Clause | 6 months ago | |
| yiisoft/test-support | Testing utilities for Yii applications: helpers and fixtures to simplify unit and integration tests, isolate dependencies, and improve readability. Provides common test tools you can reuse across packages and projects. | 15 | 15 | 11 | 15K | 3 | 16.4 | 46.1 | BSD-3-Clause | 4 months ago | |
| yiisoft/translator | Yii Translator provides a clean abstraction for message translation in PHP apps, with support for multiple message categories, locales, and fallback logic. Integrates with Yii components to load, format, and return translated strings consistently across your project. | 26 | 26 | 10 | 23K | 10 | 17.4 | 46.7 | BSD-3-Clause | 5 months ago | |
| yiisoft/translator-message-php | PHP message source for Yii Translator that loads translations from PHP files (arrays). Lightweight, fast, and easy to structure by categories/locales, making it simple to manage message catalogs and integrate file-based i18n into your app. | 14 | 14 | 10 | 14K | 0 | 11.0 | — | BSD-3-Clause | 5 months ago | |
| yiisoft/var-dumper | Yii VarDumper enhances var_dump()/var_export() with safe handling of recursive references, syntax highlighting, and closure export. Includes handy d(), dump(), and dd() helpers for quick debugging. Configurable depth and highlighting. | 21 | 21 | 13 | 30K | 4 | 13.3 | 47.6 | BSD-3-Clause | 6 months ago | |
| yiisoft/yii2-symfonymailer | Yii2 extension integrating Symfony Mailer for reliable email sending. Configure SMTP/DSN transport, templates via viewPath, and file transport for dev. Supports PHP 8.1+ and installs via Composer for seamless Yii 2.0 mail delivery. | 49 | 49 | 28 | 152K | 0 | 1.9 | 48.1 | BSD-3-Clause | 2 years ago |
How can I help you explore Laravel packages today?