2017 © Pedro Peláez
 

library fibank

Fibank Ecomm Service for Laravel

image

gentor/fibank

Fibank Ecomm Service for Laravel

  • Thursday, April 13, 2017
  • by gentor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 648 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 24 % Grown

The README.md

Fibank

Fibank Ecomm Service for Laravel, (*1)

Installation

Installation using composer:, (*2)

composer require gentor/fibank

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

Gentor\Fibank\ServiceProvider::class,

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

Gentor\Fibank\Facade\Fibank::class,

Configuration

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

$cmd = "keytool -importkeystore -srckeystore " . escapeshellarg($file_path) . " -destkeystore " . escapeshellarg($p12file) . " -srcstoretype JKS -deststoretype PKCS12 -srcstorepass {$password} -deststorepass {$password} -noprompt";
$cmd = "openssl pkcs12 -in " . escapeshellarg($p12file) . " -out " . escapeshellarg($pemfile) . " -passin pass:{$password} -passout pass:{$password}";

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

<?php
return [
    'certificate' => env('FIBANK_CERTIFICATE_PEM'),
    'password' => env('FIBANK_CERTIFICATE_PASSWORD'),
    'live_mode' => env('FIBANK_LIVE_MODE'),
];

Documentation

Fibank, (*7)

The Versions

13/04 2017

dev-master

9999999-dev

Fibank Ecomm Service for Laravel

  Sources   Download

MIT

The Requires

 

laravel service gateway payments fibank ecomm