PHP developer point of view of “The State of Developer Ecosystem 2019”

Valerio Barbera

The State of Developer Ecosystem 2019 is a report released from Jetbrains to investigate the habits of software developers across most known technologies.

I carefully read the report from my personally point of view as PHP developer. The report, as many others every year, show us just some statistics, it’s not the source of truth.

I firmly believe that PHP 7 opened the doors for PHP to drive more adoption in enterprise environments. Only one thing is missing: “Ecosystem”.

That’s why Laravel is experimenting a huge adoption in PHP world. Its ecosystem give the right foundation to build business critical application knowing that you will have available the right tools to grow, keeping your business safe.

Adoption

PHP is used regularly from 30% of developers. I think it’s really really good. Bbuilding a career around PHP could be a really good idea, and it can be quite profitable since PHP is so wide spread.

Developer Tools

Some indexes suggest to me that PHP developers do not automate their work too much compared to developers of other technologies

34% of us use pure PHP than a template engine like Twig, Blade, etc. Not so good, this means a lot of time lost in technical complications.

Most PHP developers don’t use anything for profiling or measuring performance. The report says.

Many of us deliver new code changes almost every day. If we’re waiting for users to report errors or bottlenecks, we’re effectively outsourcing bug discovery to users. Users don’t reports bugs, they eventually just stop using your app.

That’s why applications that are critical for the health of your business simply can’t be monitored manually. Manual monitoring process used by most developers today is costly, time-consuming, and leaves a huge margin for error.

The best IDE is PHPStorm. I’m one of millions of happy PHPstorm’s customers and I really believe that Jetbrains deserve this result.

Good PHP 7 usage

A lot of developers have migrated from PHP 5.x versions to the newer 7.x ones. In a year, the share of PHP 5 has plummeted from 29% to only 14%.

As I say above PHP-7 provide the right foundation to support PHP adoption in more enterprise environments.

Conclusion

Thanks to PHP-7, Laravel, Jetbrain itself, PHP developers can rethink to their business as “enterprise ready” but they need to understand that it’s not a technology problem. It’s more about mindset.

Application monitoring

If you found this post interesting and want to drastically change your developers’ life for the better, you can give Inspector a try.

Inspector is an easy to use Code Execution Monitoring tool that helps developers to identify bugs and bottlenecks in their application automatically. Before customers do.

screenshot inspector code monitoring timeline

It is completely code-driven. You won’t have to install anything at the server level or make complex configurations in your cloud infrastructure.

It works with a lightweight software library that you can install in your application like any other dependency. Check out the supported technologies in the GitHub organization.

Create an account, or visit the website for more information: https://inspector.dev

Related Posts

Mixing LLM Providers Inside a Neuron AI Agent

When I started the v3 of Neuron AI, the first big decision I had to make was not about agents or tools, but about messages. Each LLM provider has its own way of describing a conversation: OpenAI uses one shape, Anthropic another, Gemini and Ollama add their own variations on top. I could have written

Neuron AI Started From Fear – The True Story

In late 2024 the parts of the internet I follow filled up with posts about AI agents. YouTube tutorials. Reddit threads. Blog after blog. Conference recordings. And underneath all of it, one technical stack: Python. LangChain. LangGraph. The vocabulary of an entire field was being written in a language I had never used. In my

Your AI Agent Has Too Many Tools — Here’s the Fix

When I started building agents in PHP, the tool list felt like a feature to celebrate. Connect an email toolkit, a calendar, a CRM, a couple of MCP servers, and suddenly your agent can do almost anything. The problem is that “almost anything” comes with a cost that doesn’t show up until you put the