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 yesterday

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

32

—

LowBetter than 69% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity20

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

1260d 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

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)

PHPackages © 2026

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