Libraries tagged by function call
pyaesone17/s3-reducer
21 Downloads
Small and minimalist but effective Laravel library to reduce your s3 billing dramatically just by calling custom asset function.
fuwasegu/cache-decorator
7 Downloads
A decorator for caching the results of method calls on any instance, supporting pure functions only.
lloydzhou/router
134 Downloads
A fast router for PHP. It matches urls and executes PHP functions. automatic get variable based on handler function parameter list. Suport to compile router callback handlers into plain array source code.
gaurang/asynchronous
3 Downloads
This function will open socket and ask socket to initiate php call by given $url and parameters, In that function we have functionality of our needs. It just initiate just url with parameters and returns your process will complete soon so, it's work like asynchronous.
kamyshev/array_find
2422 Downloads
A PHP function that find element in an array by a callback.
valksor/php-functions-memoize
21 Downloads
A PHP library providing memoization functionality to cache the results of expensive function calls and return the cached result when the same inputs occur again
clevis/utils-functions-proxy
10 Downloads
Simple proxy to function calls that can be mocked.
vairogs/functions-memoize
0 Downloads
A PHP library providing memoization functionality to cache the results of expensive function calls and return the cached result when the same inputs occur again
outcloud/php-array-sum-callable
16 Downloads
Calculates sum of elements of array given by callback function
outcloud/php-array-avg-callable
14 Downloads
Calculates average of elements of array given by callable function
farafiri/easy-callback
6 Downloads
Utility for creating simple callback functions for filter and map functions in readable way
xtlsoft/zephir-c-call
3 Downloads
An extension that allows you to call C functions in Zephir.
progest/twig-extension-callfunc
1358 Downloads
Twig extension to call PHP functions or static methods from templates
rotexsoft/callable-execution-timer
7 Downloads
A simple PHP library for tracking the total amount of time a callable (e.g. function / method) takes to execute (it can also return the result of executing the callable, if desired).
jizuscreed/callbackable-array-functions
15 Downloads
Some wrappers for php array functions, which provides callback-ability to them