PHPackages                             barbondev/payment-paypoint-hosted-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. [Payment Processing](/categories/payments)
4. /
5. barbondev/payment-paypoint-hosted-bundle

ActiveSymfony-bundle[Payment Processing](/categories/payments)

barbondev/payment-paypoint-hosted-bundle
========================================

Payment Bundle providing access to the hosted PayPoint (was SecPay) gateway

063PHP

Since Dec 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/barbondev/payment-pay-point-bundle)[ Packagist](https://packagist.org/packages/barbondev/payment-paypoint-hosted-bundle)[ RSS](/packages/barbondev-payment-paypoint-hosted-bundle/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Barbon Payments
===============

[](#barbon-payments)

[![Build Status](https://camo.githubusercontent.com/dea628aa191da7cbd8de8ba0465b39e7d004f8cf179c9dd7694c95276fd8f40c/68747470733a2f2f7472617669732d63692e6f72672f626172626f6e6465762f7061796d656e742d7061792d706f696e742d62756e646c652e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/barbondev/payment-pay-point-bundle)

PayPoint Hosted Gateway
-----------------------

[](#paypoint-hosted-gateway)

A [PayPoint](http://www.paypoint.net/support/gateway/integration-guides/) hosted payment gateway plugin implementation for the [JMSPaymentPaypalBundle](http://jmsyst.com/bundles/JMSPaymentPaypalBundle) used with the Symfony framework.

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

[](#installation)

This is a [composer package](https://getcomposer.org/), so include as a composer dependency in `composer.json`

```
"require": {
    ...
    "barbondev/payment-paypoint-hosted-bundle": "dev-master"
},
```

Update the composer vendors and autoloader

```
$ php composer.phar update

```

Update the Symfony kernel `app/AppKernel.php` by adding the bundle

```
// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new JMS\Payment\CoreBundle\JMSPaymentCoreBundle(),
    new Barbondev\Payment\PayPointHostedBundle\BarbondevPaymentPayPointHostedBundle(),
    // ...
);
```

Install the routing configuration in `app/config/routing.yml`

```
barbondev_payment_paypoint_hosted:
    resource: "@BarbondevPaymentPayPointHostedBundle/Resources/config/routing.xml"
    prefix:   /
```

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

[](#configuration)

In `app/config/config.yml` configure the following parameters:

```
barbon_payment_paypoint_hosted:
    merchant: ABC123
    gateway_url: https://www.secpay.com/java-bin/ValCard
    remote_password: f00b4r
    test_status: 'true'
    repeat: 'true'
    test_mpi_status: 'true'
    usage_type: E
    dups: 'true'
    template: https://www.example.com/path/to/my-template.html
```

In `app/config/config_prod.yml` the default parameters may be overridden with production variants:

```
barbon_payment_paypoint_hosted:
    merchant: ABC123
    gateway_url: https://www.secpay.com/java-bin/ValCard
    remote_password: sup3rs3cr3tp455
    test_status: 'live'
    repeat: 'true'
    test_mpi_status: 'live'
    usage_type: E
    dups: 'true'
    template: https://www.example.com/path/to/my-template.html
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/89b270f6e5d8d7d01286460fe7ef7460a85c9607a1bc3036cb47636f51954522?d=identicon)[barbondev](/maintainers/barbondev)

---

Top Contributors

[![ajdaw](https://avatars.githubusercontent.com/u/205369218?v=4)](https://github.com/ajdaw "ajdaw (47 commits)")

### Embed Badge

![Health badge](/badges/barbondev-payment-paypoint-hosted-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/barbondev-payment-paypoint-hosted-bundle/health.svg)](https://phpackages.com/packages/barbondev-payment-paypoint-hosted-bundle)
```

###  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)
