Libraries tagged by method call
spaze/phpstan-disallowed-calls
24010402 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute, property & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
voku/arrayy
5809060 Downloads
Array manipulation library for PHP, called Arrayy!
permafrost-dev/php-code-search
456431 Downloads
Search PHP code for function & method calls, variable assignments, and more
rybakit/arguments-resolver
115615 Downloads
ArgumentsResolver allows you to determine the arguments to pass to a function or method.
kdyby/strict-objects
1746585 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
savinmikhail/add_named_arguments_rector
125683 Downloads
Rector rule to add names to arguments for functions'/methods' calls
morrislaptop/var-dumper-with-context
163862 Downloads
Show the line number where the dump method was called
astrotomic/php-conditional-proxy
179580 Downloads
This package provides a trait and class to allow calling methods based on a condition without breaking the method chain.
inpsyde/object-hooks-remover
70257 Downloads
Package to remove WordPress hook callbacks that uses object methods or closures.
spaze/phpstan-disallowed-calls-symfony
22702 Downloads
Symfony-specific configuration for Disallowed method and function calls extension for PHPStan
spaze/phpstan-disallowed-calls-nette
70330 Downloads
Nette Framework-specific configuration for Disallowed method and function calls plug-in for PHPStan
itools/smartstring
17130 Downloads
XSS-safe strings for PHP templates: values HTML-encode themselves on echo, interpolation, and concatenation, at least 3x faster than calling htmlspecialchars() yourself
imanghafoori/laravel-middlewarize
4619 Downloads
Use laravel middlewares on any method calls in your app
adriansuter/php-autoload-override
68944 Downloads
Override global scoped fully qualified function calls inside your class methods in order to be able to mock them during testing.
orklah/psalm-strict-visibility
105429 Downloads
A Psalm plugin to detect calling private or protected method via proxy