Skip to content

Instantly share code, notes, and snippets.

View DeRain's full-sized avatar
🐢

Kiryl Berasneu DeRain

🐢
View GitHub Profile
<?php
include_once __DIR__ . '/vendor/autoload.php';
$main = new \DeRain\Primodialer\Api\Main([
'apiUrl' => 'http://ocere.avatardialler.com/adminpanel/api.php',
'username' => 'admin',
'password' => 'dLzo4pny'
]);
$method = new \DeRain\Primodialer\Api\Methods\AddLead();
@DeRain
DeRain / test.php
Created July 22, 2016 09:09
Test task initial code
<?php
/**
* Class Item
*/
class Item
{
/**
* @return array
*/