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

Phpunit Bridge Laravel Package

symfony/phpunit-bridge

Symfony PHPUnit Bridge adds utilities around PHPUnit, with a focus on managing and asserting deprecation notices for smoother upgrades. It helps track, filter, and report deprecations during test runs, making CI output cleaner and migrations safer.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
async-aws/core AsyncAws Core provides the shared foundation for AsyncAws PHP clients: async HTTP layer, request/response handling, credentials and signing, endpoint resolution, retries, and common utilities. Use it to build lightweight, non-SDK AWS integrations in modern PHP apps. 101 101 5 2M 0 29.7 65.0 MIT 1 month ago
View on GitHub
Context7
async-aws/s3 AsyncAws S3 Client is a lightweight PHP API client for Amazon S3. Install via Composer and use a modern, non-blocking-friendly SDK alternative with typed requests/responses. Full docs and contribution guide available at async-aws.com. 57 58 2 705K 0 29.3 65.0 MIT 1 month ago
View on GitHub
Context7
async-aws/ses Async AWS SES client for PHP: send emails and use Amazon SES features with non-blocking, PSR-friendly requests. Lightweight alternative to the full AWS SDK, designed for modern apps and easy integration with your existing HTTP client and event loop. 48 2 0 20.3 MIT 1 month ago
Context7
async-aws/simple-s3 AsyncAws Simple S3 is a lightweight wrapper around the AsyncAws S3 client that simplifies common S3 tasks and integrations. Install via Composer and use a higher-level API for working with buckets and objects without the boilerplate of raw S3 calls. 19 19 0 103K 0 23.4 60.3 MIT 1 month ago
View on GitHub
Context7
cache/integration-tests Integration test suite for validating PSR-6 cache pools, taggable cache pools, and PSR-16 simple caches against PHP-FIG rules. Install as a dev dependency and extend the provided PHPUnit base tests to verify your cache implementation. 39 39 34 44K 2 28.2 49.4 MIT 5 years ago
View on GitHub
Context7
cocur/slugify cocur/slugify converts strings into URL-friendly slugs by stripping special characters and transliterating many languages (e.g., ä → ae). Lightweight with no external dependencies, PSR-4, PHP 8.0–8.5, and integrations for Laravel, Symfony, Twig, and more. 2,905 2,974 248 1M 20 57.9 55.5 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
colinodell/json5 PHP JSON5 parser/decoder. Adds json5_decode() as a drop-in replacement for json_decode(), supporting comments, trailing commas, single quotes, and more. Always throws SyntaxError on parse failure. Includes a json5 CLI to convert JSON5 to JSON. 304 311 13 979K 0 25.8 57.0 MIT 2 years ago
View on GitHub
Context7
composer/composer Composer is the de facto PHP dependency manager. Declare project requirements in composer.json, install/update packages from Packagist, and lock versions for reproducible builds. Supports private repositories and integrates with common VCS tools like Git. 29,363 29,421 4,775 3M 116 89.3 60.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
composer/metadata-minifier Utility library for Composer 2.x repository metadata. Minifies package version arrays into diffs and expands minified metadata back to the original structure, reducing JSON size and improving transfer efficiency. Includes simple static minify/expand APIs. 181 183 4 2M 0 21.3 65.0 MIT 5 years ago
View on GitHub
Context7
composer/semver Composer Semver is a PHP library for parsing and validating version constraints, normalizing versions, and comparing releases. Extracted from Composer, it supports semver-style rules where possible while staying compatible with PHP’s version_compare. 3,291 3,307 76 9M 0 47.7 56.1 MIT 7 months ago
View on GitHub
Deep Wiki
Context7
composer/spdx-licenses PHP library providing the official SPDX license and exception lists plus validation of SPDX license expressions. Look up licenses by identifier or name, check OSI approval and deprecation status, and validate complex license strings. 1,391 1,393 22 3M 1 34.0 53.4 MIT 12 hours ago
View on GitHub
Deep Wiki
Context7
doctrine/common Doctrine Common extends core PHP with shared utilities used across Doctrine projects. Includes collections, event management, caching helpers, annotations support (legacy), reflection and class loading tools. A foundational component for Doctrine ORM and related libraries. 5,809 5,837 288 4M 23 70.2 59.3 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
doctrine/mongodb-odm-bundle Symfony bundle integrating Doctrine MongoDB ODM for mapping PHP documents to MongoDB. Provides configuration, DI services, console commands, and tooling to manage connections, document managers, and repositories in Symfony apps. 384 388 229 322K 12 41.4 52.9 MIT 2 months ago
View on GitHub
Context7
doctrine/phpcr-odm Doctrine PHPCR-ODM maps PHP objects to a PHPCR content repository (e.g., Jackrabbit or DBAL-backed implementations). Provides persistence, querying, and schema mapping via Doctrine-style metadata, with tooling, docs, and test setups for multiple backends. 181 181 101 12K 54 49.7 54.9 MIT 2 weeks ago
View on GitHub
Context7
erickskrauch/php-cs-fixer-custom-fixers Custom PHP-CS-Fixer fixers by Erick Skrauch. Adds opinionated formatting rules like aligning multiline parameters, inserting blank lines around class bodies and before returns, spacing after control statements, fixing multiline if braces, ordering overrides, and Yii2 ::className() replacement. 30 30 2 108K 2 23.6 57.5 MIT 4 months ago
View on GitHub
Context7
facile-it/paraunit Run PHPUnit test suites faster by executing tests in parallel across multiple processes. Includes Symfony-based CLI, compatibility across PHPUnit/Symfony versions, and parallel code coverage generation (auto-chooses PCOV, Xdebug, or PHPDbg). 145 146 18 31K 14 35.0 45.0 Apache-2.0 1 month ago
View on GitHub
Context7
fakerphp/faker Faker is a PHP library for generating realistic fake data to seed databases, build test fixtures, stress test apps, create sample documents, or anonymize production data. Create a generator with Faker\Factory::create() and call methods like name(), email(), text(). 3,950 4,028 424 9M 9 62.7 62.8 NOASSERTION 1 year ago
View on GitHub
Context7
friendsofphp/proxy-manager-lts Long-term support fork of ProxyManager for PHP. Generates lazy-loading, access-interceptor, and value-holder proxies for dependency injection, caching, and AOP-style patterns. Works with modern PHP and frameworks to optimize object creation and performance. 1,222 1,223 18 3M 2 33.1 54.3 MIT 5 months ago
View on GitHub
Context7
jolicode/php-os-helper Lightweight PHP library from JoliCode to detect the current operating system and environment. Provides simple helpers for OS family checks (Windows/macOS/Linux) to adapt code paths, defaults, and tooling behavior across platforms. 21 20 2 128K 0 21.1 61.2 MIT 5 months ago
View on GitHub
Context7
joomla/application Joomla Framework Application package providing AbstractApplication base classes for building apps. Includes lifecycle initialise hook, input/config handling, execute flow with doExecute(), response headers/body helpers, and PSR-3 LoggerAwareInterface support for integrating logging. 23 25 33 16K 1 24.5 46.7 GPL-2.0 8 months ago
View on GitHub
Context7
joomla/database Joomla Database provides a generic database layer and drivers for building queries and managing connections. Includes a factory for creating drivers, and helpers for safe input handling (escape/quote), making it easier to integrate database access in custom PHP apps. 31 31 37 13K 18 36.1 52.2 GPL-2.0 1 month ago
View on GitHub
Context7
kevinrob/guzzle-cache-middleware RFC 7234-compliant HTTP cache middleware for Guzzle 6+. Add to a HandlerStack to transparently cache responses and speed up API calls. Supports PSR-7 and multiple backends: Laravel Cache, Flysystem, PSR-6/16, and WordPress object cache. 432 435 79 371K 20 39.6 56.2 MIT 4 weeks ago
View on GitHub
Context7
knplabs/github-api Lightweight, well-tested PHP wrapper for GitHub APIs v3 (REST) and v4 (GraphQL). PSR-17/PSR-18 compatible via HTTPlug, with easy setup using Guzzle, Symfony HttpClient, or other PSR clients. Supports framework integrations (Laravel via graham-campbell/github). 2,200 2,227 592 489K 39 67.8 59.7 MIT 1 year ago
View on GitHub
Context7
nyholm/nsa Access non-public properties and methods in PHP for testing and debugging. Nyholm/nsa provides a tiny helper to bypass visibility restrictions (private/protected) without changing production code, making it easy to inspect internals and call hidden methods safely. 228 229 11 92K 0 23.9 42.3 MIT 3 weeks ago
View on GitHub
Context7
patchwork/utf8 Portable UTF-8 and grapheme cluster handling for PHP. Provides pure-PHP fallbacks for mbstring, iconv, and intl Normalizer/grapheme_* functions plus UTF-8-aware replacements for native string functions, improving reliability across servers. 628 647 47 86K 0 16.8 34.8 Apache-2.0 5 years ago
View on GitHub
Context7
php-http/discovery Auto-discovery for HTTP clients and factories: finds PSR-18 clients and PSR-17/PSR-7 implementations at runtime, so libraries can depend on interfaces without forcing a specific vendor. Includes a Composer plugin for optional auto-installation. 1,321 1,328 47 7M 3 37.9 61.8 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
scssphp/scssphp SCSSPHP is a PHP-based SCSS compiler for compiling .scss to CSS in your apps and build pipelines. Includes PHPUnit test suite, PSR-12 coding standards, and PHPStan static analysis tooling for contributors. 629 639 90 724K 11 38.2 54.7 MIT 4 months ago
View on GitHub
Context7
scssphp/source-span Tiny PHP utility used by scssphp to track and report source spans/locations in parsed code. Helps map errors, warnings, and generated output back to the original input with line/column precision for better debugging and tooling. 2 1 0 20.0 MIT 4 months ago
Context7
swiftmailer/swiftmailer Swiftmailer is a full-featured PHP library for sending email via SMTP, sendmail, or PHP mail(). It supports MIME messages, attachments, HTML/text bodies, embedded images, authentication, encryption (TLS/SSL), and extensible transports/plugins. 9,466 859 0 20.0 MIT
Deep Wiki
Context7
symfony/flex Symfony Flex streamlines Symfony app setup by automatically enabling bundles, configuring recipes, and managing Composer packages. It helps bootstrap projects faster with sensible defaults, environment config, and smooth upgrades across Symfony versions. 4,223 192 14 51.3 7.2 MIT 4 months ago
Deep Wiki
Context7
symfony/maker-bundle Symfony Maker Bundle accelerates Symfony development by generating boilerplate code via maker commands. Quickly create controllers, entities, forms, tests, security, and more, following best practices, so you can focus on building features instead of scaffolding. 3,396 429 135 69.9 31.8 MIT 3 weeks ago
Deep Wiki
Context7
symfony/panther Symfony Panther is a PHP library for end-to-end browser testing and web scraping using real browsers like Chrome and Firefox. Built on the W3C WebDriver protocol, it drives native browsers for reliable automation in Symfony or standalone. 3,062 3,076 236 392K 200 70.2 65.0 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
symfony/security-acl Symfony Security ACL adds Access Control Lists to manage fine‑grained, object‑level permissions beyond roles. It supports per‑object and per‑field authorization with configurable permission masks and voters, integrating with Symfony’s security system. 371 377 54 328K 12 29.7 55.5 MIT 1 month ago
View on GitHub
Context7
symfony/webpack-encore-bundle Symfony bundle integrating Webpack Encore into your app. Adds asset building, versioning, and entrypoint management with simple Twig helpers for scripts/styles, plus sane defaults and easy configuration for modern JS/CSS workflows. 953 961 83 1M 6 38.4 55.6 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
twig/markdown-extra Twig extension adding Markdown conversion filters: markdown_to_html to render Markdown as HTML, and html_to_markdown to convert HTML back to Markdown. Useful for templating content workflows where Markdown and HTML need to interoperate. 121 122 7 542K 0 21.5 59.3 MIT 3 weeks ago
View on GitHub
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
willdurand/negotiation HTTP content negotiation library for PHP. Parses Accept* headers to match the best media type, language, charset, or encoding, with flexible matchers and prioritization. Handy for APIs and middleware to select response formats based on client preferences. 1,422 1,435 64 2M 5 39.9 56.0 MIT 4 years ago
View on GitHub
Context7
zenstruck/assert Lightweight PHP assertion helpers for cleaner, safer code. zenstruck/assert provides expressive, fluent assertions and value validation with helpful exception messages, improving readability in libraries and Laravel apps without bringing a full testing framework. 81 81 5 720K 0 25.0 64.5 MIT 4 months ago
View on GitHub
Context7
zenstruck/browser A Laravel-friendly browser testing toolkit built on Symfony BrowserKit and Panther. Easily crawl pages, click links, submit forms, assert on HTML, and drive real headless browsers—great for end-to-end tests and fluent, expressive UI assertions. 227 227 25 108K 34 41.7 61.0 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
zenstruck/callback Tiny PHP utility for building and composing callbacks/closures with a fluent API. Helps wrap callables, bind arguments, decorate or chain behavior, and safely invoke functions and methods—handy for middleware-style pipelines, event hooks, and reusable functional helpers. 56 56 1 245K 0 22.7 59.4 MIT 3 years ago
View on GitHub
Context7
zenstruck/console-test Test your Symfony Console commands with ease. zenstruck/console-test provides a lightweight harness to run commands, feed input, capture output, and assert exit codes and messages—ideal for fast, reliable unit/integration tests without booting full apps. 58 58 8 44K 2 25.1 46.7 MIT 4 months ago
View on GitHub
Context7
zenstruck/dom Zenstruck DOM is a tiny PHP/Laravel-friendly library for working with HTML/XML DOM. It offers a simple, fluent API to query, traverse, and manipulate nodes, making scraping, testing, and HTML transformations easier than using raw DOMDocument/DOMXPath. 4 4 3 910 0 0.4 32.0 MIT
View on GitHub
Context7
zenstruck/foundry Zenstruck Foundry supercharges Laravel/Symfony testing with fluent model factories, fixtures, and story-based data builders. Create, persist, and customize entities easily, manage relations, and write cleaner, faster tests with powerful helpers and states. 783 110 23 34.6 12.1 MIT 1 month ago
Deep Wiki
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