PHP code example of solohin / amocrm-yadro2-php

1. Go to this page and download the library: Download solohin/amocrm-yadro2-php 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/ */

    

solohin / amocrm-yadro2-php example snippets



 = new \solohin\yadro\yadro('doffler', '[email protected]', '41a17271a1f57817271a1f5194978', true);
$core->updateAll();

composer