PHP code example of lightrail / lightrail-v2

1. Go to this page and download the library: Download lightrail/lightrail-v2 library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

lightrail / lightrail-v2 example snippets


\Lightrail\Lightrail::$apiKey = <LIGHTRAIL_API_KEY>;

\Lightrail\LightrailShopperTokenFactory::generate('');

\Lightrail\LightrailShopperTokenFactory::generate('myContactsId');

\Lightrail\LightrailShopperTokenFactory::generate('myContactsId', 600);