Live data from Hacker News

Lumen – A micro-framework by Laravel

laravel-news.com

1–10 of 116 posts

Re: Lumen – A micro-framework by Laravel

#6
post #3

[deleted]

And what would you propose using instead? Every language has its ups and downsides and the majority of problems (anecdotally anyways) come not from the language but the data store availability and ability to scale anyways.

Re: Lumen – A micro-framework by Laravel

#9
post #3

[deleted]

I worked at a company that did remote energy monitoring (circuit by circuit, minute by minute for thousands of monitors). We did all the math in PHP, preping, summarizing data and sending it down to web services. It wasn't fast, but it couldn't be considered slow by any stretch.

Plus php has a large library of components (Zend, symfony) and a package manager (composer) that make web development significantly easier.

Re: Lumen – A micro-framework by Laravel

#10
post #3

[deleted]

Well, I'm sure there were a number of key factors involved.

I'm currently porting a rails app to Laravel and the speed boost has been pretty remarkable, not to mention not ever having to install gems whose only purpose is to reboot unicorn when the memory leaks hit a certain threshold.

I didn't choose Laravel because I like PHP (I don't), I chose it because of the need to balance ease of development with speed with having less skilled developers be able to maintain it with a modicum of safety. Not to mention how ridiculously easy it is to horizontally scale PHP.

I'd like PHP more if they dropped the f*cking $ sign though.

It's a good tool if you need to get shit done.

Post reply on HN