2017 © Pedro Peláez
 

library bnp-paribas-pf

BNP Paribas PF Pricing Service for Laravel

image

gentor/bnp-paribas-pf

BNP Paribas PF Pricing Service for Laravel

  • Wednesday, February 15, 2017
  • by gentor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 742 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 20 % Grown

The README.md

BnpPF

BNP Paribas PF Pricing Service for Laravel, (*1)

Installation

Installation using composer:, (*2)

composer require gentor/bnp-paribas-pf

Add the service provider in config/app.php:, (*3)

Gentor\BnpPF\BnpServiceProvider::class,

Add the facade alias in config/app.php:, (*4)

Gentor\BnpPF\Facades\Bnp::class,

Configuration

Convert .pfx certificate to .pem:, (*5)

openssl pkcs12 -in <cert.pfx> -out <cert.pem> -passin pass:<password> -passout pass:<password>

Change your default settings in app/config/bnp.php:, (*6)

<?php
return [
    'merchant_id' => env('BNP_MERCHANT_ID'),
    'certificate' => env('BNP_CERTIFICATE_PATH'),
    'password' => env('BNP_PASSWORD'),
    'test_mode' => env('BNP_TEST_MODE'),
];

Documentation

BNP Paribas PF, (*7)

The Versions

15/02 2017

dev-master

9999999-dev

BNP Paribas PF Pricing Service for Laravel

  Sources   Download

MIT

The Requires

 

laravel service pricing personal bnp paribas financing