Download the PHP package tigron/tigron-api-client without Composer
On this page you can find all versions of the php package tigron/tigron-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tigron/tigron-api-client
More information about tigron/tigron-api-client
Files in tigron/tigron-api-client
Download tigron/tigron-api-client
More information about tigron/tigron-api-client
Files in tigron/tigron-api-client
Vendor tigron
Package tigron-api-client
Short Description A PHP client to communicate with Tigron Control panel
License MIT
Package tigron-api-client
Short Description A PHP client to communicate with Tigron Control panel
License MIT
Please rate this library. Is it a good library?
Informations about the package tigron-api-client
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
All versions of tigron-api-client with dependencies
PHP Build Version
Package Version
No informations.
The package tigron/tigron-api-client contains the following files
Loading the files please wait ....