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
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