Download the PHP package imagina/icommercepaypal-module without Composer
On this page you can find all versions of the php package imagina/icommercepaypal-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package icommercepaypal-module
asgardcms-icommercepaypal
Seeder
run php artisan module:seed Icommercepaypal
Vendors
add composer.json
"anouar/paypalpayment":"^2.1"
add the service provider to config/app.php
'providers' => array(
// ...
Anouar\Paypalpayment\PaypalpaymentServiceProvider::class,
)
Then add an alias under aliases array.
'aliases' => array(
// ...
'Paypalpayment' => Anouar\Paypalpayment\Facades\PaypalPayment::class,
)
Finally Pulish the package configuration by running this CMD
php artisan vendor:publish --provider="Anouar\Paypalpayment\PaypalpaymentServiceProvider"
Configurations
- Client ID
- Client Secret
- Mode (Sandbox or Live)
API
Init (Parameters = orderID)
https://mydomain/api/icommercepaypal
All versions of icommercepaypal-module with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
composer/installers Version ~1.0
idavoll/core-module Version ~3.0
imagina/icommerce-module Version >=1.0
anouar/paypalpayment Version ^2.1
composer/installers Version ~1.0
idavoll/core-module Version ~3.0
imagina/icommerce-module Version >=1.0
anouar/paypalpayment Version ^2.1
The package imagina/icommercepaypal-module contains the following files
Loading the files please wait ....