Which PHP frameworks are used by corporations?

前端 未结 10 1552
迷失自我
迷失自我 2021-02-10 07:33

There are several questions about PHP frameworks, but I\'m curious as to which one(s) are used in the commercial world when developing web applications with PHP. At my first web

10条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-10 08:22

    According to a PHP Framework Popularity at Work survey by Sitepoint in 2015 (7554 survey participants) the five most used frameworks are

    1. Laravel (22%)
    2. Symfony2 (14%)
    3. Nette (9%)
    4. CodeIgniter (8%)
    5. Yii 2 (7%)

    Furthermore survey results indicate, that

    • 5% use a company internal framework,
    • 3% use no framework at all,
    • 3% use a CMS for everything,
    • 1% use a simple MVC framework.

    There seem to be continent specific framework preferences: In America and Asia, Laravel seems to be the framework of choice (except for Russia: Yii 2), whereas in Europe you'll find more Symfony2.

    (Be aware that this is just referenced from one source -- see links above.)

提交回复
热议问题