You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
@bonndan git-webhooks is a standalone library, not tight to symfony, except that it currently uses a few symfony components and only works with a symfony request object (but there is already an open issue to change this to a psr-7 compliant object, #1).
A README update is definitely in order 😄 - but to give a short explanation here:
git-webhooks normalizes webhooks of different git collaboration platforms, currently only supporting github and gitlab (bitbucket support planned #2).
So, e.g. having a push event from github and gitlab will give you an identical Event value object.
As far as I understand this library is to receive webhooks? Is Symfony a requirement or can it be used in any php project?
The text was updated successfully, but these errors were encountered: