Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mglaman/conductor

A Composer user interface built using Electron.
https://github.com/mglaman/conductor

composer electron gui php

Last synced: 7 days ago
JSON representation

A Composer user interface built using Electron.

Lists

README

        

# ![Conductor](build/icons/24x24.png) Conductor [![Build Status](https://travis-ci.org/mglaman/conductor.svg?branch=master)](https://travis-ci.org/mglaman/conductor) [![Build status](https://ci.appveyor.com/api/projects/status/anprg1634xsqm7g3?svg=true)](https://ci.appveyor.com/project/mglaman/conductor) [![Gratipay Team](https://img.shields.io/gratipay/team/conductor.svg)](https://gratipay.com/Conductor/)

A user interface for Composer, the dependency management tool for PHP.

![Project page](docs/images/project-page.png)

Conductor provides a user interface for creating and managing PHP applications using Composer.

## To Use

### Documentation

Documentation can be found at https://mglaman.github.io/conductor/

### Releases

Compiled builds are available in the list of [releases](https://github.com/mglaman/conductor/releases/latest).

### Developers

To use and preview, follow these instructions while still in early development.

To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
git clone https://github.com/mglaman/conductor.git
# Go into the repository
cd conductor
# Install dependencies and run the app
npm install && npm start
```

## Icon license

![Conductor](build/icons/128x128.png)

Conductor: [Created with Baton by Luis Prado from the Noun Project](https://thenounproject.com/term/baton/248063). This icon is licensed as Creative Commons – Attribution (CC BY 3.0)

#### License [MIT](LICENSE.md)