public
Description: PHP URL Shortening encoder/decoder class.
Homepage: http://devthought.com/projects/php/phpshortener/
Clone URL: git://github.com/Guille/phpshortener.git
Guille (author)
Mon Apr 27 10:46:34 -0700 2009
commit  e1f5c72126db1e40f95aeedc01bfca92bd0d2226
tree    f2d13b1deba4fe42a7707c90b88301ad8f4fe7e8
parent  bb3d16656192d4c4122028fefc11a1ba5c1e2098
README.md

PHP Shortener

Facilitates encoding/decoding of URLs with shortening services, such as

  • is.gd
  • tinyurl.com
  • bit.ly
  • twurl.nl
  • tr.im

Changelog

  • 0.1: initial release
  • 0.2: added digg.com. encode() now returns the passed URL if shortening failed. fetch() sends user agent

By Guillermo Rauch