PHPackages                             dopee/transip-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. dopee/transip-api-bundle

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

dopee/transip-api-bundle
========================

TransIp API bundle

1.2.9(9y ago)01081[1 PRs](https://github.com/curlysanders/transip-api-bundle/pulls)MITPHPPHP &gt;=5.3.3

Since Mar 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/curlysanders/transip-api-bundle)[ Packagist](https://packagist.org/packages/dopee/transip-api-bundle)[ RSS](/packages/dopee-transip-api-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

transip-api-bundle
==================

[](#transip-api-bundle)

A Symfony2 bundle for the TransIP API

Installation
============

[](#installation)

Run the following command

```
composer require dopee/transip-api-bundle
```

Register bundle in AppKernel

```
#app/AppKernel.php
$bundles = array(
  ...
  new Dopee\TransipApiBundle\TransipApiBundle()
);
```

Configuration
=============

[](#configuration)

```
#app/config/config.yml
transip_api:
    login       : "%transip_login%"
    private_key : "%transip_privatekey%"
    read_only   : "%transip_readonly%"
    endpoint    : "%transip_endpoint%"
```

```
#parameters.yml
parameters:
     transip_login:      yourusername
     transip_privatekey: "yourkey"
     transip_readonly:   true
     transip_endpoint:   'https://api.transip.nl'
```

Info: privatekey is a multiline key from transip, just remove the breaks to create a one-liner

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~116 days

Recently: every ~1 days

Total

11

Last Release

3386d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9460489c6e993eda0032a6f0503f797fe781dafa480dc08eb1a0867a7b9462e?d=identicon)[curlysanders](/maintainers/curlysanders)

---

Top Contributors

[![rdohms](https://avatars.githubusercontent.com/u/94331?v=4)](https://github.com/rdohms "rdohms (1 commits)")

---

Tags

apisymfonytransip

### Embed Badge

![Health badge](/badges/dopee-transip-api-bundle/health.svg)

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

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47394.5k5](/packages/deepseek-php-deepseek-php-client)[harmbandstra/swagger-ui-bundle

Exposes swagger UI inside your Symfony project through a route (eg. /docs)

40895.2k](/packages/harmbandstra-swagger-ui-bundle)[welp/mailchimp-bundle

MailChimp API V3 Symfony Bundle

44366.1k1](/packages/welp-mailchimp-bundle)[nilportugues/jsonapi-bundle

Symfony 2 &amp; 3 JSON API Transformer Package

11447.0k](/packages/nilportugues-jsonapi-bundle)[rekalogika/mapper

An object mapper for PHP and Symfony. Maps an object to another object. Primarily used for transforming an entity to a DTO and vice versa.

3855.1k1](/packages/rekalogika-mapper)[php-tmdb/symfony

Symfony Bundle for TMDB (The Movie Database) API. Provides easy access to the php-tmdb/api library.

3549.8k](/packages/php-tmdb-symfony)

PHPackages © 2026

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