PHPackages                             dmitrovskiy/velocityservice - 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. dmitrovskiy/velocityservice

ActiveLibrary[Payment Processing](/categories/payments)

dmitrovskiy/velocityservice
===========================

silex service for velocity payment system

0104PHP

Since Apr 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dmitrovskiy/velocity-service)[ Packagist](https://packagist.org/packages/dmitrovskiy/velocityservice)[ RSS](/packages/dmitrovskiy-velocityservice/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

velocity-service
================

[](#velocity-service)

Using
-----

[](#using)

### Single velocity processor

[](#single-velocity-processor)

To use it in your project you should add the package `"dmitrovskiy/velocityservice": "dev-master"` into your `composer.json` file.

Before using velocity service provider you need to inject values:

```
$app = new Application();

$app->register(new VelocityServiceProvider(), array(
    'velocity.identityToken' => 'yourToken',
    'velocity.applicationProfileId' => 1234,
    'velocity.merchantProfileId' => 'yourMerchantProfileID',
    'velocity.workflowId' => 1234565,
    'velocity.isTestAccount' => true
));
```

The value `velocity.isTestAccount` is optional and false by default.

After registering the service you be able to use `$app['velocity.processor']` to communicate with velocity service.

### Velocity processor factory

[](#velocity-processor-factory)

That to use several instances of velocity processor you need `$app['velocity.processor.factory']`.

```
$applicationProfileId = 14644;
$merchantProfileId = "Test Merchant HC";
$workflowId = 2317000001;
$identityToken = 'yourToken';
$isTestAccount = true;

$velocityProcessorFactory = $app['velocity.processor.factory'];

$processor = $velocityProcessorFactory->getProcessor(
    $applicationProfileId,
    $merchantProfileId,
    $workflowId,
    $identityToken,
    $isTestAccount
);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/38604e56f7a6e0ffa02dfd94086c0107f242a3abbfca67eb389837cf16543331?d=identicon)[dmitrovskiy](/maintainers/dmitrovskiy)

### Embed Badge

![Health badge](/badges/dmitrovskiy-velocityservice/health.svg)

```
[![Health](https://phpackages.com/badges/dmitrovskiy-velocityservice/health.svg)](https://phpackages.com/packages/dmitrovskiy-velocityservice)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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