Libraries tagged by get_class_methods
metarush/getter
103 Downloads
Generate a class with getter methods from a yaml or env file
felideo/debug2
588 Downloads
Debug2 is a function developed to debug PHP code of form easy, simple, pretty print, fast and safe.
danwe/helpers-gettersetteraccessor
50 Downloads
Helper class offering functionality to define setter and getter class methods with a minimum of expressive code.
mekramy/oop-util
7 Downloads
PHP class utility. method chaining and getter/setter implementation
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.
hallex/assessors-and-mutators
4 Downloads
Import all methods assessors and mutators in your class
greedybytes/hydrator
150 Downloads
ClassMethods hydrator pre-configured for is-getter
copeito/propertymanager
18 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.
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.