pittica / site-webhooks
Handle webhooks.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.1
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^6.5.2
README
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.