PHPackages                             ibrows/datatrans-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. [Payment Processing](/categories/payments)
4. /
5. ibrows/datatrans-bundle

ActiveLibrary[Payment Processing](/categories/payments)

ibrows/datatrans-bundle
=======================

Ibrows Datatrans Symfony Integration

2.0.1(8y ago)091MITPHPPHP &gt;=5.3.3CI failing

Since Dec 4Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (5)Used By (1)

DataTransBundle
===============

[](#datatransbundle)

Features
--------

[](#features)

- Provides a datatrans implementation within symfony

Requirements
------------

[](#requirements)

- PHP 5.3+

Installation
------------

[](#installation)

Through [Composer](http://getcomposer.org)

```
{
    "require": {
        "ibrows/datatrans-bundle": "dev-master@dev"
    }
    "repositories": [
        {
          "type": "vcs",
          "url": "git@codebasehq.com:ibrows/ibrowsch/datatransbundle.git"
        }
    ]
}

```

### Advanced Installation

[](#advanced-installation)

#### Replace Logger

[](#replace-logger)

You can use each `psr-3` implementation, create your own service and add its id to the bundle configuration.

```
ibrows_data_trans:
    logger: my_logger_serviceid  # or logger if you like symfony default

```

#### Replace Validator

[](#replace-validator)

Create your own service and add its id to the bundle configuration.

```
ibrows_data_trans:
    logger: my_validator_serviceid  # or logger if you like symfony default

```

Usage
-----

[](#usage)

### Authorization

[](#authorization)

```
/** @var Ibrows\DataTrans\Api\Authorization\Add\Authorization $authorization */
$authorization = $container->get('ibrows.datatrans.service.authorization');

```

For details, watch the [datatrans](https://ibrows.codebasehq.com/projects/ibrowsch/repositories/datatrans/blob/master/doc/Authorization.md) library

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~462 days

Total

3

Last Release

3259d ago

Major Versions

1.0.0 → 2.0.02016-11-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/31dcaa71007628affe5a759a757d17182e05ab88f2b018a46d74c62bc10d8249?d=identicon)[ibrows](/maintainers/ibrows)

---

Top Contributors

[![dominikzogg](https://avatars.githubusercontent.com/u/1011217?v=4)](https://github.com/dominikzogg "dominikzogg (3 commits)")[![igoooor](https://avatars.githubusercontent.com/u/1036285?v=4)](https://github.com/igoooor "igoooor (1 commits)")

---

Tags

symfonydatatrans

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ibrows-datatrans-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ibrows-datatrans-bundle/health.svg)](https://phpackages.com/packages/ibrows-datatrans-bundle)
```

###  Alternatives

[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[paymentsuite/paymentsuite

PaymentSuite is an easy implementation for lot of Payment Methods for Symfony projects

2615.5k2](/packages/paymentsuite-paymentsuite)

PHPackages © 2026

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