PHPackages                             limetecbiotechnologies/redmineapibundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. limetecbiotechnologies/redmineapibundle

ActiveSymfony-bundle[API Development](/categories/api)

limetecbiotechnologies/redmineapibundle
=======================================

Symfony Bundle to include the redmine api.

v1.0.0(9y ago)01.5k2[1 PRs](https://github.com/LimetecBiotechnologies/RedmineApiBundle/pulls)MITPHPPHP &gt;=5.4.0

Since Jun 8Pushed 4y ago2 watchersCompare

[ Source](https://github.com/LimetecBiotechnologies/RedmineApiBundle)[ Packagist](https://packagist.org/packages/limetecbiotechnologies/redmineapibundle)[ RSS](/packages/limetecbiotechnologies-redmineapibundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

RedmineApiBundle
================

[](#redmineapibundle)

[![Build Status](https://camo.githubusercontent.com/2e620edd531fb05bf860921f90e9074bd14169e9bb00eded5eab9a3dcc8826ef/68747470733a2f2f7472617669732d63692e6f72672f4c696d6574656342696f746563686e6f6c6f676965732f5265646d696e6541706942756e646c652e737667)](https://travis-ci.org/LimetecBiotechnologies/RedmineApiBundle)

This bundle integrate the [Redmine API Wrapper](https://github.com/kbsali/php-redmine-api) into your Symfony Project

\##Step1: Install RedmineApiBundle

The preffered way to install this bundle is to rely on composer.

```
{
    "require": {
        // ...
        "limetecbiotechnologies/redmineapibundle": "~1.0"
    }
}
```

\##Step2: Enable the bundle

Finally, enable the bundle in the kernel:

```
