PHPackages                             fond-of-oryx/payone-secure-invoice - 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. fond-of-oryx/payone-secure-invoice

ActiveLibrary[Payment Processing](/categories/payments)

fond-of-oryx/payone-secure-invoice
==================================

Implements necessary business logic to use Payone Secure Invoice with Spryker.

2.0.0(3y ago)013.1kMITPHPPHP &gt;=8.0CI failing

Since Jun 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fond-of-oryx/payone-secure-invoice)[ Packagist](https://packagist.org/packages/fond-of-oryx/payone-secure-invoice)[ RSS](/packages/fond-of-oryx-payone-secure-invoice/feed)WikiDiscussions main Synced 1mo ago

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

Payone Secure Invoice
=====================

[](#payone-secure-invoice)

[![license](https://camo.githubusercontent.com/989217716506fa655ad02160342562b1e18d34148ed5b6c99f16bbb4502c88e1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f666f6e642d6f662d6f7279782f7061796f6e652d7365637572652d696e766f6963652e737667)](https://packagist.org/packages/fond-of-oryx/payone-secure-invoice)

To use Payone Secure Invoice the provider demands to use a dedicated payment portal for secure invoice, with dedicated credentials. This package contains a plugin which allows to add them via config.

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

[](#installation)

**Disclaimer:** Right now this plugin can only be used in conjunction with our [Spryker Payone Fork](https://github.com/fond-of/payone). The specific branch is `feature/dedicated-invoice-credentials`.

```
composer require fond-of-oryx/payone-secure-invoice

```

Enable the plugin by adding it to the dependency provider:

```
Pyz\Zed\Payone\Business\PayoneDependencyProvider::getStandardParameterMapperPlugins() {
    return [
        new SecureInvoiceDedicatedCredentialsPlugin(),
    ];
}
```

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

[](#configuration)

The plugin expects to add the following configuration:

```
$config[PayoneSecureInvoiceConstants::PAYONE_SECURE_INVOICE_CREDENTIALS] = [
    PayoneSecureInvoiceConstants::PAYONE_CREDENTIALS_AID => '13245',
    PayoneSecureInvoiceConstants::PAYONE_CREDENTIALS_PORTAL_ID => '54321',
    PayoneSecureInvoiceConstants::PAYONE_CREDENTIALS_KEY => '123test',
];
```

Replace the credentials with your specific Payone Portal credentials.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~114 days

Total

3

Last Release

1208d ago

Major Versions

1.0.1 → 2.0.02023-01-20

PHP version history (2 changes)1.0.0PHP &gt;=7.3

2.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c8ae669ad5d4e25d1564b2ee381e86fb88b3d9f132040a1a6b642de43b7a417?d=identicon)[daniel-rose](/maintainers/daniel-rose)

---

Top Contributors

[![SpiderDan98](https://avatars.githubusercontent.com/u/40319023?v=4)](https://github.com/SpiderDan98 "SpiderDan98 (2 commits)")[![julianhyatt](https://avatars.githubusercontent.com/u/54834203?v=4)](https://github.com/julianhyatt "julianhyatt (1 commits)")

### Embed Badge

![Health badge](/badges/fond-of-oryx-payone-secure-invoice/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-oryx-payone-secure-invoice/health.svg)](https://phpackages.com/packages/fond-of-oryx-payone-secure-invoice)
```

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