Which is the best php web application framework to create commercial applications?

Discussion in 'PHP' started by mginger, Sep 5, 2010.

  1. #1
    Hi,

    does any one know any good php web application framework which i can use to create my own web application and can sell it?

    Plz advice
     
    mginger, Sep 5, 2010 IP
  2. Wolf Security

    Wolf Security Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What are your requirements ? A framework isn't anything that needs to be used because it sounds cool .. if you don't need it, why bother using one ?
     
    Wolf Security, Sep 5, 2010 IP
  3. mginger

    mginger Peon

    Messages:
    280
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    want to use framework so i can use there existing features like security ,user authentication, signup ,ACL ,there MVC architecture etc.
    so i can just extend there code with writing my new modules
    i dont want to create these myself as there code will be already tested and optimized
    you know what i mean to say
     
    mginger, Sep 5, 2010 IP
  4. Wolf Security

    Wolf Security Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    My vote goes for Zend Framework ( just the matter of preference ).
    PHP Frameworks have a nice list of various frameworks and their capabilities - worth taking a look before going for the most popular one.
     
    Wolf Security, Sep 5, 2010 IP
  5. cPAce

    cPAce Peon

    Messages:
    445
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Zend is probably one of the best out there, as long as you have the php experience to back it up.
     
    cPAce, Sep 5, 2010 IP
  6. Tekime

    Tekime Well-Known Member

    Messages:
    774
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    140
    Digital Goods:
    1
    #6
    Personally use a custom framework I've built over the last 8+ years. Not recommended if time is of the essence. ;)

    I do have a friend who loves CodeIgnitor, but I'm not sure of their licensing requirements.

    Whatever you do choose, make sure to pick one with the right license. BSD-style license is usually what it will be referred to. Many open source scripts/frameworks may have limitations on what you can sell. Also a lot of open source code is sticky, so if you release an app built on a framework with such a license you might be giving everyone else the right to resell/reuse your code!
     
    Tekime, Sep 5, 2010 IP
  7. theausums

    theausums Peon

    Messages:
    321
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    if u have time, then make a custom MVC framework, or else go for codeigniter as its pretty easy to learn ;) the rest like zend, symfony and cakephp are kind of headache for me heh
     
    theausums, Sep 6, 2010 IP
  8. mginger

    mginger Peon

    Messages:
    280
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    well i know lots of php framework out there i just want to know which one i can use in my commercial application that i can sell
     
    mginger, Sep 6, 2010 IP