Libraries tagged by Class methods
mediagone/types-collections
1922 Downloads
Provides full-featured collections for primitive types, and generic classes to build your own strongly-typed collections. Each collection has chainable methods to perform traversal, filter and projection operations (similar to Microsoft's LINQ-like features).
make/accessible
80 Downloads
A very lightweight PHP package that let you easely access and test singleton classes and inaccessible instance members like private or protected methods and properties.
jclaveau/php-visibility-violator
201 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
imliam/laravel-macros
6 Downloads
A collection of miscellaneous methods to extend some of Laravel's core classes through the use of macros and mixins
hotelmah/write-file
15 Downloads
Write File is a rudimentary PHP write a file to disk class. Data can be added incrementally to memory using the saveData method which can then be written at once to a file via the write method. This library is used by the MySQL Table Editor (MTE) project.
hotelmah/mysqli-wrapper
15 Downloads
This MySQLi wrapper base class provides properties for Connection and Query Error Messages and ResultSet Properties and Methods to navigate a ResultSet. Connection and Server properties are also provided, basically all of the available features the extension provides.
90zlaya/php-library
536 Downloads
PHP Library is a set of classes that contain the most useful attributes and methods that facilitate the development of Web applications
zhusaidong/php-class-method-exists
12 Downloads
php class-method-exists
unit-testing/class-spy
3892 Downloads
a simple trait that aids in unit testing protected class methods
cwola/method-interceptor
4 Downloads
Intercept class method.
exposer/class-exposer
24 Downloads
Allows access to a classes private methods and properties
epii/get-all-classes-and-methods-for-namespaces
327 Downloads
获取某命名空间下的所有类和方法
coffeephp/compression-method
39 Downloads
Provides interfaces for compression method classes to implement.
dkx/method-injector
255 Downloads
Inject classes into methods
seshatsolutions/factory-method
6 Downloads
Seshat Factory Method Abstract Class Pattern