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

Struggling with RAG in PHP? Discover Neuron AI components

Implementing Retrieval-Augmented Generation (RAG) is often the first “wall” PHP developers hit when moving beyond simple chat scripts. While the concept of “giving an LLM access to your own data” is straightforward, the tasks required to make it work reliably in a PHP environment can be frustrating. You have to manage document parsing, vector embeddings,

Enabling Zero-UI Observability

It is getting harder to filter through the noise in our industry right now. New AI tools drop every day, and navigating the hype cycle can be exhausting. But the reality is that our day-to-day job as developers is changing. Most of us have already integrated AI agents (like Claude, Cursor, or Copilot) into our

Neuron AI Laravel SDK

For a long time, the conversation around “agentic AI” seemed to happen in a language that wasn’t ours. If you wanted to build autonomous agents, the industry nudge was often to step away from the PHP ecosystem and move toward Python. But for those of us who have built our careers, companies, and products on