https://github.com/mglaman/conductor
A Composer user interface built using Electron.
https://github.com/mglaman/conductor
composer electron gui php
Last synced: 4 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T01:23:47.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T19:04:36.698Z (over 1 year 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 [](https://travis-ci.org/mglaman/conductor) [](https://ci.appveyor.com/project/mglaman/conductor) [](https://gratipay.com/Conductor/)
A user interface for Composer, the dependency management tool for PHP.

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: [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)