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

aws sqs in a large scale laravel application inspector

AWS SQS in a large scale application

In today’s article, I’m going to show you how we use AWS SQS in our Laravel application, and how it helps us to manage 1.6 billion operations each month. In the image below you can see our typical bill for a month of AWS SQS usage: Before entering in the details of our system design

How to implement a reusable tooltip directive in Vuejs 3

Custom Tooltip Directive in Vuejs 3: Tutorial

Custom directives in Vuejs 3 are one of those things where there is no compatibility with the previous version of the framework.  Working on the new version of the Inspector frontend dashboard I had the need to show tooltips in many different points of the application. The goal was immediately to avoid duplicate code. Before

Why and how to create an Event Bus in Vuejs 3

Have you ever used an event bus in Vue 2 and don’t know how to recreate it in Vue 3? Since I’m working on the 2.0 version of my product’s UI (to be released in May) I’m publishing some technical tricks I learn migrating my application from Vuejs 2 to Vuejs 3. The current version