ZF-11925: Support the Bit.ly URL shortener service
Description
Bit.ly is one of the more popular shortening services. They offer short URLs from bit.ly and j.mp. You can also shorten URLs at your own domain with them.
I've already written the code for this, and I will be submitting a patch shortly.
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-26T19:21:51.000+0000
Are you still planning to provide a patch for this? The upcoming release of ZF v1.12 might be your last chance to get this functionality into the ZF distribution.
Posted by Artem Stepin (nemesis2010) on 2012-02-28T11:38:24.000+0000
i have attached my solution (tests included)
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-28T13:14:25.000+0000
Artem: Thanks! Your best bet now would be to contact [~rob] (Akrabat) to discuss including your component in ZF 1.12. I'm not completely certain of how the process will work, but you will need to write a proposal in the ZFPROP wiki space (example: this one is accepted for ZF1.12: http://framework.zend.com/wiki/display/…). You will also need to update the relevant documentation for {Zend_Service_ShortUrl}.
Edit: There is already a {{Zend_Service_ShortUrl_Bitly}} proposal you could copy from/take over: http://framework.zend.com/wiki/display/…)
Posted by Artem Stepin (nemesis2010) on 2012-02-29T00:16:32.000+0000
here are the missing docs
Posted by Rob Allen (rob) on 2012-03-05T20:04:50.000+0000
We will accept this. I hope to review the code this week.
Posted by Enrico Zimuel (zimuel) on 2012-03-20T11:49:06.000+0000
In the documentation there is an error using the . You can have only one funcparams tag in each . If you have multiple parameters you can specify each of them separate by comma as value of the .
Posted by Rob Allen (rob) on 2012-03-20T14:40:37.000+0000
Thanks Enrico. Can you fix the doc issue and then commit to SVN please?
Posted by Enrico Zimuel (zimuel) on 2012-05-02T11:52:37.000+0000
Fixed with commit #24745