Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 987 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 987 Bytes

Library for access to Keitaro Admin API

GitHub Packagist Version Packagist PHP Version Support Packagist Downloads GitHub code size in bytes

The wirgen/keitaro package provides a wrapper for ease of use of the Keitaro Admin API methods.

Important! This feature is available only for Business license.

To get started, you need to initialize the connection by specifying the domain and key:

$keitaro = new \Wirgen\Keitaro\Keitaro('https://demo-ru.keitaro.io', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

License

The MIT License (MIT). Please see License File for more information.