Skip to content

tigron/tigron-api-client

Repository files navigation

tigron-api-client

Description

This packages allows you to communicate with Tigron Control panel.

Installation

Installation via composer:

composer require tigron/tigron-api-client

Howto

Set the Tigron username and password:

<?php
Tigron\Cp\Config::$tigron_username = 'my_username';
Tigron\Cp\Config::$tigron_password = 'my_password';

You are now ready to use the library.

Please check the examples directory as documentation is not yet available