wirgen / keitaro
Library for Keitaro Admin API
Installs: 2 022
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Requires
- php: ^7.1|^8.0
Requires (Dev)
- phpstan/phpstan: ^0.12.98
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
- vimeo/psalm: ^4.10
This package is auto-updated.
Last update: 2025-06-08 19:47:23 UTC
README
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.