Download the PHP package zoopcodificar/zoop without Composer
On this page you can find all versions of the php package zoopcodificar/zoop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zoopcodificar/zoop
More information about zoopcodificar/zoop
Files in zoopcodificar/zoop
Download zoopcodificar/zoop
More information about zoopcodificar/zoop
Files in zoopcodificar/zoop
Vendor zoopcodificar
Package zoop
Short Description Zoop SDK to Laravel framework version 5.3+
License MIT
Package zoop
Short Description Zoop SDK to Laravel framework version 5.3+
License MIT
Please rate this library. Is it a good library?
Informations about the package zoop
ZOOP Laravel
Zoop-laravel is a package for Laravel 5.3+, which consumes ZOOP payments api's.
Requeriments
- Laravel 5.3+
- PHP 5.6+
- PHP ext-curl
- PHP ext-json
- PHP ext-mbstring
Instalation
1 - Composer require
Use composer to install the package and automatically update composer.json
, running:
composer require zoopcodificar/zoop
2 - Update Laravel configuration
Update your application configuration to register the package in config/app.php
adding the following line in 'providers'
section:
'providers' => [
//...
Zoop\ZoopServiceProvider::class,
//...
],
3 - Update ZOOP Laravel configuration
Rename config.example.php to config.php in zoop/src/resources/config/
and change the following lines:
'defaults' => [
//...
'publishable_key' => 'YOUR_PUBLISHABLE_KEY',
'marketplace_id' => 'YOUR_MARKETPLACE_ID',
//...
]
...enjoy it :D.
Usage
1 - Tokenizer Credit Card
In your Controller
2 - Creating a new Individual Seller
In your Controller
3 - Creating a new Buyer
In your Controller
4 - Card Not Present Transaction
In your Controller
ZOOP Api Reference
All versions of zoop with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ext-curl Version *
ext-json Version *
ext-mbstring Version *
The package zoopcodificar/zoop contains the following files
Loading the files please wait ....