PHPackages                             connectholland/tulip-api-bundle - 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. connectholland/tulip-api-bundle

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

connectholland/tulip-api-bundle
===============================

Tulip API integration for Symfony Framework version 3.3, 3.4 and 4.

1.2.3(8y ago)03.3k4[1 issues](https://github.com/ConnectHolland/TulipAPIBundle/issues)MITPHPPHP ^7.0

Since Jan 12Pushed 8y ago10 watchersCompare

[ Source](https://github.com/ConnectHolland/TulipAPIBundle)[ Packagist](https://packagist.org/packages/connectholland/tulip-api-bundle)[ RSS](/packages/connectholland-tulip-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (9)Used By (0)

TulipAPIBundle
==============

[](#tulipapibundle)

[![Latest version on Packagist](https://camo.githubusercontent.com/99cd9a633f3681afd547bba56110027928a644e69f67325ff366e00941054cb8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6e6e656374686f6c6c616e642f74756c69702d6170692d62756e646c652e737667)](https://packagist.org/packages/connectholland/tulip-api-bundle)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE.md)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/90bc13cb04245d5db99d79b8eff95e0f21461b59599047b5d0abaa10f985b4c6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6e6e656374486f6c6c616e642f54756c697041504942756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ConnectHolland/TulipAPIBundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/91e5e57528191c0ca963eb541dfeea63e3c82135cacf0e83a5cb03f87cf89421/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6e6e656374486f6c6c616e642f54756c697041504942756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ConnectHolland/TulipAPIBundle/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/19ba3065128e62f97dbab8d81c7077f93cb4cd37fc0fd2837dc97a1f1cb222d5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6e6e656374486f6c6c616e642f54756c697041504942756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ConnectHolland/TulipAPIBundle/?branch=master)

Tulip API integration for Symfony Framework version and 3.3, 3.4 and 4.

Installation using Composer
---------------------------

[](#installation-using-composer)

Run the following command to add the package to the composer.json of your project:

```
$ composer require connectholland/tulip-api-bundle
```

### Enable the bundle

[](#enable-the-bundle)

Enable the bundle in the kernel:

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new ConnectHolland\TulipAPIBundle\TulipAPIBundle(),
        // ...
    );
}
```

### Configure the bundle

[](#configure-the-bundle)

Add the following configuration to your `config.yml` file:

```
# app/config/config.yml

# Tulip API Configuration
tulip_api:
    url:           %tulip_api_url%
    client_id:     %tulip_api_client_id%
    shared_secret: %tulip_api_shared_secret%
    objects:       ~
```

#### Mapping Doctrine entities to Tulip API services

[](#mapping-doctrine-entities-to-tulip-api-services)

By default the bundle uses the short name of the entity as service name. When you need to change this behavior for an entity, you can define a mapping by adding the FQCN to `tulip_api.objects`:

```
# app/config/config.yml

tulip_api:
    objects:
        - {name: AppBundle\Entity\Profile, service: contact}
```

Usage
-----

[](#usage)

...

Credits
-------

[](#credits)

- [Niels Nijens](https://github.com/niels-nijens)

Also see the list of [contributors](../../contributors) who participated in this project.

License
-------

[](#license)

This package is licensed under the MIT License. Please see the [LICENSE file](LICENSE.md) for details.

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 73.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~59 days

Recently: every ~91 days

Total

8

Last Release

2991d ago

PHP version history (2 changes)1.0.0PHP ^5.5 || ^7.0

1.2.0PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/32c77f5ff7ffcce6bdf072dd76718e014643cb4b3083b27ecf1806606a5ce363?d=identicon)[RonRademaker](/maintainers/RonRademaker)

---

Top Contributors

[![niels-nijens](https://avatars.githubusercontent.com/u/3245362?v=4)](https://github.com/niels-nijens "niels-nijens (45 commits)")[![reyostallenberg](https://avatars.githubusercontent.com/u/3579090?v=4)](https://github.com/reyostallenberg "reyostallenberg (11 commits)")[![matthijsch](https://avatars.githubusercontent.com/u/14073380?v=4)](https://github.com/matthijsch "matthijsch (4 commits)")[![silvano-a](https://avatars.githubusercontent.com/u/8051801?v=4)](https://github.com/silvano-a "silvano-a (1 commits)")

---

Tags

apibundlesymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/connectholland-tulip-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/connectholland-tulip-api-bundle/health.svg)](https://phpackages.com/packages/connectholland-tulip-api-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[components-web-app/api-components-bundle

Creates a flexible API for a website's structure, reusable components and common functionality.

322.8k](/packages/components-web-app-api-components-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
