DEV Community

Discussion on: Why developers hate PHP

Collapse
 
bglamadrid profile image
Benjamin La Madrid

PHP may not be as efficient or easy to follow when building big projects, but it's great for prototyping or deploying small ideas fast.
I wrote a RESTful payment microservice for my eCommerce project in under 100 lines using PHP, and thus it's super easy to maintain.
Its CLI also serves well to run a test webserver without any hassle.