Libraries tagged by Class methods
skrtdev/prototypes
492 Downloads
A simple library that make possible to dinamically add methods to classes
seadrip/common
45 Downloads
some common methods and classes
sarvarov/laravel-policy-permission-check
0 Downloads
Laravel abstract policy class with magic methods and helpers.
quellabs/annotation-reader
311 Downloads
A PHP annotations reader that parses, processes, and caches docblock annotations for classes, properties, and methods.
proteins/extensions
38 Downloads
Provides a way to extend static classes with new methods
profenom/phpunit-retry-annotations
907 Downloads
Traits for retrying test methods and classes in PHPUnit
michaelesmith/datetime
119 Downloads
Extends PHP's DateTime class with convenience methods
mawebdk/to-string-builder
6 Downloads
Builder class for __toString() methods.
lirik44/phpunit-retry-annotations
3 Downloads
Traits for retrying test methods and classes in PHPUnit, modified for selenium php-webdriver
leo980/reflector
8 Downloads
Helper function for reflecting private/protected class properties and methods. For unit-testing purposes.
kleisli/flow-phpstan
11 Downloads
Reflection Extensions for static analysis of Flow classes with magic methods
ivanstan/symfony-extend-request
5 Downloads
Adds ability to extend Symfony request class and use child class as controller method parameter type
fusepump/base.php
4995 Downloads
Base class with magic methods and options set and get.
firstw/php-extension-export
3 Downloads
a simple library to export php extension library 's function, method or class and function, method,property inside a class
designbycode/levenshtein-distance
110 Downloads
The LevenshteinDistance class provides a method to calculate the Levenshtein distance between two strings. The Levenshtein distance is a measure of the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.