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

Phiremock Common Laravel Package

mcustiel/phiremock-common

Shared utilities for the Phiremock PHP ecosystem. Provides common classes, interfaces, and helpers used across related packages to simplify building and consuming Phiremock client/server components with consistent behavior and minimal duplication.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
janmarek/mockista 0.89 Mockista is a lightweight mocking library for PHP/Laravel that helps you create and configure test doubles quickly. Define expectations, stub methods, and verify calls with a simple, fluent API to keep unit tests fast, readable, and maintainable. 29 29 14 361 2 1.4 16.9
View on GitHub
Context7
psr-mock/http-message-implementation 0.88 Lightweight PSR-7 HTTP message implementation mock for testing libraries and SDKs without hard dependencies. Strictly follows PSR behavior and includes a developer-friendly API to debug and fix failing tests faster. For dev use only (PHP 8.1+). 0 0 1 2K 0 0.6 46.8 MIT 2 years ago
View on GitHub
Context7
psr-mock/http-client-implementation 0.88 Tiny PSR-18 HTTP client implementation intended for mocking and testing. Provides a simple client you can plug into PSR-7/PSR-17 workflows to return predefined responses without real network calls. 1 1 0 2K 0 0.6 42.5 MIT 2 years ago
View on GitHub
Context7
psr-mock/http-factory-implementation 0.87 Lightweight PSR-17/PSR-7 HTTP factory/message mock implementation for PHP 8.1+. Built for SDKs and libraries to test against PSR interfaces without hard deps, with strict PSR compliance and helpful debugging API. 0 0 0 2K 0 0.6 46.7 MIT 2 years ago
View on GitHub
Context7
php-mock/php-mock-phpunit 0.87 Integrate php-mock with PHPUnit to mock built-in PHP functions (like time(), file_get_contents(), etc.) in a controlled, namespaced way. Ideal for unit tests that need to simulate IO, time, and other global behaviors without changing production code. 172 174 20 228K 4 19.0 47.6 WTFPL 6 months ago
View on GitHub
Context7
mpyw/mockery-pdo 0.87 Experimental BDD-style PDO mocking library built on mockery/mockery. Define expectations for prepare/bind/execute and return rows via fetch/fetchAll in a fluent API, making PDO-based code easy to test on PHP 8.2+. 3 3 2 1K 1 9.9 37.7 MIT 7 months ago
View on GitHub
Context7
eloquent/phony-phpunit 0.87 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 718 0 1.6 19.7 MIT 5 years ago
View on GitHub
Context7
imanghafoori/eloquent-mockery 0.87 127 127 20 714 4 2.7 12.8 MIT 2 years ago
View on GitHub
Context7
psr-mock/http 0.87 psr-mock/http is a tiny PHP package for mocking PSR-7 HTTP messages in tests. Create predictable request/response objects without a full HTTP client, helping you unit test middleware, clients, and services with minimal setup. 1 1 0 1K 0 0.6 38.5 MIT 2 years ago
View on GitHub
Context7
php-mock/php-mock-mockery 0.87 Integrates php-mock with Mockery to mock PHP built-in functions in tests. Create namespaced function mocks with PHPMockery::mock() and set expectations/returns, then call Mockery::close(). Supports only unqualified calls; define early if needed. 39 39 5 69K 2 1.9 44.6 WTFPL 1 year ago
View on GitHub
Context7
dosfarma/testing 0.87 Laravel testing helpers for Dosfarma projects. Provides lightweight utilities and abstractions to speed up PHPUnit/Pest setup, fakes, and common assertions across apps and packages, helping you write clearer, reusable tests with less boilerplate. 0 0 1 0 0 0.0 MIT
View on GitHub
Context7
phake/phake 0.86 Phake is a PHP mocking framework for PHPUnit and other test runners. Create mocks, stubs, and spies with a simple API, verify method calls and arguments, and define return values or exceptions—ideal for fast, isolated unit tests. 476 485 86 50K 13 29.1 37.2 NOASSERTION 5 months ago
View on GitHub
Context7
wiremock-php/wiremock-php 0.86 PHP client for WireMock to stub and mock HTTP APIs in tests. Create mappings, set expectations, verify requests, manage scenarios, and reset state via WireMock’s admin API. Useful for integration tests and local development without real services. 91 91 15 41K 1 18.3 41.7 MIT 5 months ago
View on GitHub
Context7
donatj/mock-webserver 0.86 Lightweight PHP mock web server for tests and local development. Spin up an HTTP server on a random port, enqueue canned responses, inspect received requests, and simulate endpoints reliably. Handy for integration tests without external services. 139 140 22 52K 5 22.2 41.2 MIT 5 months ago
View on GitHub
Context7
mockery/mockery 0.86 Mockery is a flexible PHP mock object framework for unit testing with PHPUnit, PHPSpec, and more. It provides a readable DSL to define expectations and interactions, integrates cleanly with PHPUnit, and can be used alongside PHPUnit’s own mocking tools. 10,726 10,811 466 10M 106 68.0 62.4 BSD-3-Clause 2 years ago
View on GitHub
Deep Wiki
Context7
php-mock/php-mock 0.86 Mock built-in PHP functions like time() or rand() in tests by leveraging PHP’s namespace fallback: define namespaced replacements for unqualified calls. Works in non-global namespaces; supports common test frameworks via integrations (e.g., PHPUnit). 370 374 20 494K 3 18.9 47.6 WTFPL 6 months ago
View on GitHub
Context7
mpyw/laravel-database-mock 0.86 6 6 0 3K 0 19.6 42.8 MIT 1 month ago
View on GitHub
Context7
polishsymfonycommunity/symfony2-mocker-extension 0.86 Behat extension for Symfony2 that lets you mock services in the dependency injection container during tests. Built on Mockery and SymfonyMockerContainer. Consider it a hack and use sparingly; alternative: TestDoubleBundle. 26 26 7 132 0 0.6 10.6 MIT 10 years ago
View on GitHub
Context7
eloquent/phony-kahlan 0.86 5 5 3 26 0 1.3 7.1 MIT 5 years ago
View on GitHub
Context7
boson-php/http-static-provider 0.85 Laravel/PHP package that provides a static HTTP provider for Boson, useful for serving fixed responses in tests, mocks, or offline scenarios. Simple setup to return predefined status, headers, and body without making real network requests. 0 0 0 22 0 0.0 18.8 MIT
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.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity