amaxlab/git-web-hook-composer-install

Installer git-web-hook for composer project

v0.1-beta 2015-06-18 08:33 UTC

This package is not auto-updated.

Last update: 2024-05-11 15:36:43 UTC


README

Installer git-web-hook for composer project

Require

  • amaxlab/git-web-hook >= ~0.1.x-dev
  • monolog/monolog >= ~1.13

Install

  1. Create project

    $ composer create-project amaxlab/git-web-hook-composer-install ./git-web-hook --prefer-dist --stability="dev"
  2. Create configuration Use config/config.yml.dist as example to create you own configuration file. More in library documentation

  3. 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