Libraries tagged by mdoc
blastcloud/guzzler
319740 Downloads
Supercharge your app or SDK with a testing library specifically for Guzzle.
mpociot/pipeline
1316545 Downloads
Simple PHP middleware pipeline
mpociot/laravel-test-factory-helper
613492 Downloads
Generate Laravel test factories from your existing models
mlocati/spf-lib
543469 Downloads
Parse, build and validate SPF (Sender Policy Framework) DNS records
mlocati/ocsp
590979 Downloads
Library to query HTTPS Certificates revocation status using the Online Certificate Status Protocol (OCSP)
mkocansey/bladewind
43615 Downloads
Laravel UI Components using TailwindCSS, Blade Templates and vanilla Javascript
mpociot/botman
77577 Downloads
Create messaging bots in PHP with ease.
tototoshi/staticmock
691297 Downloads
A mockery-like DSL to replace static method in test.
php-mock/php-mock-prophecy
333697 Downloads
Mock built-in PHP functions (e.g. time()) with Prophecy. This package relies on PHP's namespace fallback policy. No further extension is needed.
noeldemartin/laravel-dusk-mocking
85276 Downloads
Mock facades in Laravel Dusk tests.
macpaw/extended_mock_http_client
154461 Downloads
This repository provides mocks for Symfony HTTP Client, it more flexible than default Symfony mock
lucatume/function-mocker
1100198 Downloads
Function mocking with Patchwork
lstrojny/phpunit-function-mocker
326576 Downloads
Allows mocking otherwise untestable PHP functions through the use of namespaces
happyr/service-mocking
162103 Downloads
Make it easy to mock services in a built container
badoo/soft-mocks
30030 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.