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

1.0.0 2015-08-16 15:52 UTC

This package is auto-updated.

Last update: 2024-04-28 05:43:18 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.