Skip to content

amaxlab/git-web-hook-composer-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git web hook composer install

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