mamoun2020 / bop
integration with palestine banks (bank of palestine)
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 6
pkg:composer/mamoun2020/bop
This package is auto-updated.
Last update: 2025-12-23 15:57:48 UTC
README
integration with PowerCARD-eCommerce
Install
You can install the package via Composer:
composer require mamoun2020/bop
In L5.4 or below start by registering the package's the service provider and facade:
// config/app.php 'providers' => [ ... Mamoun2020\Bop\BopServiceProvider::class, ],
The facade is optional, but the rest of this guide assumes you're using the facade.
Next, publish the config files:
php artisan vendor:publish --provider="Mamoun2020\Bop\BopServiceProvider" --tag="config"
then,
php artisan migrate