Live data from Hacker News

Ask HN: What PHP Framework should I use?

news.ycombinator.com

1–10 of 11 posts

Ask HN: What PHP Framework should I use?

#1
I'm building a healthcare tool -- about to land first client for a large amount of money. I wrote a bunch of code by hand in PHP with jQuery and Bootstrap. MySQL in the backend.

Most of the User Interface is scrolling through DataTables or looking at graphs (Google Charts API) based on the data.

I was looking at either CakePHP or CodeIgniter -- but I'm open to others.

What would HN recommend?

Thanks!

Re: Ask HN: What PHP Framework should I use?

#5

how about symfony? or why not do what many PHP devs have, and learn Ruby, then use something like Rails.

Well I'm interested in reusing my existing code and moving to a framework to increase flexibility and allow me to improve/update/change the site faster. I'd like this to be a small project of migrating my code into a framework.
Post reply on HN