alephit / bitbucket-webhook-package
Bitbucket webhook package.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 201
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/alephit/bitbucket-webhook-package
Requires
- php: ^7.4|^8.0
- illuminate/console: ^v8.16.1
- illuminate/support: ^v8.16.1
Requires (Dev)
- malukenho/mcbumpface: ^1.1.5
- phpunit/phpunit: ^9.4.3
This package is auto-updated.
Last update: 2025-07-27 15:32:11 UTC
README
#BitBucket Webhook Deployment for Laravel Projects
Installation
composer require alephit/bitbucket-webhook-package
Usage
Every laravel project using this package has the following route included:
<project domain>/build
This will automatically updates the branch of the deployed application and runs the database migration.