Libraries tagged by Class methods
dgifford/property-setter-trait
3857 Downloads
Trait providing methods to set class properties with an array.
betterphp/php-reflection-utils
11065 Downloads
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
purplespider/silverstripe-asset-delete-if-unused-extension
1561 Downloads
Provides a deleteIfUnused() method to the File class
ardabeyazoglu/datetime
2824 Downloads
Extends the native DateTime class adding useful features, shorthand methods and locale support
mossengine/helper
238 Downloads
PHP Class that streamlines usages of static method helpers without needing to load in or define all the helper classes
mmedia/classcontroller
8235 Downloads
A controller that can take standard PHP classes and convert them to controller methods with auto validation.
tojibon/web-scraper
64 Downloads
A web scraper php class using PHP cURL to scrap web page. By which you can scrap web page by cURL get, post methods also by which you can scrap web page content from a asp.net based websites with form post.
shahmal1yev/gcollection
2055 Downloads
GenericCollection is a versatile PHP library that provides a type-safe collection class for managing various data types. Simplify your data management with intuitive methods and strong type constraints.
mouf/utils.cache.cache-interface
376367 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
imponeer/toarray-interface
15580 Downloads
A PHP interface defining a standard method for converting objects to arrays. Ensures consistent method naming and return type for array conversion across different classes.
drupal/core-datetime
191 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.
dmamontov/favicon
3688 Downloads
Class generation favicon for browsers and devices Android, Apple, Windows and display of html code. It supports a large number of settings such as margins, color, compression, three different methods of crop and screen orientation.
chrismeller/cybersource
17889 Downloads
A simple class for interfacing with some of the basic methods of the CyberSource SOAP Toolkit API for processing credit card transactions online.
rikudou/friend-classes
23 Downloads
Allows other classes to access your class private methods/properties
isra00/class-triggers
6 Downloads
Inject magic actions before and after any method of any class