© 2023 Hashnode
#php8
Introduction A composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. The composer is not…
Introduction Hi folks, welcome. We are going to talk about whether I should learn PHP in 2023. Most of you are considering Node-JS Angular and Other Latest Frameworks and libraries. Let's see about th…
Introduction This article covers some tools that can help you as a PHP developer. If you are using var_dump() and print_r() every time you try to debug your code, this article will help you save a lot…
PHP is a popular programming language used to create dynamic websites and web applications. In this article, we’ll guide you through the process of installing PHP 8 on a Mac using Homebrew, a popular …
Inspired by Javascript's arrow function, I guess? es6-in-depth-arrow-functions The short closures called arrow functions are one of the long-due functionalities that PHP 7.4 will bring. It is proposed…
Recap The Previous blog said that a Class is the blueprint of a class and an object is an instance of class from that blueprint you can build houses. Object data type Php has a generic class implement…
Let's use match expression with PHP 8.0 💪 Lets' see when to use it and why it can have advantages over the old good switch statement.match will indeed make your code cleaner, less verbose, and easier…
Eu trabalho com programação PHP há pelo menos 13 anos, já usei o PHP puro, frameworks como CodeIgniter, Symfony, Laravel, Laminas/Zend, CakePHP, Yii, já fiz um framework próprio, o Fox, já usei e crie…
If you are facing any issues with installing php-gd library on your system then you are at the right place to find the solution. Just follow me for the steps to install gd library. It is not as easy as installing other extensions of php bec…
PHP 8.2 was officially released today (December 8th, 2022), and that means it is time to upgrade! You don't have to wait till a new version of PHP is officially released. You can find prerelease versi…