szonov/laravel-redmine
Composer 安装命令:
composer require szonov/laravel-redmine
包简介
Laravel wrapper for the Redmine API
README 文档
README
Laravel wrapper for the Redmine API. https://github.com/kbsali/php-redmine-api
Installation
- install package
composer require szonov/laravel-redmine
- publish config file
php artisan vendor:publish --provider "SZonov\Redmine\RedmineServiceProvider"
- update config stored in
config/redmine.php.
Usage
- using facades
use SZonov\Redmine\Facades\Redmine; dump(Redmine::user()->all()); dump(Redmine::host('other')->user()->all());
- using app helper
dump(app('redmine')->user()->all()); dump(app('redmine')->host('other')->user()->all());
统计信息
- 总下载量: 343
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-25