PHPackages                             tradenity/symfony-ext - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tradenity/symfony-ext

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tradenity/symfony-ext
=====================

Extension library to ease integration between Tradenity ecommerce PHP SDK and Symphony framework.

0.5.0(7y ago)061Apache-2.0PHPPHP &gt;=5.5.0

Since Nov 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tradenity/php-sdk-symfony-ext)[ Packagist](https://packagist.org/packages/tradenity/symfony-ext)[ RSS](/packages/tradenity-symfony-ext/feed)WikiDiscussions master Synced yesterday

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

Welcome to Tradenity Symfony framework SDK extensions.
======================================================

[](#welcome-to-tradenity-symfony-framework-sdk-extensions)

This extension library facilitates integration between Symphony framework based applications and [PHP SDK](https://github.com/tradenity/php-sdk) for [Tradenity ecommerce API](https://www.tradenity.com).

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

[](#installation)

This package is available through Packagist (PHP Package Index), to install it type the following on the command line:

```
$ composer install tradenity/symfony-ext

```

Or, add this line to your application's composer.json:

```
{
'tradenity/symfony-ext':"0.5.0"
}
```

And then execute:

```
$ composer install

```

Dfine the required services:

In `app/config/services.yml`:

```
services:
    tradenity.session.service:
        class: Tradenity\SDK\Ext\Symfony\Services\SessionService
        arguments: ['@request_stack']

    app.tradenity_customer_user_provider:
        class: Tradenity\SDK\Ext\Symfony\Auth\CustomerUserProvider

```

If you will use the provided authentication support, add this to your security encoders:

```
encoders:
    Tradenity\SDK\Ext\Symfony\Auth\CustomerUser:
        algorithm:            bcrypt
        cost:                 10

```

Now you can add your credentials and start use the SDK services:

In `app/config/config.yml`:

```
parameters:
    tradenity_key: sk_xxxxxxxxxxxxxxxxxxxx
    stripe_public_key: pk_xxxxxxxxxxxxxxxx
```

Sample application
------------------

[](#sample-application)

Working sample application code can be found [here](https://github.com/tradenity/camerastore-php-symfony-sample).

Documentation
-------------

[](#documentation)

Detailed documentation can be found on our [knowledge base site:](http://docs.tradenity.com/kb/tutorials/php/symfony/)

Contributing
------------

[](#contributing)

1. Fork it (  )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~419 days

Total

3

Last Release

2677d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.3.0

0.5.0PHP &gt;=5.5.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16461518?v=4)[Tradenity](/maintainers/tradenity)[@tradenity](https://github.com/tradenity)

---

Top Contributors

[![tradenity](https://avatars.githubusercontent.com/u/16461518?v=4)](https://github.com/tradenity "tradenity (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tradenity-symfony-ext/health.svg)

```
[![Health](https://phpackages.com/badges/tradenity-symfony-ext/health.svg)](https://phpackages.com/packages/tradenity-symfony-ext)
```

###  Alternatives

[beyondcode/laravel-comments

Add comments to your Laravel application

605428.8k2](/packages/beyondcode-laravel-comments)[magepsycho/magento2-storepricing

Magento 2 Store View Pricing

2623.3k](/packages/magepsycho-magento2-storepricing)

PHPackages © 2026

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