hendeavors / BitBucketWebHook by tbitowner

A simple bitbucket webhook for Laravel apps
103
0
1
Package Data
Maintainer Username: tbitowner
Maintainer Contact: adam@healthendeavors.com (adam)
Package Create Date: 2016-08-25
Package Last Update: 2019-07-09
Language: PHP
License: Unknown
Last Refreshed: 2024-04-23 03:14:55
Package Statistics
Total Downloads: 103
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 1
Total Open Issues: 0

A small bitbucket webhook package with minimal setup for Laravel 4.2

Publish configuration:

php artisan config:publish endeavors/bit-bucket-web-hook

Add to providers array in app/config/app/php:

'Endeavors\BitBucketWebHook\BitBucketWebHookServiceProvider'

create a secret key

php artisan bitbucketwebhook:generate.key

Add the new secret key in your config.php to the end of the url. So if your url is: /my/url and your key is:1234 the end result will be /my/url/1234

Known issue: The command to generate a key publishes to the package directory. You will need to generate first, then publish.