A collection of functions that generate randomness in a useful manner, such as random phone numbers, zip-codes, states, MS-style GUIDs and more.
A collection of functions to generate various random objects. This is the base library for randomization of objects which is made useful by a separate package.
More functions to make life easier and less redunant, including: number_is( ), is_odd( ), is_even( ), commify( ), and only_digits( ).
This is a library of all the useful wrapper functions that don't have a real home of their own, including: bool_to_text( )/text_to_bool( ), and text_style( ).
Functions to handle the construction of handlers for the various onkey events provided by JavaScript. It supports redirects similar to those used by Google Mail.
Wrappers for simple file system operations on directories. For example, listing the contents of a directory: instead of doing the whole openDir/readDir/closeDir gig everytime, you'd use the function read_file that handles errors.
A collection of mime-related functions that don't rely on PHP's mime_magic module. Currently the only detection is done based on the file's extension. Reverse functions are also provided to look-up known extensions for a given mime.
Simple, bare-bones class abstraction of the php_curl extension. The basic goal was to cut down on the clutter to effeciently harness libcurl's powers. |