Create and publish a PHP composer package

As you might know, packages or libraries came to make developers life’s easier where the package is a piece of reusable code that can be dropped into any application and be used without any tinkering to add functionality to that…

Why you should use Psalm for PHP

What is Psalm: Psalm is a type-checking static analysis tool for PHP that finds bugs humans can miss and improves code quality. It is designed to be useful on both large legacy codebases and small modern ones. It can help…