pittica/site-webhooks

Handle webhooks.

1.0.1 2021-08-03 20:14 UTC

This package is auto-updated.

Last update: 2024-05-07 11:34:29 UTC


README

LICENSE packagist PHP from Packagist

This project has been created to handle webhooks.

This is an internal project.

Installation

You can install site-webhooks using Composer.

composer create-project --prefer-dist pittica/site-webhooks

Configuration

Create and edit a config/app.php file.

Example

<?php

return [
    'token' => '',
    'keys' => [
        'GitHub' => [
			'username' => '',
			'token' => ''
		]
    ]
];

Copyright

© 2021 Pittica S.r.l.