Package Data | |
---|---|
Maintainer Username: | JKetelaar |
Maintainer Contact: | jeroen@ketelaar.me (JKetelaar) |
Package Create Date: | 2015-09-23 |
Package Last Update: | 2016-06-10 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-26 15:17:08 |
Package Statistics | |
---|---|
Total Downloads: | 61 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 8 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel Bitbucket was created by, and is maintained by JKetelaar, and is a PHP Bitbucket API bridge for Laravel 5. It utilises Graham its Laravel Manager package.
PHP 5.5+ and Composer are required.
To get the latest version of Laravel Bitbucket, simply run
composer require "jketelaar/bitbucket"
You'll then need to run composer install
or composer update
to download it and have the autoloader updated.
Once Laravel Bitbucket is installed, you need to register the service provider. Open up config/app.php
and add the following to the providers
key.
'JKetelaar\Bitbucket\BitbucketServiceProvider'
You can register the Bitbucket facade in the aliases
key of your config/app.php
file if you like.
'Bitbucket' => 'JKetelaar\Bitbucket\Facades\Bitbucket'