PHP code example of incluirtecnologia / leadlovers-sdk

1. Go to this page and download the library: Download incluirtecnologia/leadlovers-sdk 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/ */

    

incluirtecnologia / leadlovers-sdk example snippets


putenv('TOKEN=your_access_token');
putenv('MACHINE_CODE=your_machine_code');
putenv('SEQUENCE_CODE=your_sequence_code');
putenv('LEAD_EMAIL=your_lead_email');
putenv('LEAD_CODE=your_lead_code');
putenv('TAG_ID=your_tag_id');