Libraries tagged by stub package
php-mock/php-mock-phpunit
9393668 Downloads
Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.
php-mock/php-mock-integration
12001629 Downloads
Integration package for PHP-Mock
binafy/laravel-stub
192039 Downloads
Generate stub files easy
php-mock/php-mock-mockery
2408797 Downloads
Mock built-in PHP functions (e.g. time()) with Mockery. This package relies on PHP's namespace fallback policy. No further extension is needed.
touhidurabir/laravel-stub-generator
175466 Downloads
A laravel package to generate class files from stub files.
php-mock/php-mock-prophecy
538360 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.
bitwasp/bitcoinconsensus
4803 Downloads
Composer package containing stubs for bitcoinconsensus. Make sure your version is correct!
shomisha/stubless
7185 Downloads
A package for generating PHP files without stubs.
esign/laravel-install-command
2798 Downloads
Simplify stub publishing and effortlessly manage Composer and Node packages
jean85/composer-provided-replaced-stub-package
3481 Downloads
This is only a stub package used in the tests of jean85/pretty-package-versions
gilek/php-msgpack-stubs
24274 Downloads
This package provides stubs for msgpack PHP extension.
concept-image/wp-acorn-stubs
601 Downloads
Add commands to generate action class file, service class file, enum file, interface file, trait file, and value object class file. This package should be installed as a dev dependency.
ralphjsmit/stubs
283 Downloads
A fluent filesystem package for PHP.
ralphjsmit/filesystem
1913 Downloads
A fluent filesystem package for PHP.
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.