2017 © Pedro Peláez
 

library u-on-api-php

U-On CRM API PHP client

image

kilylabs/u-on-api-php

U-On CRM API PHP client

  • Monday, May 21, 2018
  • by kilylabs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 33 % Grown

The README.md

u-on-api-php

!!ПОКА НЕ ДЛЯ ИСПОЛЬЗОВАНИЯ В PRODUCTION!!, (*1)

API клиент для U-ON.RU, (*2)

Установка

Рекомендуемый способ установки через Composer:, (*3)

$ composer require kilylabs/u-on-api-php

Использование

Инициализация

<?php

require 'vendor/autoload.php';

$client = new Kily\API\UOn\Client('<API_KEY>',[
    'timeout'=>60,
    'debug'=>true,
]);

$res = $client->request()->create([
    'r_id_internal'=>'OLOLO',
    'u_name'=>'ИВАН',
    'u_surname'=>'ИВАНОВ',
    'u_email'=>'spam@sux',
]);

TODO

  • документация
  • валидация методов

The Versions

21/05 2018

dev-master

9999999-dev

U-On CRM API PHP client

  Sources   Download

MIT

The Requires

 

by Alexander Bogdanov

u-on u-on.ru

21/05 2018

v0.1.1

0.1.1.0

U-On CRM API PHP client

  Sources   Download

MIT

The Requires

 

by Alexander Bogdanov

u-on u-on.ru

21/05 2018

v0.1

0.1.0.0

U-On CRM API PHP client

  Sources   Download

MIT

The Requires

 

by Alexander Bogdanov

u-on u-on.ru