Tag: Composer

Composer is a dependency manager for PHP that simplifies the process of installing, updating, and managing libraries and packages required by PHP applications.

  • PHP: get version details from composer.json

    PHP: get version details from composer.json

    Written by

    in

    Composer is a tool for dependency management in PHP. It allows PHP developers to easily manage and install the libraries and packages their projects depend on. Composer simplifies the process of including external libraries into PHP projects and helps manage versioning and dependencies. The packages that are required for your project are located in a…

    Read more

  • Composer global verwenden

    Written by

    in

    In der Dokumentation zu Composer wird erläutert, wie man global auf composer.phar zugreifen kann, ohne permanent php composer.phar ins Terminal eingeben zu müssen: […] You can place the Composer PHAR anywhere you wish. If you put it in a directory that is part of your PATH, you can access it globally. On unix systems you…

    Read more