PHP script to add a specific webhook to all bitbucket account repositories at once. Can be used with a cron job to keep them up-to-date.
- Download and unzip this package.
- Open
bitbucket_bulk_add_webhook.php
in your favorite text editor, setup the CONFIG class on the top of the file. - Run the file o through command line or upload this package to your webserver and execute it via url.
No. All the files are already in this package. If you want, you can use composer to update the dependencies, but it's not necessary.
PHP >= 5.3 with cURL extension.
The MIT License (MIT)