Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pborreli/composer-service
Composer as a service
https://github.com/pborreli/composer-service
composer php symfony symfony-application
Last synced: 3 months ago
JSON representation
Composer as a service
- Host: GitHub
- URL: https://github.com/pborreli/composer-service
- Owner: pborreli
- License: mit
- Created: 2013-12-20T21:52:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T05:23:17.000Z (over 3 years ago)
- Last Synced: 2024-05-03T01:20:24.230Z (6 months ago)
- Topics: composer, php, symfony, symfony-application
- Language: PHP
- Homepage:
- Size: 1.31 MB
- Stars: 175
- Watchers: 9
- Forks: 18
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-composer - Composer-Service - Enables you to run Composer as a service on a remote server. (Tools / Support)
README
# Composer as a service [![SensioLabsInsight](https://insight.sensiolabs.com/projects/20408423-f871-4d67-a87c-8967bedd6ef7/small.png)](https://insight.sensiolabs.com/projects/20408423-f871-4d67-a87c-8967bedd6ef7)
## What is it?
Originally the idea came from @pgodel
>![twitter-pgodel](https://f.cloud.github.com/assets/77759/1818659/a6217488-7018-11e3-8891-4e21f75954a0.png)
Having some issue with little instances or slow connection, I decided to make the tool as a side-project.
## Requirements
rabbitmq-server
[pusher.com](https://app.pusher.com) account (free plan for few connections)## Installation
```bash
composer create-project pborreli/composer-service -sdev
cd composer-service
php -S localhost:9090 -t web &
rabbitmq-server &
php app/console sonata:notification:start
```## Run test suite
You will need phantomjs executable:
```bash
brew update && brew install phantomjs
```## Future
- An API is planned so it could be possible to be called from inside composer itself.
- More tests
- Better code
- Insert your needed feature here## License [![License](https://poser.pugx.org/pborreli/composer-service/license.png)](https://packagist.org/packages/pborreli/composer-service)
It's MIT, you can do whatever you like without need of thank or anything.
I'd be glad if you use it, happy if you enjoy it and very happy if you decide to contribute to make it better.## Quality
[![Code Climate](https://codeclimate.com/github/pborreli/composer-service.png)](https://codeclimate.com/github/pborreli/composer-service)
[![Codacy Quality Score](http://img.shields.io/badge/Codacy-B-green.png)](https://www.codacy.com/public/pborreli/composer-service.git)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/pborreli/composer-service/badges/quality-score.png?s=e24aa692dbefefcc7c9ed77bc1e9c64968a12571)](https://scrutinizer-ci.com/g/pborreli/composer-service/)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/20408423-f871-4d67-a87c-8967bedd6ef7/mini.png)](https://insight.sensiolabs.com/projects/20408423-f871-4d67-a87c-8967bedd6ef7)
[![Build Status](https://travis-ci.org/pborreli/composer-service.svg?branch=master)](https://travis-ci.org/pborreli/composer-service)
[![Dependency Status](https://www.versioneye.com/php/pborreli:composer-service/dev-master/badge.png)](https://www.versioneye.com/php/pborreli:composer-service/dev-master)## Contributing
If you wish to contribute to this website, please [fork it on GitHub](https://github.com/pborreli/composer-service/fork), push your
change to a named branch, then send me a pull request.## Contributors
[@pborreli](https://github.com/pborreli)
[@ubermuda](https://github.com/ubermuda)
[@cordoval](https://github.com/cordoval)
[@youbs](https://github.com/youbs)
[@norzechowicz](https://github.com/norzechowicz)
[@staabm](https://github.com/staabm)
[@aitboudad](https://github.com/aitboudad)