gentor/bnp-paribas-pf
BnpPF
BNP Paribas PF Pricing Service for Laravel
Installation
Installation using composer:
composer require gentor/bnp-paribas-pf
Add the service provider in config/app.php:
Gentor\BnpPF\BnpServiceProvider::class,
Add the facade alias in config/app.php:
Gentor\BnpPF\Facades\Bnp::class,
Configuration
Convert .pfx certificate to .pem:
openssl pkcs12 -in <cert.pfx> -out <cert.pem> -passin pass:<password> -passout pass:<password>
Change your default settings in app/config/bnp.php:
<?php
return [
'merchant_id' => env('BNP_MERCHANT_ID'),
'certificate' => env('BNP_CERTIFICATE_PATH'),
'password' => env('BNP_PASSWORD'),
'test_mode' => env('BNP_TEST_MODE'),
];
Documentation
Related Packages
rossjcooper/laravel-hubspot
Adds a Laravel specific wrapper for the Hubspot client package
737,279
65
longman/laravel-platfourm
Package to implement right Repository/Service architecture in Laravel 5.x
642
8
mollie/laravel-mollie
Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Soci...
4,606,242
362
someline/someline-image
Someline Image is a helper service to handle uploaded images and store images wi...
5,259
4