paritybit / deployment-notifier
A simple tool to notify you of deployments
dev-master
2016-05-27 16:11 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- curl/curl: 1.3.0
- fzaninotto/faker: 1.4
- phpunit/phpunit: 4.0.*
- satooshi/php-coveralls: 1.0.1
- swiftmailer/swiftmailer: 5.4.2
- symfony/console: 3.0.*
- symfony/process: 3.0.*
This package is not auto-updated.
Last update: 2024-11-09 19:32:29 UTC
README
A work-in-progress tool to notify services of deployments in your infrastructure.
The initial version only supports emailing stakeholders, pinging codebasehq and slack. This is because of needs with some existing projects.
The aim is to abstract out the methods of determining the changes that have been deployed and the methods of notifying a deployment, so that they can be interchanged with custom integrations. This will need extensive reworking to achieve this aim.
TODO
- Introduce Guzzle or similar for Clients
- Consider splitting things off into their own plug in repositories