tigron/tigron-api-client

A PHP client to communicate with Tigron Control panel

Installs: 220

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

pkg:composer/tigron/tigron-api-client

0.1.1 2023-05-23 19:44 UTC

This package is auto-updated.

Last update: 2025-09-24 01:14:20 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