Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pittica/site-webhooks
Handle webhooks.
https://github.com/pittica/site-webhooks
pittica
Last synced: 28 days ago
JSON representation
Handle webhooks.
- Host: GitHub
- URL: https://github.com/pittica/site-webhooks
- Owner: pittica
- License: mit
- Created: 2021-08-03T19:05:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T07:03:18.000Z (almost 3 years ago)
- Last Synced: 2024-04-20T06:01:38.400Z (9 months ago)
- Topics: pittica
- Language: PHP
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Site Webhooks
[![LICENSE](https://img.shields.io/github/license/pittica/site-webhooks.svg)](LICENSE)
[![packagist](https://img.shields.io/badge/packagist-pittica%2Fsite--webhooks-brightgreen.svg)](https://packagist.org/packages/pittica/site-webhooks)
![PHP from Packagist](https://img.shields.io/packagist/php-v/pittica/site-webhooks)This project has been created to handle webhooks.
This is an internal project.
## Installation
You can install _site-webhooks_ using [Composer](https://getcomposer.org).
``` bash
composer create-project --prefer-dist pittica/site-webhooks
```## Configuration
Create and edit a **config/app.php** file.
### Example
``` php
'',
'keys' => [
'GitHub' => [
'username' => '',
'token' => ''
]
]
];
```## Copyright
© 2021 [Pittica S.r.l.](https://pittica.com)