PHPackages                             brianfreytag/ultipro-sdk-php-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. brianfreytag/ultipro-sdk-php-bundle

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

brianfreytag/ultipro-sdk-php-bundle
===================================

A Symfony bundle for v2 of the Ultipro SDK for PHP (Unofficial) Library

v2.0.0(7mo ago)14.1k↓35.6%MITPHPPHP ^7.4 || ^8.0

Since May 22Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/brianfreytag/ultipro-sdk-php-bundle)[ Packagist](https://packagist.org/packages/brianfreytag/ultipro-sdk-php-bundle)[ RSS](/packages/brianfreytag-ultipro-sdk-php-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (7)Versions (10)Used By (0)

Ultipro SDK for PHP (Unofficial) Symfony Bundle
===============================================

[](#ultipro-sdk-for-php-unofficial-symfony-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/8ae34b5afb83e7b3eb8c8f86b514c255aedf68df5361a524598370a6dc1cc921/68747470733a2f2f706f7365722e707567782e6f72672f627269616e667265797461672f756c746970726f2d73646b2d7068702d62756e646c652f762f737461626c65)](https://packagist.org/packages/brianfreytag/ultipro-sdk-php-bundle)[![Total Downloads](https://camo.githubusercontent.com/45d4ff39c7f15f05ecbbcd1e1253f34eb67cd990bd50700609bd768d85d7a7f3/68747470733a2f2f706f7365722e707567782e6f72672f627269616e667265797461672f756c746970726f2d73646b2d7068702d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/brianfreytag/ultipro-sdk-php-bundle)

Provides integration for [Ultipro SDK for PHP (Unofficial)](https://github.com/brianfreytag/ultipro-sdk-php) for your Symfony 3.x|4.x project

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

[](#installation)

### Installation Using Symfony Flex

[](#installation-using-symfony-flex)

```
$ composer require brianfreytag/ultipro-sdk-php-bundle
```

This will handle all of the things.

### Installation without Symfony Flex

[](#installation-without-symfony-flex)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

```
$ composer require brianfreytag/ultipro-sdk-php-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer Documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

To enable the bundle by adding the following line in the `app/AppKernel.php` file of your project:

```
// app/AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...

            new Ultipro\UltiproBundle\UltiproBundle(),
        ];

        // ...
    }

    // ...
}
```

Usage
-----

[](#usage)

### Configuration

[](#configuration)

```
ultipro_sdk:
    username: 'WebServicesUser'
    password: 'web@services*password'
    customer_api_key: 'XY0XX'
    base_uri: 'https://service5.ultipro.com/'
```

### Services

[](#services)

Coming soon

Todo
----

[](#todo)

- Update the documentation to include further usage details

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance69

Regular maintenance activity

Popularity23

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity70

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

Recently: every ~101 days

Total

8

Last Release

220d ago

Major Versions

v1.2.1 → v2.0.02025-11-25

PHP version history (2 changes)v1.0PHP &gt;=7.1

v2.0.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d4024e122e38133709f0e78d15ae81ae732b880a82c3f118a3994dc59cd07fc?d=identicon)[brianfreytag](/maintainers/brianfreytag)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/brianfreytag-ultipro-sdk-php-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/brianfreytag-ultipro-sdk-php-bundle/health.svg)](https://phpackages.com/packages/brianfreytag-ultipro-sdk-php-bundle)
```

PHPackages © 2026

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