Libraries tagged by static methods
neunerlei/filesystem
2665 Downloads
A static wrapper around the symfony filesystem with additional methods for extra flavor
symplify/phpstan-twig-rules
13129 Downloads
Rules for static analysis of TWIG templates and TWIG render() methods
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
22 Downloads
StaticProxy provides static interface to an instance method.
riesjart/static-context-checker
724 Downloads
Check whether a method is called in static context
yukata-roommate/static-proxy
1 Downloads
Calling dynamic methods statically
sof3/static-overloads
0 Downloads
Use parameter-varying method overloads in PHP
piotrpress/accessor
40 Downloads
This library provides an access to protected/private, also static, methods/properties of an object/class.
code-distortion/staticall
13255 Downloads
Run class methods both statically and non-statically
sevenecks/laravel-simple-cache
703 Downloads
A wrapper for the laravel Cache facade that handles cache keys and namespacing the cache via static class methods
stella-maris/callmap-cli
1 Downloads
Create a PlantUml graph from a callmap JSON-file
oldpak/reflection
6 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.
danielefavi/fluent-api
12 Downloads
Class designed for fluent API interface: you can invoke the same method statically and non-statically.
stella-maris/callmap
6 Downloads
PHPStan Plugin to collect method-calls for further processing