Home » PHP
How to setup Xdebug for profiling PHP applications

Xdebug offers a great insight into PHP application performance. It should only be run on a development environment though as it affects the performance of php applications. Profiling allows us to see how long each function takes, how…
Read more »[ZABBIX] SSL expiration monitoring with PHP+Zabbix

Ever wanted to get alerts about SSL expiration’s? Zabbix is a perfect platform for monitoring and alerting. This guide will show how to monitor SSL expirations through Zabbix using a PHP script. First we need to pick a…
Read more »PHP – How to get SSL certificate info from a remote server/port

This guide shows how to retrieve SSL certificate information from a remote service / port using PHP. Photo by tacker This method uses streams and can be used on most ports/services, it is NOT restricted to web SSL’s…
Read more »Web Stack Config Manager [WSCM]

Web Stack Config Manager This script will install Nginx as a package and compile PHP 7.0, 7.1, 7.2 from github tags. This is a work in progress script and should not be used in production. Supported OS’s: -Fresh…
Read more »How to: GoAccess to generate HTML reports

GoAccess is a very powerful Apache/Nginx log analyser. It gives very important information in a digestible form. Installation
Read more »Auto-compile and install Nginx and PHP 7.2 [UBUNTU 17.04][CENTOS 7]

I have written a couple of small scripts which compile, install and configure Nginx and PHP 7.2 RC5 If you would prefer to install these manually I have guides for compiling Nginx and PHP. Please Note: These scripts…
Read more »How to compile PHP 7.2RC6 and configure for Nginx [UBUNTU 17.04]

Install Nginx. Download PHP 7.2 Release Candidate 6 source code from https://downloads.php.net/~pollita/
Read more »