Not to dis Polr, but if performance and minimalism are your thing, there are a lot of nginx + lua + redis URL shorteners on github. Two random'ish selections... https://gist.github.com/MendelGusmao/2356310 https://github.com/sanshi0518/shorturl-nginx
Polr – A modern, minimalist, and lightweight URL shortener in PHP
21–28 of 28 posts
Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#22Not to dis Polr, but if performance and minimalism are your thing, there are a lot of nginx + lua + redis URL shorteners on github. Two random'ish selections... https://gist.github.com/MendelGusmao/2356310 https://github.com/sanshi0518/shorturl-nginx
Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#23Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#24Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#25Why is the entire vendor directory in github? I'm fairly certain some of those packages cannot be redistributed like that.
Agree. What is the point of using composer or any dependency manager if you check-in the vendor folder?
Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#26Congratulations on the release but I can just discourage people to use URL shorteners. They obfuscate key information, are potentially a security risk as a result, require extra http requests and what happens in the future when you turn the service off? A trend I've never fancied.
Sometimes there are valid use cases for things.
Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#27Serious question: Is URL shortening still a thing? What are the use cases?
Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#28Serious question: Is URL shortening still a thing? What are the use cases?