Operations | Monitoring | ITSM | DevOps | Cloud

The ultimate logging series: Using the PHP system logger

Logging is essential to application development. Logs provide exhaustive, robust information that is useful for tracking all the changes made to an application's code. PHP logs help you track the performance of the method calls within your application, the occurrence of a particular event, and the errors in your application. With proper PHP logging techniques, you can track and optimize an application's performance.

Composer Updates with Source Operations

An application on Platform.sh can define a number of operations that can be applied to its source code. Source Operations can be fully automated, which can be useful when projects need scheduled updates applied to their applications. These commands, once defined, can replace the need to push updates from a local repository by running composer update automatically.

Best PHP Monitoring Tools on the Market

As of April 2022, more than 75% of the internet comprises websites made using PHP (source). That is to say, three out of four websites on the internet have been developed using PHP! That is huge! With that many PHP web applications on the web, there need to be systems that can automatedly keep track of how they respond to the hundreds of thousands of clients connecting worldwide.

Building a Laravel API for CircleCI webhooks

Software applications consist of interconnected systems - each providing a specialized service towards the common goal of meeting a business need. As with any network, an efficient data exchange mechanism is key to its functionality, effectiveness, and responsiveness. In the past, data exchange was performed using polling requests. At regular intervals, a system would make a request to get the latest information or find out if there is an update to deal with.

PHP 8.1 lays new ground on Upsun

Every year, the PHP foundation releases a new version of PHP that includes updated features for users. These new releases offer a sweet way to kick off every holiday season for developers and application makers (like me). Just days after its official release, we made PHP 8.1 available for all projects on our Grid plans. Now, you can take advantage of the long-awaited PHP 8.1 features on Upsun.

Deploy Friday: E78 Highlights from the international PHP conference

This year's PHP Conference Munich is wrapping up, and we'll be taking a look at the state of PHP, as well as the synopsis of a few of the top sessions, including the keynote, "Coding against climate change – Sustainable software engineering". Speakers Carsten Windler and Stefan Priebsch join me to give a report from the ground, and to discuss the following topics.

Fold Your Repos Into PHP Composer v2 with Artifactory

If you’re among the nearly one in four professional developers using PHP (according to StackOverflow’s 2021 survey), then the maintainers of Composer would really like you to migrate from v1 of the PHP package manager to v2. On October 24 2020, Composer 2.0.0 was released with some major improvements.Since almost eight out of every ten websites on the internet use PHP in some way, that’s a change with big impact.