jketelaar/bitbucket
最新稳定版本:1.0
Composer 安装命令:
composer require jketelaar/bitbucket
包简介
Bitbucket is a Bitbucket bridge for Laravel 5 based on the Github bridge from GrahamCampbell
关键字:
README 文档
README
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.
Installation
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'
统计信息
- 总下载量: 61
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-23