This package browser is in early development. Mind the rough edges.

emacs-composer

Emacs interface for managing PHP dependencies with Composer

This package provides an Emacs interface for working with PHP dependencies managed by Composer. It allows users to run Composer commands directly from Emacs, including installing and updating packages, and managing Composer configurations. The package aims to streamline the development workflow for PHP projects within Emacs.

Installation

Install the latest version of emacs-composer as follows:

guix install emacs-composer

Or install a particular version:

guix install emacs-composer@0.2.0-0.791a710

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of emacs-composer about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-composer'><img src='https://packages.guix.gnu.org/packages/emacs-composer/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-composer/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-composer)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-composer][https://packages.guix.gnu.org/packages/emacs-composer/badges/latest-version.svg]]