Is PHP suitable for Enterprise Application Development ?
|
|
Absolutely. Check out some of the major sites using PHP, including:
Some other resources for you: http://phplens.com/phpeverywhere/node/view/15 http://stackoverflow.com/questions/130869/can-php-handle-enterprise-level-sites-as-well-as-java |
|||
|
|
|
Well, Facebook uses it and you can't get much more enterprise than that. In a corporate environment, however, you should always go with whatever is the most maintainable. If your company has a standard, use that. You can write good code in PHP and you can write bad code in any language. Use what you think will provide the most bang for the buck. (For me, that is C#) Now, Jeff Atwood (creator of StackOverflow) praises ASP.NET MVC for its compiled performance, but a similar speed can be achieved with compiled PHP. |
||||
|
|
|
Yes, PHP is very well suited for application development at the enterprise level. Facebook is one good example, but many people forget about Wordpress.com, Wikipedia and others when considering this question. Don't consider them to be enterprise grade sites? Check out their traffic. Its all in how you use it. Using PHC or Roadsend (and the absence of MVC framework), I've gotten a lot of speed out of PHP while still keeping the code well organized and easy to maintain. |
|||
|
|
