Skip to content

szonov/laravel-redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Redmine

Laravel wrapper for the Redmine API. https://github.com/kbsali/php-redmine-api

Installation

  1. install package

composer require szonov/laravel-redmine

  1. publish config file

php artisan vendor:publish --provider "SZonov\Redmine\RedmineServiceProvider"

  1. update config stored in config/redmine.php.

Usage

  1. using facades
use SZonov\Redmine\Facades\Redmine; dump(Redmine::user()->all()); dump(Redmine::host('other')->user()->all());
  1. using app helper
dump(app('redmine')->user()->all()); dump(app('redmine')->host('other')->user()->all());

About

Laravel wrapper for the Redmine API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages