Libraries tagged by method call
savinmikhail/add_named_arguments_rector
1300 Downloads
Rector rule to add names to arguments for functions'/methods' calls
kirschbaum-development/laravel-route-file-macro
21643 Downloads
Route macro that easily loads a route file without unnecessary method calls.
claudye/laravel-hooks
502 Downloads
A Laravel Trait for Hooking Before and After Method Calls
arokettu/private-access
2558 Downloads
Simple and fast methods to read private properties and call private methods
marcocesarato/security
2625 Downloads
AIO Security Class offer an automatic system of protection for developers's projects and simplify some security operations as the check of CSRF or XSS all in a simple class. Infact you could just call the main method to have better security yet without too much complicated operations.
shaka/dynamic-update-trait
5565 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.
webhappens/conditional-methods
4228 Downloads
Make method calls conditional by simply appending If or Unless when you call them.
krlove/async-service-call-bundle
53232 Downloads
Symfony bundle for asynchronous service methods calls
glomberg/wpdb-unsafe-methods
422 Downloads
Psalm plugin to forbid calling provided `$wpdb` methods
betterphp/php-reflection-utils
10950 Downloads
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
ijvo/kdyby-strict-objects
1152 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
hakone/untouchable-psr7
1308 Downloads
PSR-7 message implementation with all method calls restricted
forknetwork/strict-phpunit
30295 Downloads
A simple PHPUnit extension that disallows unexpected method calls.
serhii/short-number
2981 Downloads
For changing the language you want to call `set` method once before calling other methods from this package.
r83dev/test-accessible
1065 Downloads
Accessible trait to call protected methods, properties and constants in tests.