Download the PHP package gevman/git-hook without Composer
On this page you can find all versions of the php package gevman/git-hook. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gevman/git-hook
More information about gevman/git-hook
Files in gevman/git-hook
Download gevman/git-hook
More information about gevman/git-hook
Files in gevman/git-hook
Vendor gevman
Package git-hook
Short Description Git Hook - A php library for handle GitHub and BitBucket webHook events
License
Package git-hook
Short Description Git Hook - A php library for handle GitHub and BitBucket webHook events
License
Please rate this library. Is it a good library?
Informations about the package git-hook
Git Hook
works with GitHub and BitBucket webHooks
Installation (using composer)
GitHub Events (for more info take a look at Official GitHub Documentation)
onCommitComment
- Commit or diff commented on.onCreate
- Branch or tag created.onDelete
- Branch or tag deleted.onDeployment
- Repository deployed.onDeploymentStatus
- Deployment status updated from the API.onFork
- Repository forked.onGollum
- Wiki page updated.onIssueComment
- Issue comment created, edited, or deleted.onIssues
- Issue opened, edited, closed, reopened, assigned, unassigned, labeled, unlabeled, milestoned, or demilestoned.onLabel
- Label created or deleted.onMember
- Collaborator added to a repository.onMilestone
- Milestone created, closed, opened, edited, or deleted.onPageBuild
- Pages site built.onPrivateToPublic
- Repository changes from private to public.onPullRequest
- Pull request opened, closed, reopened, edited, assigned, unassigned, labeled, unlabeled, or synchronized.onPullRequestReview
- Pull request review submitted.onPullRequestReviewComment
- Pull request diff comment created, edited, or deleted.onPush
- Git push to a repository.onRelease
- Release published in a repository.onStatus
- Commit status updated from the API.onTeamAdd
- Team added or modified on a repository.onWatch
- User stars a repository.
Examples
Example #1
automatically git pull
on your server after every push
Example #2
notify your team in Slack about Pull request
(I suggest use gevman/slack-bot ☺)
BitBucket Events (for more info take a look at Official BitBucket Documentation)
onPush
- A user pushes 1 or more commits to a repository.onFork
- A user forks a repository.onUpdated
- A user updates the Name, Description, Website, or Language fields under the Repository details page of the repository settings.onCommitCommentCreated
- A user comments on a commit in a repository.onBuildStatusCreated
- A build system, CI tool, or another vendor recognizes that a user recently pushed a commit and updates the commit with its status.onBuildStatusUpdated
- A build system, CI tool, or another vendor recognizes that a commit has a new status and updates the commit with its status.onIssueCreated
- A user creates an issue for a repository.onIssueUpdated
- A user updated an issue for a repository.onIssueCommentCreated
- A user comments on an issue associated with a repository.onPullRequestCreated
- A user creates a pull request for a repository.onPullRequestUpdated
- A user updates a pull request for a repository.onPullRequestApproved
- A user approves a pull request for a repository.onPullRequestApprovalRemoved
- A user removes an approval from a pull request for a repository.onPullRequestMerged
- A user merges a pull request for a repository.onPullRequestDeclined
- A user declines a pull request for a repository.onPullRequestCommentCreated
- A user comments on a pull request.onPullRequestCommentUpdated
- A user updates a comment on a pull request.onPullRequestCommentDeleted
- A user deletes a comment on a pull request.
Examples
Example #1
automatically git pull
on your server after every push
Example #2
notify your team in Slack about Pull request
(I suggest use gevman/slack-bot ☺)
All versions of git-hook with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package gevman/git-hook contains the following files
Loading the files please wait ....