PHPackages                             noetix/traction-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. noetix/traction-bundle

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

noetix/traction-bundle
======================

Traction API bundle for Symfony2

v1.1(12y ago)22.6k2MITPHPPHP &gt;=5.3.3

Since Oct 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/noetix/TractionBundle)[ Packagist](https://packagist.org/packages/noetix/traction-bundle)[ RSS](/packages/noetix-traction-bundle/feed)WikiDiscussions master Synced 4d ago

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

Traction Bundle
===============

[](#traction-bundle)

This is a Symfony2 bundle to provide easy access to the [traction-php](https://github.com/noetix/traction-php) library.

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

[](#installation)

### Composer

[](#composer)

Use composer to get the bundle:

```
php composer.phar require noetix/traction-bundle:*

```

### AppKernel

[](#appkernel)

Enable the bundle in your AppKernel:

```
new noetix\TractionBundle\noetixTractionBundle(),

```

Configuration
-------------

[](#configuration)

Configure the bundle in `config.yml`:

### Classic API

[](#classic-api)

```
noetix_traction:
    endpoint_id: 12345
    user_id:     my_username
    password:    fantastic_password

```

### Dynamic API

[](#dynamic-api)

```
noetix_traction:
    endpoint_id: notused
    user_id:     notused
    password:    fantastic_password
    connection:	  2n5e7b2r8qkx07dy2ctd

```

Example
-------

[](#example)

To get the classic handler for the Traction Classic API

```
$traction = $this->get('traction.handler');
```

To get the dynamic handler for the Traciton Dynamic API

```
$traction = $this->get('traction.dynamic');
```

For further code examples see [traction-php](https://github.com/noetix/traction-php)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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 ~510 days

Total

2

Last Release

4454d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e4fe1bd039de663f138b1b0004e1d8c89b141551cd296ba3be89bf92f3d79a8?d=identicon)[noetix](/maintainers/noetix)

---

Top Contributors

[![morrislaptop](https://avatars.githubusercontent.com/u/67807?v=4)](https://github.com/morrislaptop "morrislaptop (7 commits)")[![noetix](https://avatars.githubusercontent.com/u/1192279?v=4)](https://github.com/noetix "noetix (5 commits)")

### Embed Badge

![Health badge](/badges/noetix-traction-bundle/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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