Question

I just went through https://stackoverflow.com/questions/2648/what-php-framework-would-you-choose-for-a-new-application-and-why discussion and read about frameworks.

Till now I've been coding from scratch everytime I developer a new application, Now I want to start with a framework for new project. Things I am looking for in the framework

  1. User Signup Process OAuth module for
  2. List item Twitter (fetching tweets) (important)
  3. OAuth module for Facebook (fetching wall-posts) (important)
  4. MVC Architecture
  5. Paypal module for payments

I dont know if such framework exists, and I am new to frameworks, so I am looking for suggestion for which framework to start with and what all modules/plugins to pick

  • Language: PHP
  • Backend: MySQL
  • Frontend: HTML5/CSS
  • Platform: OSX
Was it helpful?

Solution

You can just a framework for a solid base and the create those things as models. I think most frameworks offer something for authentication don't know about the rest, but as I said, use a framework for base and then build what you want.

OTHER TIPS

I think the most solid php framework "base" you can use is ZEND. Then, as already said, you can easily add features/plugins! :)

The most happening future proof, nimble framework in php at the moment I believe in Lithium checkout it out here

I highly recommend it.

For small projects: http://alloyframework.org/

For medium / experimental: gotta be http://li3.me/

for large projects: Zend - just so flexible. CAVEAT - Zend Form Decorators are an utter horror. Sorry guys...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top