Libraries tagged by Class methods
best-served-cold/reflection
130 Downloads
Reflection - Simple utility to reflect objects and classes to access properties and methods.
baine/php-computed-styles
16 Downloads
"Use method chaining to add classes and styles to html elements in PHP.
amonite/async
3 Downloads
PHP async, await and Promise classes, about to run async methods
hgraca/helper
214 Downloads
A generic PHP lib with static classes full of handy functional methods.
aesonus/php-magic
314 Downloads
Reads the class docblock to determine magic method behavior
yohancayres/crud-advanced
11 Downloads
This class is a Crud with advanced methods. Provides agility and productivity in development. Edit
pbxg33k/phalcon-dummy-backend-cache
6 Downloads
This is a library which doesn't cache but still offers a class that responses to the cache methods. Useful for developing/testing without cache.
jabarihunt/format
6 Downloads
Class to hold static formatting helper methods.
gentor/intercom
2017 Downloads
Wrapper on the Intercom class provided by Intercom - with custom methods and support for Laravel 5.x
elcodedocle/cryptosecureprng
47 Downloads
cryptographically secure pseudo-random number generator class with an mt_rand alike method interface
alpa/tools_sucker
12 Downloads
For unit testing. The sucker for classes and objects to call private methods.
fleshgrinder/stringable
719 Downloads
Interface for easy identification of classes that implement the magic __toString method.
badcow/fluent-interface
20 Downloads
Turns methods of any non-final class that do not return anything into chainable, fluent interfaces.
antonythorpe/silverstripe-formfieldadditionalclasses
2 Downloads
Warning: there is an error in this module as it adds classes to all form fields. Abandoned. Through new methods on the FormField, CSS classes can be added to any Field Holder template. That is, to the opening div, Validation span, Middle Column/Description div, and Left/Right label.
mmurattcann/repository-generator
21 Downloads
You can easily generate interface and class for resository with given model name. Created class implements created interface and they have methods to do basic operations like store(), getAll(), etc.