sahi_logoArtboard 1@2x

CLI commands using PHP

It is helpful sometimes to write your own CLI commands to automate some tasks. You can write CLI commands using PHP and call them anywhere from the command line. To get started create a folder where you will place your executable PHP file and add the ...

Software testing. Programmer cartoon character with magnifier looking for defects in programme, application. Software bugs, errors, risks. Vector isolated concept metaphor illustration

PHP debugging with KINT

What is Kint. PHP Kint is a debugging and diagnostic tool for PHP developers. It provides a simple and easy-to-use way to display and analyze PHP variables and objects in a readable and hierarchical format. Kint can help you quickly identify bugs ...