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.

June 13, 2017 20 Yehor Rykhnov ConsoleLinuxUbuntuInstallComposer

Installing Composer on Windows

Short description Composer. And the installation instructions for Composer on Windows.

June 13, 2017 29 Yehor Rykhnov WindowsPHPComposerСonsole

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 ...

June 13, 2017 26 Yehor Rykhnov Yii FrameworkComposer

Auto-load files using the namespace through the loader composer

A brief instruction about uploading files using composer.

March 15, 2017 14 Yehor Rykhnov PHPComposer