Libraries tagged by get_class_methods
gavinggordon/readygetset
14 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
24 Downloads
Register magic methods handlesr from traits and abstract classes. DO NOT USE IN PRODUCTION.
hallex/assessors-and-mutators
4 Downloads
Import all methods assessors and mutators in your class
oldpak/reflection
18 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
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
16 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
26 Downloads
Helping classes to use dynamic properties declared by get*() and set*() methods
sagittariusx/beluga.dynamic-properties
88 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.