Skip to content

soluzione-software/laravel-affiliate-zanox-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Affiliate Zanox Network

Latest Version MIT License

Note the package is currently in beta. During the beta period things can and probably will change. Don't use it in production until a stable version has been released. We appreciate you helping out with testing and reporting any bugs.

Zanox network integration for soluzione-software/laravel-affiliate.

Installation & Configuration

composer require soluzione-software/laravel-affiliate-zanox-network

Edit config/affiliate.php:

<?php

return [

    //...

    /*
    |--------------------------------------------------------------------------
    | Networks Configuration
    |--------------------------------------------------------------------------
    */
    'networks' => [
        //...
        
        'zanox' => [
            'connect_id' => env('ZANOX_CONNECT_ID'),
            'secret_key' => env('ZANOX_SECRET_KEY'),
        ],
    ],

    //...
];

Edit .env:

ZANOX_CONNECT_ID=
ZANOX_SECRET_KEY=

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages