Libraries tagged by method call
michaelesmith/object-cache
55 Downloads
An object cache that will seamlessly cache all method calls to an object
margusk/warbsorber
32 Downloads
Provides functionality to catch PHP warnings during any function or method call.
kekalainen/eloquent-concurrency
56 Downloads
Race condition workarounds for concurrent *OrCreate method calls.
hirmeos/entity-fishing-php-wrapper
20 Downloads
This is a PHP library/wrapper of the NERD API. High level method calls that parse the JSON API response to PHP classes for ease of use.
chrgriffin/laravel-cacheable
52 Downloads
A GOAOP implementation for easily caching method calls.
ap-lib/routing
57 Downloads
High-performance, flexible PHP routing library designed for speed and extensibility. Routing is optimized for static method calls and relies on a pre-built index for maximum efficiency. It provides simple, direct hashmap-based routing while allowing custom strategies and middleware support.
ailixter/gears-watchedcall
0 Downloads
Hooks before/after any method call
kael-shipman/factory
51 Downloads
A class that provides overridable instantiation of classes through declarative method calls.
teleiosis/property_access
6 Downloads
Use calls methods as properties in PHP
sikessem/reflex
0 Downloads
Use PHP's Reflection API to dynamically manage classes/objects, call methods/functions and many more.
cecula/proprietor
6 Downloads
A Two-Factor Authentication Library for verifying ownership of mobile number via sms and call method"
bytefreak/php-utils
1312 Downloads
Some little php helper functions, like array_strip, array_merge_recursive_simple, array_call_method, array_call_function, array_create_hash, array_create_simple_hash, array_group, array_set_value, array_get_by_keypath, array_set_by_keypath, array_sort_by_column, str_begins_with, str_ends_with and debug_break.
azmolla/transaction-middleware
6 Downloads
A Laravel middleware package that wraps DELETE requests in a DB transaction also a provides trait and class to call methods in a database transaction.
damonkreft/mandrill-api-api
1605 Downloads
INCOMPLETE: A cleaner, more productive API on top of the official Mandrill API. This includes explicit API methods for calls (IDE friendly), method chaining and simpler adding of template variables.
zalevsk1y/container-builder
161 Downloads
Container Builder, provides a simple implementation of a Dependency Injection Container. It allows for easy management of object instances and their dependencies, allowing for more flexible and maintainable code. The module includes methods for adding definition files, retrieving instances, and calling methods on instances with specified arguments. This can help improve code organization and reduce coupling between classes, leading to a more robust and scalable application.