tigron/tigron-api-client

A PHP client to communicate with Tigron Control panel

0.1.1 2023-05-23 19:44 UTC

This package is auto-updated.

Last update: 2024-04-23 21:55:36 UTC


README

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