Thanks to visit codestin.com
Credit goes to github.com

Skip to content

norberttech/composer-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Composer as a service SensioLabsInsight

What is it ?

Originally the idea came from @pgodel

twitter-pgodel

Having some issue with little instances or slow connection, I decided to make the tool as a side-project.

Requirements

rabbitmq-server
pusher.com account (free plan for few connections)

Installation

composer create-project pborreli/composer-service -sdev
cd composer-service
php -S localhost:9090 -t web &
rabbitmq-server &
php app/console sonata:notification:start

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

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

Scrutinizer Quality Score Code Coverage SensioLabsInsight Build Status

Contributing

If you wish to contribute to this website, please fork it on GitHub, push your change to a named branch, then send me a pull request.

Contributors

@pborreli
@ubermuda
@cordoval
@youbs

About

Composer as a service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 51.7%
  • CSS 25.8%
  • JavaScript 22.5%