Skip to content

chaplean/redmine-client-bundle

Repository files navigation

Getting Started With ChapleanRedmineClientBundle

Codeship Status for chaplean/redmine-invoice-client-bundle

Prerequisites

This version of the bundle requires Symfony 2.8+.

Installation

1. Composer

composer require chaplean/redmine-client-bundle

2. AppKernel.php

Add

new Chaplean\Bundle\RedmineClientBundle\ChapleanRedmineClientBundle(),

Configuration

1. config.yml

imports:
    - { resource: '@ChapleanRedmineClientBundle/Resources/config/config.yml' }

2. paramters.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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published