Libraries tagged by static methods
draculaid/phpmocker
16 Downloads
Create mock class for final classes and traits; Create mock method for static, private and final methods
neunerlei/filesystem
2829 Downloads
A static wrapper around the symfony filesystem with additional methods for extra flavor
cubesolutions/phpconsistent
129 Downloads
PHPConsistent is a dynamic and static code analysis tool that verifies the consistency between the function/method calls your code makes and the in-line documentation (docblock) of the called functions/methods.
bggardner/static-tools
1 Downloads
Helpful static class methods for data-driven web apps
kohkimakimoto/static-proxy
24 Downloads
StaticProxy provides static interface to an instance method.
riesjart/static-context-checker
724 Downloads
Check whether a method is called in static context
staabm/cross-repo-unused-methods
2176 Downloads
Finds unused public code across repositories
sof3/static-overloads
0 Downloads
Use parameter-varying method overloads in PHP
progest/twig-extension-callfunc
1341 Downloads
Twig extension to call PHP functions or static methods from templates
piotrpress/accessor
43 Downloads
This library provides an access to protected/private, also static, methods/properties of an object/class.
code-distortion/staticall
13498 Downloads
Run class methods both statically and non-statically
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
stella-maris/callmap-cli
4 Downloads
Create a PlantUml graph from a callmap JSON-file
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.
neoighodaro/unused-public
1142 Downloads
Detect unused public properties, constants and methods in your code