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

Strict Phpunit Laravel Package

webmozarts/strict-phpunit

Enforces strict PHPUnit configuration for PHP projects using the Webmozart standards. Helps catch risky tests, deprecated usage, and unintended behavior by turning on stricter PHPUnit settings and providing an easy way to apply and maintain them across projects.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
composer-unused/symbol-parser 0.85 composer-unused/symbol-parser is a small toolkit that parses PHP symbols from a Composer package, helping tools like composer-unused detect what code is actually referenced. Useful for analyzing dependencies, exports, and usage across a project. 15 15 13 279K 0 21.6 61.5 MIT 5 months ago
View on GitHub
Context7
mnapoli/phpunit-easymock 0.83 A lightweight bridge between PHPUnit and EasyMock for PHP. Quickly create, replay, and verify mocks from your test cases with minimal boilerplate, helping you write clear unit tests using the familiar EasyMock-style workflow. 38 38 4 1K 0 4.8 20.2 MIT 1 year ago
View on GitHub
Context7
phpcsstandards/phpcsdevcs 0.82 phpcsdevcs provides a set of PHP_CodeSniffer rules and configuration to enforce consistent coding standards across PHP projects. Drop-in standards for PHPCS with sensible defaults, helping teams catch style issues early and keep code clean and uniform. 9 9 1 13K 4 13.2 46.9 LGPL-3.0 7 months ago
View on GitHub
Context7
danog/class-finder 0.81 Fast PHP class discovery utility. Scan directories/files and find classes, interfaces, and traits without manually maintaining lists. Useful for autoload-based plugins, reflection tooling, and package indexing, with a simple API and minimal setup. 12 12 4 8K 0 0.2 38.9 MIT
View on GitHub
Context7
codeception/util-universalframework 0.80 Universal helper utilities for the Codeception testing framework, providing lightweight, framework-agnostic components to simplify test setup and reuse across projects. A small add-on package aimed at boosting consistency and reducing boilerplate in automated tests. 1 1 1 64K 1 10.3 59.9 MIT 7 months ago
View on GitHub
Context7
webmozart/assert 0.80 Lightweight PHP assertion library for validating method input/output. Provides fast, readable checks via Webmozart\Assert\Assert with consistent error-message placeholders, throwing InvalidArgumentException on failure. Ideal for safer, less repetitive validation code. 7,650 7,721 164 12M 24 64.1 60.9 MIT 1 month ago
View on GitHub
Context7
phpunitgoodpractices/traits 0.79 A small set of PHP traits to improve PHPUnit test code by reducing boilerplate and encouraging cleaner, reusable assertions and setup patterns. Useful for Laravel and general PHP projects that want more readable, maintainable tests. 22 22 1 12K 3 2.6 26.9 MIT 3 years ago
View on GitHub
Context7
lendable/phpunit-extensions 0.79 2 2 0 5K 2 14.9 51.5 MIT 5 months ago
View on GitHub
Context7
lastdragon-ru/phpunit-extensions 0.79 PHPUnit extensions for PHP projects, adding extra test utilities and helpers to streamline assertions, fixtures, and test setup. Designed to integrate cleanly with PHPUnit and improve developer productivity in automated testing workflows. 0 0 0 33 0 0.0 21.2 MIT
View on GitHub
Context7
phpstan/phpstan-webmozart-assert 0.77 PHPStan extension for webmozart/assert that teaches PHPStan how Assert::* calls narrow types. Supports many assertions (including nullOr*/all*) so values become non-null, specific scalars, instances, arrays, etc. after validation, improving static analysis accuracy. 184 184 32 647K 6 12.8 51.3 MIT 1 year ago
View on GitHub
Context7
digitalrevolution/phpunit-extensions 0.77 3 3 2 3K 1 21.0 44.3 MIT 4 months ago
View on GitHub
Context7
sebastian/phpcpd 0.76 PHPCPD is a copy/paste detector for PHP that finds duplicated code (clones) across files and reports duplicate lines and locations. Distributed as a PHAR and installable via Phive. Note: this project is unmaintained and archived. 2,211 2,253 189 351K 0 8.4 21.5 BSD-3-Clause
View on GitHub
Context7
phpunit/phpunit 0.76 PHPUnit is the de facto unit testing framework for PHP, based on the xUnit architecture. Run tests, make assertions, and integrate with CI and code coverage. Install via PHAR or Composer and build reliable PHP applications. 20,040 20,549 2,225 14M 15 79.0 52.9 BSD-3-Clause 1 week ago
View on GitHub
Context7
dms/phpunit-arraysubset-asserts 0.76 Polyfill for PHPUnit’s deprecated/removed assertArraySubset. Adds Assert::assertArraySubset() and a trait to keep existing tests working. Uses native PHPUnit behavior when available; provides the missing assertion for PHPUnit 8+ while supporting older versions. 144 144 33 510K 3 5.3 52.2 MIT 3 years ago
View on GitHub
Context7
simplito/elliptic-php 0.75 Pure-PHP elliptic curve cryptography library for PHP. Provides ECDSA signing/verification and key generation on common curves (incl. secp256k1) with utilities for points, keys, and encodings—useful for blockchain, JWT, and other crypto workflows without extensions. 230 233 51 72K 10 5.5 37.1 MIT
View on GitHub
Context7
contributte/phpunit 0.75 PHPUnit integration helpers by Contributte for PHP projects. Provides lightweight tooling and conventions to simplify writing, running, and organizing tests, with sensible defaults and compatibility aimed at smoother CI and developer experience. 1 2 2 1K 0 10.0 41.9 MIT 6 months ago
View on GitHub
Context7
phpstan/phpstan-phpunit 0.74 PHPStan extension for PHPUnit: improves type inference for mocks (intersection types for createMock/getMock), understands Foo|MockObject phpDocs, adds early-terminating methods to avoid undefined vars, and refines assert() types. Optional strict rules catch improper assertion usage. 535 538 57 4M 36 45.1 78.7 MIT 2 weeks ago
View on GitHub
Context7
yoast/phpunit-polyfills 0.73 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
eloquent/phony-phpunit 0.72 Integration of the Phony mocking/stubbing library with PHPUnit, providing helpers to use Phony in your test suite. Note: this package is no longer maintained; see the linked statement and consider alternatives or the main Phony repo. 6 6 3 618 0 1.6 19.0 MIT 5 years ago
View on GitHub
Context7
helmich/phpunit-json-assert 0.71 Adds concise JSON assertions to PHPUnit using JSONPath expressions and JSON Schema validation. Use the JsonAssertions trait to verify complex JSON/data structures with readable assert* helpers. Install via Composer and choose the branch matching your PHPUnit/PHP version. 130 129 27 80K 3 16.4 43.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.
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
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
ecotone/kafka
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata