Libraries tagged by moc
fakerino/fakerino
14597 Downloads
Faker framework, for generate every kind of fake data for test, database seed, mock responses, other
ciareis/bypass
12416 Downloads
Bypass for PHP provides a quick way to create a custom instead of an actual HTTP server to return prebaked responses to client requests. This is most useful in tests, when you want to create a mock HTTP server and test how your HTTP client handles different types of responses from the server.
anteris-dev/data-transfer-object-factory
82205 Downloads
Gives an easy-to-use API for mocking Data Transfer Objects.
adriansuter/php-autoload-override
49411 Downloads
Override global scoped fully qualified function calls inside your class methods in order to be able to mock them during testing.
inpsyde/monkery-test-case
29564 Downloads
Composition package of brain/monkey and mockery/mockery with a custom test case class for PHPUnit
yllw-digital/laravel-chatgpt-mock-api
147 Downloads
Generate smart API mocks in Laravel using ChatGPT prompts
ybelenko/openapi-data-mocker-server-middleware
22369 Downloads
PSR-15 HTTP Server Middleware to create mock responses from OpenAPI Schemas(OAS 3.0).
ybelenko/openapi-data-mocker-interfaces
23057 Downloads
Package with OpenApiDataMocker interfaces.
webwhales/laravel-guzzle-conditional-mock-handler
30547 Downloads
Offers a way to load mocked responses conditionally with Guzzle instead of a fixed queue in Laravel
vasilevit/aspect-mock
19354 Downloads
Experimental Mocking Framework powered by Aspects
tmarsteel/mockery-callable-mock
261564 Downloads
Mockery Callable Mock
spameri/dependency-mocker
103434 Downloads
Loads dependencies to mocked classes by Mockery for Nette Framework.
sminnee/phpunit-mock-objects
188783 Downloads
Mock Object library for PHPUnit (fork to add PHP 7.4 support to 3.4)
silasyudi/inject-mocks
6973 Downloads
Automatic injection of mocks into test subjects via #InjectMocks and #Mock annotations, to speed up unit testing with PHPUnit.
nivseb/php-mock-server-connector
1950 Downloads
Small tool to use mock-server/mockserver in a easy way from php based tests.