2017 © Pedro Peláez
 

symfony-bundle lib-wallet-bundle

Symfony2 bundle for integration with Paysera Wallet API

image

paysera/lib-wallet-bundle

Symfony2 bundle for integration with Paysera Wallet API

  • Tuesday, December 26, 2017
  • by mariusbalcytis
  • Repository
  • 5 Watchers
  • 1 Stars
  • 1,733 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 37 % Grown

The README.md

Paysera Wallet API bundle

Installing

composer require paysera/lib-wallet-bundle

In AppKernel.php:, (*1)

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

Configuring

In config.yml:, (*2)

If using shared secret:, (*3)

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

If using certificate credentials:, (*4)

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

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

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

The Versions

26/12 2017

dev-master

9999999-dev https://developers.paysera.com/en/wallet/

Symfony2 bundle for integration with Paysera Wallet API

  Sources   Download

MIT

The Requires

 

payments wallet paysera wallet api

26/12 2017

0.1.1

0.1.1.0 https://developers.paysera.com/en/wallet/

Symfony2 bundle for integration with Paysera Wallet API

  Sources   Download

MIT

The Requires

 

payments wallet paysera wallet api

07/05 2015

0.1.0

0.1.0.0 https://developers.paysera.com/en/wallet/

Symfony2 bundle for integration with Paysera Wallet API

  Sources   Download

MIT

The Requires

 

payments wallet paysera wallet api