guys.
I am trying to work on a solution for shortening urls with php. Currently a hash is a bit too long for a commercial link, and APIs for shortening urls are paid, which is not an option for me. Is there a way to shorten a md5 output or any API that works somewhat like bit.ly?
Thanks a lot.