jketelaar/bitbucket 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-23