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: 3 months ago
JSON representation
A Composer user interface built using Electron.
- Host: GitHub
- URL: https://github.com/mglaman/conductor
- Owner: mglaman
- License: mit
- Created: 2016-10-22T01:48:33.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T01:23:47.000Z (about 2 years ago)
- Last Synced: 2024-04-14T19:04:36.698Z (9 months ago)
- Topics: composer, electron, gui, php
- Language: JavaScript
- Size: 4.76 MB
- Stars: 143
- Watchers: 18
- Forks: 12
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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)