https://github.com/raphaelstolt/isgd-api-client
A is.gd API client utilizing the Zend Framework
https://github.com/raphaelstolt/isgd-api-client
Last synced: 20 days ago
JSON representation
A is.gd API client utilizing the Zend Framework
- Host: GitHub
- URL: https://github.com/raphaelstolt/isgd-api-client
- Owner: raphaelstolt
- Created: 2009-07-25T16:42:47.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-07-31T21:14:12.000Z (almost 17 years ago)
- Last Synced: 2025-10-28T11:46:59.583Z (9 months ago)
- Language: PHP
- Homepage: http://raphaelstolt.blogspot.com
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
isgd-api-client
======
The **isgd-api-client** is a the TDD way developed client to the [is.gd](http://is.gd/api_info.php) API utilizing Zend_ShortUrl_Service_Abstract of the [Zend Framework](http://framework.zend.com/). The is.gd service allows you to shorten URL's.
Requirements
------------
* An installed version of the Zend Framework with the installed/patched in Zend_ShortUrl component which currently drowses in the [incubator](http://framework.zend.com/svn/framework/standard/incubator/library/Zend/ShortUrl/).
Examples
------------
The following example shows the two edge cases for using the is.gd API programmaticly with the **isgd-api-client**.
#### Usage Example:
shorten('http://zendframework.com'); // http://is.gd/1T35Q
$service->unshorten('http://is.gd/1T35Q'); // http://zendframework.com