vote up 3 vote down star
2

Is PHP suitable for Enterprise Application Development ?

flag

3 Answers

vote up 4 vote down check

Absolutely. Check out some of the major sites using PHP, including:

  • Wikipedia
  • Yahoo
  • Facebook
  • Photobucket
  • Digg
  • Flickr

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

http://www.interaktonline.com/Support/Articles/Details/PHP+Enterprise+Research+-+The+Results-PHP+Market+Overview.html?id%5Fart=11&id%5Fasc=130

link|flag
Also, YouTube began life as PHP. But I think it's now in Python. – alex Oct 29 at 1:37
vote up 3 vote down

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.

link|flag
1  
Don't forget Wikipedia. – alex Oct 29 at 1:21
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.