Polr – A modern, minimalist, and lightweight URL shortener in PHP
1–10 of 28 posts
Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#2Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#3I'm always amazed to see minimalist used to describe a dozen placeholder directories and files. That said, the code is clean and modern php.
In contrast to other projects such as YOURLS, Polr tries to be minimalist by avoiding heavy graphs or unnecessary bloat.
Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#4I'm always amazed to see minimalist used to describe a dozen placeholder directories and files. That said, the code is clean and modern php.
Minimalist in regards to its design, perhaps not the code structure :) In contrast to other projects such as YOURLS, Polr tries to be minimalist by avoiding heavy graphs or unnecessary bloat.
Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#5Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#6Earlier quoted context omitted.
Minimalist in regards to its design, perhaps not the code structure :) In contrast to other projects such as YOURLS, Polr tries to be minimalist by avoiding heavy graphs or unnecessary bloat.
The structure is good. You can read what's happening clearly. It also shows what's a laravel idiom and what is modern php. I giggled a bit when reading the user factory code. It feels so enterprise. Not a bad thing in itself. I was just happy to see php code that is not a ball of mud held together by holy water. :)
Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#7Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#8Earlier quoted context omitted.
The structure is good. You can read what's happening clearly. It also shows what's a laravel idiom and what is modern php. I giggled a bit when reading the user factory code. It feels so enterprise. Not a bad thing in itself. I was just happy to see php code that is not a ball of mud held together by holy water. :)
Haha, I totally agree. Reminds me of this: http://www.willa.me/2013/11/the-six-most-common-species-of-c...
Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#9Re: Polr – A modern, minimalist, and lightweight URL shortener in PHP
#10Yes, 4192 files and 32MiB, quite minimal.