List of posts tagged: Composer
Install composer globally for Linux/Unix/OSX
A simple example of a quick installation of the composer dependency manager for UNIX-like operating systems.
Installing Composer on Windows
Short description Composer. And the installation instructions for Composer on Windows.
Add the composer to the application on Yii
Composer (the dependency manager for PHP) is already pretty tightly integrated into the programmer's daily work, which is understandable, because it simplifies the installation of various extensions for your project.
In Yii2, the composer dependency manager helps not only to add extensions, but also to install the Yii2 Framework itself, but it is often necessary to work with the project (projects) of the earlier version of Yii, namely on Yii1, and it happens that the composer is very lacking, because You can add the required extension or dependency package by running one command.
The article will describe how to add a composer to Yii1 and not just to add the composer, but to make it work. Let's start ...
Auto-load files using the namespace through the loader composer
A brief instruction about uploading files using composer.