This version of the bundle requires Symfony 2.8+.
composer require chaplean/redmine-client-bundle
Add
new Chaplean\Bundle\RedmineClientBundle\ChapleanRedmineClientBundle(),
imports:
- { resource: '@ChapleanRedmineClientBundle/Resources/config/config.yml' }
chaplean_redmine_client.url: 'your redmine url'
chaplean_redmine_client.access_token: 'your access token'
#Available functions:
-
Projects
- getProjects()
- getProject()
- putProjects()
- deleteProjects()
-
Users
- getUsers()
- getUser()
- postUsers()
- putUsers()
- deleteUsers()
-
Issues
- getIssues()
- getIssue()
- postIssues()
- putIssues()
- deleteIssues()
-
Times
- getTimes()
- getTime()
- postTimes()
- putTimes()
- deleteTimes()