Libraries tagged by Class methods
jms/metadata
159339257 Downloads
Class/method/property metadata management in PHP
phpstan/phpstan-deprecation-rules
87802807 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
doctrine/reflection
107193351 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.
dg/bypass-finals
28876237 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
spatie/macroable
63832820 Downloads
A trait to dynamically add methods to a class
consolidation/annotated-command
73200834 Downloads
Initialize Symfony Console commands from annotated command class methods.
theseer/fdomdocument
42627289 Downloads
The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.
nunomaduro/mock-final-classes
965407 Downloads
Allows mocking of final methods and classes in PHP.
tomasvotruba/cognitive-complexity
5531437 Downloads
PHPStan rules to measure cognitive complexity of your classes and methods
swissspidy/phpstan-no-private
1297859 Downloads
PHPStan rules for detecting usage of pseudo-private functions, classes, and methods.
lazzard/php-ftp-client
231335 Downloads
This library provides helper classes and methods to manage your FTP files in an OOP way.
kdyby/strict-objects
1731117 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
adriansuter/php-autoload-override
65899 Downloads
Override global scoped fully qualified function calls inside your class methods in order to be able to mock them during testing.
pocketmine/binaryutils
725099 Downloads
Classes and methods for conveniently handling binary data
bshaffer/phpunit-retry-annotations
492266 Downloads
Traits for retrying test methods and classes in PHPUnit