Libraries tagged by get_class_methods
danwe/helpers-gettersetteraccessor
51 Downloads
Helper class offering functionality to define setter and getter class methods with a minimum of expressive code.
mekramy/oop-util
10 Downloads
PHP class utility. method chaining and getter/setter implementation
gavinggordon/readygetset
15 Downloads
A PHP class which provides developers with the means to create PHP class files quickly and dynamically, especially classes that will be utilizing 'getter' and 'setter' methods.
keven/magician
25 Downloads
Register magic methods handlesr from traits and abstract classes. DO NOT USE IN PRODUCTION.
hallex/assessors-and-mutators
6 Downloads
Import all methods assessors and mutators in your class
piotrpress/wordpress-plugin
113 Downloads
This library is WordPress plugin singleton base class with methods to get data from plugin's header fields.
greedybytes/hydrator
150 Downloads
ClassMethods hydrator pre-configured for is-getter
copeito/propertymanager
19 Downloads
Gives getter and setter methods to extender class
soruba/php-requester
17 Downloads
PHP class that provides methods to perform http request: GET, POST, PUT, DELETE
fusepump/base.php
4995 Downloads
Base class with magic methods and options set and get.
uk/dynamic-properties
28 Downloads
Helping classes to use dynamic properties declared by get*() and set*() methods
mutantlabs/twitter-rest
14 Downloads
A simple Class to interface with Twitter API v1.1 using OAuth, and return tweets as JSON via a get method. Uses RestService and twitteroauth
jonathanwkelly/ups-shipping-rate
7 Downloads
This is a very simple class that uses the UPS web service to get a shipping rate. Basically, you pass it the shipping method you'd like to use, the destination / shipper zip codes, the package dimensions, and receive a shipping quote. There are plenty of values that are hard-coded in the XML request that could be passed in dynamically for a more robust rating process.