Libraries tagged by Class methods
nickmoline/robots-checker
858 Downloads
Class to check a URL for robots exclusion using all possible methods of robots exclusion
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
mouf/html.template.menus.topribbonmenu
19 Downloads
This package contains a menu that is displayed as a ribbon at the top of the screen. The class is in charge of rendering a 'Menu' instance in HTML using the toHtml() method.
milantex/tpc
14 Downloads
This project provides a mechanism to specify types for class properties. Also, property types have additional parameters, such as the regular expression pattern for strings, minimum and maximum value for integers etc. The special setter method handles type checking and will set the given value only if it is valid for the given type and its additional parameters. Check the documentation for an example.
lamoni/markupbuilder
31 Downloads
A PHP class used for building a single-level DOM object using method chaining and dynamic methods
jtunggit/yurun-http
19 Downloads
一个基于PHP cURL的开源HTTP类库,支持链式操作,省去繁杂的cURL使用方法。(An open source HTTP class library based on PHP cURL, support chain operations, eliminating the use of miscellaneous cURL methods.)
jp-toolkit/html-helper
26 Downloads
A helper classes based on Laravel Forms, CodeIgniter HTML helper and Yii Framework BaseHtml helper that provides a set of static methods for generating commonly used HTML tags to use in WordPress themes and/or plugins.
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.
jitsu/wrap
71 Downloads
Wrapper classes for strings, arrays, and regexes with chainable methods
jessesoeteman/sqlite3_connection
50 Downloads
This class is used to connect to a SQLite3 database. It contains methods to execute queries and statements.
jclaveau/php-visibility-violator
201 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
jayankaghosh/dataobject
9 Downloads
A wrapper class that supports all types of getX, setX, and unsX methods. Inspired by Magento's DataObect
istranger/phpunit-selenium-doc
21 Downloads
This class provides extended documentation (phpDoc) for phpunit-selenium methods
imliam/laravel-macros
6 Downloads
A collection of miscellaneous methods to extend some of Laravel's core classes through the use of macros and mixins
hotelmah/write-file
15 Downloads
Write File is a rudimentary PHP write a file to disk class. Data can be added incrementally to memory using the saveData method which can then be written at once to a file via the write method. This library is used by the MySQL Table Editor (MTE) project.