amaxlab / git-web-hook-composer-install
Installer git-web-hook for composer project
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- amaxlab/git-web-hook: ~1.0
- monolog/monolog: ~1.13
This package is not auto-updated.
Last update: 2024-11-09 18:06:26 UTC
README
Installer git-web-hook for composer project
Require
- amaxlab/git-web-hook >= ~0.1.x-dev
- monolog/monolog >= ~1.13
Install
-
Create project
$ composer create-project amaxlab/git-web-hook-composer-install ./git-web-hook --prefer-dist --stability="dev"
-
Create configuration Use config/config.yml.dist as example to create you own configuration file. More in library documentation
-
Add hook in project settings on github or gitlab
http://yourhost/hook.php?mySecurityCode=GjnfkrjdsqKfvgjcjc
It is really important to use security codes which can be defined in config.yml
License
This library is under the MIT license. See the complete license in here