Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

good php framework to run on a budget web host?

Tags:

php

frameworks

I'd like to create some small websites using PHP as the programming language. I've looked at several frameworks but they all appear to be rather large and am not sure how well they will run in a shared hosting environment. I was wondering if anyone knew of frameworks that work well in shared hosting? I'm looking for something with MVC and ORM features and anything else extra would just be a bonus.

like image 909
Jared Avatar asked Oct 17 '08 22:10

Jared


2 Answers

ElisLabs codeigniter(http://codeigniter.com/) should fit the bill like a glove.

This is my framework of choice when i do php projects.

like image 160
Mayowa Avatar answered Oct 04 '22 11:10

Mayowa


Although I personally love CakePHP, and I've done many projects for clients running on shared hosts and it runs just fine, if a light footprint is really important for you, CodeIgniter would be my choice.

like image 38
Paolo Bergantino Avatar answered Oct 04 '22 10:10

Paolo Bergantino