Libraries tagged by invoke
brightnucleus/invoker
16210 Downloads
Function and method invoking traits that match named arguments in the right order.
x-wp/hook-invoker
231 Downloads
Provides standardized way to declare and invoke WordPress hooks
net_bazzline/php_component_csv
1081 Downloads
free as in freedom php component to easy up usage (reading and writing) of csv files for php 5.6 and above
torann/cells
766 Downloads
Cells are view components for Laravel 4. They are mini-controllers with their own MVC stack, can invoke logic and render views.
sergiors/applyzer
253 Downloads
A simple way to invoke setter methods
illuminatech/db-safedelete
36 Downloads
Attempts to invoke force delete, if it fails - falls back to soft delete.
dhii/invocable-interface
5063 Downloads
Interface for objects that can be invoked.
icicleio/event-emitter
1474 Downloads
Event Emitter is a library that allows objects to emit events that invoke a set of registered callbacks.
aedart/overload
11466 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)
storinka/invoke
1796 Downloads
Invoke Core library
phug/invoker
107 Downloads
Typing-based invoker
php-fn/invoker
2624 Downloads
Generic and extensible callable invoker
mix/sync-invoke
1604 Downloads
Swoole synchronous blocking code invoke library
marcojetson/invoker
8 Downloads
Invoke callables using associative arrays
malbrandt/laravel-postpone-invoke
6 Downloads
Mainly allows to postpone invoke of any callable using simple helper function "postpone".