Libraries tagged by Class methods
yukata-roommate/proxy
51 Downloads
Call another class method
world-warm-worm/autodoc
1 Downloads
Generates documentation of classes methods in several file formats
tereta/mcp
2 Downloads
Model Context Protocol server for PHP: expose class methods as MCP tools through attributes, transport-agnostic
sevenecks/laravel-simple-cache
705 Downloads
A wrapper for the laravel Cache facade that handles cache keys and namespacing the cache via static class methods
reflective/reflection
11682 Downloads
Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.
onlyphp/simple-queue
6 Downloads
A powerful and flexible job processing system for PHP applications, supporting both CodeIgniter 3 and Laravel frameworks. This package allows you to easily dispatch jobs with various types of processing, including closures, static class methods, object methods, global functions, and invokable classes.
oliver-schoendorn/dependency-injector
105 Downloads
A very simple dependency injector that supports instance creation and auto wiring of classes, class methods and functions. Additionally it provides simple means of caching the necessary reflections to boost performance in heavy load environments.
oldpak/reflection
25 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
mehedimi/new-instance
2 Downloads
A package to chain class method with out storing a variable
liam-chapman/router
29 Downloads
Simple PHP Router for routing URLs to class methods.
kminet/php-obfuscator
2 Downloads
PHP source code obfuscator — transforms namespaces, classes, methods and variables into hashed equivalents while preserving full runtime behaviour
ellipse/handlers-controller
71 Downloads
Psr-15 request handler proxying a class method using a Psr-11 container entry
eduluz1976/pervasive
4 Downloads
Library to wrap class methods and add dynamically other callables, allowing add something to be executed before an method, or after it.
drewlabs/code-generator
193 Downloads
Simple utility classes for generating PHP classes, methods, properties and interfaces
carlosartur/slim-auto-routing-controller
7 Downloads
Auto generate routes from class methods on slim framework.