PHPackages                             paysera/lib-wallet-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. paysera/lib-wallet-bundle

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

paysera/lib-wallet-bundle
=========================

Symfony2 bundle for integration with Paysera Wallet API

0.1.1(8y ago)121.3k2[1 issues](https://github.com/paysera/lib-wallet-bundle/issues)MITPHPPHP &gt;=5.3.3

Since May 7Pushed 8y ago7 watchersCompare

[ Source](https://github.com/paysera/lib-wallet-bundle)[ Packagist](https://packagist.org/packages/paysera/lib-wallet-bundle)[ Docs](https://developers.paysera.com/en/wallet/)[ RSS](/packages/paysera-lib-wallet-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Paysera Wallet API bundle
=========================

[](#paysera-wallet-api-bundle)

Installing
----------

[](#installing)

```
composer require paysera/lib-wallet-bundle

```

In `AppKernel.php`:

```
$bundles = array(
    // other bundles
    new Paysera\Bundle\WalletBundle\PayseraWalletBundle(),
);

```

Configuring
-----------

[](#configuring)

In `config.yml`:

If using shared secret:

```
paysera_wallet:
    client_id: %wallet_api_client_id%
    secret: %wallet_api_secret%

```

If using certificate credentials:

```
paysera_wallet:
    client_id: %wallet_api_client_id%
    certificate:
      private_key_path: %kernel.root_dir%/config/keys/wallet.key
      private_key_password: %wallet_api_private_key_password%
      certificate_path: %kernel.root_dir%/config/keys/wallet.crt

```

Using
-----

[](#using)

```
$walletApi = $container->get('paysera_wallet_api');
$walletClient = $walletApi->walletClient();

$response = $walletClient->get('client');

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~964 days

Total

2

Last Release

3087d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e131c9aa5f5a4fc3cc2f5e01b377ef33bbc3468acc95ff890fc6e8353d9cf67?d=identicon)[mariusbalcytis](/maintainers/mariusbalcytis)

---

Top Contributors

[![mariusbalcytis](https://avatars.githubusercontent.com/u/1590072?v=4)](https://github.com/mariusbalcytis "mariusbalcytis (2 commits)")

---

Tags

paymentswalletPayserawallet api

### Embed Badge

![Health badge](/badges/paysera-lib-wallet-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/paysera-lib-wallet-bundle/health.svg)](https://phpackages.com/packages/paysera-lib-wallet-bundle)
```

###  Alternatives

[srmklive/paypal

PayPal REST API client for Laravel and standalone PHP.

1.1k4.0M28](/packages/srmklive-paypal)[amzn/amazon-pay-sdk-php

Amazon Pay SDK (PHP)

20612.2M3](/packages/amzn-amazon-pay-sdk-php)[recurly/recurly-client

The PHP client library for the Recurly API

1746.5M8](/packages/recurly-recurly-client)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

788.3M9](/packages/chargebee-chargebee-php)[amzn/amazon-pay-api-sdk-php

Amazon Pay API SDK (PHP)

505.4M12](/packages/amzn-amazon-pay-api-sdk-php)[bavix/laravel-wallet-swap

Addition to the package laravel-wallet.

2428.9k](/packages/bavix-laravel-wallet-swap)

PHPackages © 2026

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