Services_TinyURL pear.php.net PHP interface to TinyURL's API An interface for creating TinyURL's with their API as well as looking up destinations of given TinyURL's. Joe Stump jstump joe@joestump.net yes 2007-12-05 0.1.2 0.1.1 beta beta New BSD License * Fixes bug #12486 5.1.0 1.4.0b1 curl 2007-10-08 0.1.1 0.1.1 beta beta New BSD License * Fixes bug #12207 2007-09-26 0.1.0 0.1.0 beta beta New BSD License * Initial release 0.0.4 0.0.4 alpha alpha New BSD License * Fixed typo in regular expression * Switched to a class that can be instantiated * Switched from preg_match_all() to preg_match() in Services_TinyURL::lookup() * Updated tests to reflect changes 2007-09-10 0.0.3 0.0.3 alpha alpha New BSD License * Fixed licenses in headers * Fixed problem with urlencode() * Changed requires for exceptions * Added an extra test to both create a URL and compare it via lookup 2007-09-10 0.0.2 0.0.2 alpha alpha New BSD License * Moved Services_TinyURL_Exception into its own file. * Made Services_TinyURL_Exception abstract. * Remove dependence on Validate::url(). * Used CURLOPT_NOBODY instead of callback for headers. 2007-09-09 0.0.1 0.0.1 alpha alpha New BSD License * Initial release