pborreli / composer-service
Composer as a service
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 175
Watchers: 9
Forks: 18
Open Issues: 32
Type:project
Requires
- php: >=5.3.3
- composer/composer: ^1.0
- doctrine/doctrine-bundle: ~1.4
- doctrine/orm: ^2.4.8
- evolution7/bugsnag-bundle: ^2.0
- guzzle/guzzle: ~3.5
- incenteev/composer-parameter-handler: ~2.0
- laupifrpar/pusher-bundle: ~1.2
- liip/monitor-bundle: ^2.2
- nelmio/security-bundle: ~1.4
- php-amqplib/php-amqplib: ~2.5
- sensio/distribution-bundle: ~5.0
- sensio/framework-extra-bundle: ^3.0.2
- sensio/generator-bundle: ~3.0
- sonata-project/notification-bundle: ^2.3
- symfony/assetic-bundle: ~2.7.1
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.8.*
- twig/extensions: ~1.0
Requires (Dev)
- behat/behat: ~2.5
- behat/mink-browserkit-driver: ~1.1
- behat/mink-extension: ~1.2
- behat/mink-goutte-driver: ~1.0
- behat/mink-selenium2-driver: ~1.1
- behat/symfony2-extension: ~1.1
- fabpot/goutte: 1.0.*@dev
- phpspec/phpspec: ^2.4
- dev-master
- 1.2
- 1.1
- 1.0
- 0.1.0
- dev-dependabot/composer/symfony/mime-4.4.27
- dev-dependabot/composer/symfony/http-client-4.4.27
- dev-dependabot/add-v2-config-file
- dev-dependabot/composer/composer/composer-1.10.22
- dev-dependabot/composer/php-amqplib/php-amqplib-3.0.0
- dev-dependabot/composer/nelmio/security-bundle-2.10.3
- dev-dependabot/composer/behat/mink-selenium2-driver-1.4.0
- dev-dependabot/composer/behat/mink-browserkit-driver-1.3.4
- dev-dependabot/composer/symfony/symfony-2.8.52
- dev-dependabot/composer/laupifrpar/pusher-bundle-3.0.0
- dev-dependabot/composer/fabpot/goutte-3.2.3
- dev-dependabot/composer/phpspec/phpspec-3.4.3
This package is auto-updated.
Last update: 2024-10-27 12:17:19 UTC
README
What is it?
Originally the idea came from @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
Run test suite
You will need phantomjs executable:
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
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
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
@norzechowicz
@staabm
@aitboudad