rebel-l / git-webhook-proxy-lib
This is the library for the git webhook proxy. This library is designed for a simple connection to connect to APIs of other providers like packagist or jenkins
Requires
- php: >=5.6.0
- aza/thread: 1.1.*
- guzzlehttp/guzzle: 6.0.*
- symfony/validator: 2.7.*
Requires (Dev)
- phpunit/phpunit: 4.7.*
- rebel-l/sisa: dev-1.3.x-dev
This package is auto-updated.
Last update: 2024-10-28 06:40:26 UTC
README
This project is designed to have an easy setup for api calls to different providers such as Packagist or your continous integration server like Jenkins.
This project (or let's say library) is used in the proxy GitWebhookProxy itself based on the lumen framework.
Requirements
This project uses composer so the actual requirements you'll find in the composer.json file.
Documentation
I'll try to keep my documentation updated, but I don't like to maintain them twice. So in the proxy there is an UML diagram for both projects (lib and proxy). So please have a look into the UML of the proxy itself.
To have a deeper look into the GitWebhookProxyLib please refer to the Wiki Pages.