This project has been created to handle webhooks.
This is an internal project.
You can install site-webhooks using Composer.
composer create-project --prefer-dist pittica/site-webhooks
Create and edit a config/app.php file.
<?php
return [
'token' => '',
'keys' => [
'GitHub' => [
'username' => '',
'token' => ''
]
]
];
© 2021 Pittica S.r.l.