About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:recommended_tools:composer

This is an old revision of the document!


Composer

Composer is a popular solution for managing PHP dependencies – it automates the installation and integration of third-party libraries into VuFind.

Usage

Early in 2016, the VuFind team stopped committing third-party dependencies into the project's Git repo, instead relying on Composer to download the files.

When you first check out a new copy of VuFind, or any time that pulling changes results in modifications to the composer.json file, you should run:

  composer install

Working with Composer

For more details on how Composer works and what else you can do with it, see its online documentation.

development/recommended_tools/composer.1452188126.txt.gz · Last modified: 2016/01/07 17:35 by demiankatz