In this article, we learn how to install and configure PHP composer on Rocky Linux 8 for PHP development.
Table of contents.Introduction.Installing PHP.Installing PHP Composer.Global installation.Uninstallation.Summary.Introduction.
PHP composer is an open-source application-level package manager for managing application dependencies and libraries used during PHP development.
When using PHP composer, all we do is declare the libraries a project needs, and it installs and keeps updated.
...
Published on May 07, 2022 12:54