Libraries tagged by syllable
raphhh/trex-reflection
213643 Downloads
Reflection helpers for callables and types
timacdonald/callable-fake
16733 Downloads
A testing utility that allows you to fake and capture invokations of a callable / Closure
technically/callable-reflection
64545 Downloads
A handy library to simplify reflecting any callable or constructor. PHP8-ready!
stack/callable-http-kernel
35485 Downloads
HttpKernelInterface implementation based on callables.
iatstuti/laravel-nullable-fields
152763 Downloads
This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.
rybakit/arguments-resolver
89732 Downloads
ArgumentsResolver allows you to determine the arguments to pass to a function or method.
phpfluent/callback
53512 Downloads
Allows you execute callbacks in a more dynamic way
tmarsteel/mockery-callable-mock
253553 Downloads
Mockery Callable Mock
gammadia/bcmath-extended-nullable
88988 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
ellipse/handlers-callable
1377 Downloads
Psr-15 request handler proxying a callable
mnapoli/invoker
1159 Downloads
Generic and extensible callable invoker
aviator/pipe
1208 Downloads
Chain callables using a simple wrapper class.
sspat/doctrine-nullable-embeddables
1746 Downloads
Patches doctrine/orm to allow usage of nullable embeddables
sheidin/fillable
2845 Downloads
Generate fillable attribute for eloquent models
monro/doctrine-nullable-embedabbles
4981 Downloads
Workarround to the issues related of using Doctrine with embedabbles relations where the relation can be null. If the object is null doctrine would instanciate it with all the properties to null, this library will fix it to set it to null.