PHPackages                             albertski/experient-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. albertski/experient-bundle

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

albertski/experient-bundle
==========================

A Symfony2 bundle for using the Experient API

1.0.1(10y ago)041MITPHP

Since Sep 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/albertski/ExperientBundle)[ Packagist](https://packagist.org/packages/albertski/experient-bundle)[ RSS](/packages/albertski-experient-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

ExperientBundle
===============

[](#experientbundle)

Used for Symfony2 project to use the Experient SOAP API.

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

[](#installation)

Get the bundle with composer by running this command at the root of your symfony project.

```
composer require albertski/experient-bundle

```

Enable the bundle
=================

[](#enable-the-bundle)

To start using the bundle, register the bundle in your application's kernel class:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new ExperientBundle\ExperientBundle(),
        // ...
    );
}

```

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

[](#configuration)

Edit `app/config/config.yml`.

```
experient:
  username: %experient.username%
  password: %experient.password%
  showcode: %experient.showcode%
  accountDomain: %experient.accountDomain%
  wsdl: %experient.wsdl%
  namespace: %experient.namespace%

```

Edit parameters.yml. Add parameters and add the parameter values.

```
parameters:
    .....
    .....
    experient.username:
    experient.password:
    experient.showcode:
    experient.accountDomain:
    experient.wsdl:
    experient.namespace:

```

Usage
=====

[](#usage)

You now have access to the experient service.

```
// In a controller
$experient = $this->get('experient');

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3890d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4997e60e6273add0ef36361a680b472a177ca8e1c25e42d0a6bc961acc65e6d8?d=identicon)[albertski](/maintainers/albertski)

---

Tags

symfonybundleexperient

### Embed Badge

![Health badge](/badges/albertski-experient-bundle/health.svg)

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

###  Alternatives

[prooph/service-bus-symfony-bundle

88392.2k3](/packages/prooph-service-bus-symfony-bundle)[mailjet/mailjet-bundle

Symfony bundle for Mailjet API V3

34395.8k](/packages/mailjet-mailjet-bundle)[stfalcon-studio/api-bundle

Base classes and helper services to build API application via Symfony.

1032.1k](/packages/stfalcon-studio-api-bundle)[ufo-tech/json-rpc-sdk-bundle

The Symfony bundle for simple usage Json-RPC api with dynamic SDK

172.5k](/packages/ufo-tech-json-rpc-sdk-bundle)

PHPackages © 2026

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