2017 © Pedro Peláez
 

library tigron-api-client

A PHP client to communicate with Tigron Control panel

image

tigron/tigron-api-client

A PHP client to communicate with Tigron Control panel

  • Thursday, December 21, 2017
  • by tigron
  • Repository
  • 3 Watchers
  • 0 Stars
  • 63 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 13 % Grown

The README.md

tigron-api-client

Description

This packages allows you to communicate with Tigron Control panel., (*1)

Installation

Installation via composer:, (*2)

composer require tigron/tigron-api-client

Howto

Set the Tigron username and password:, (*3)

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

You are now ready to use the library., (*4)

Please check the examples directory as documentation is not yet available, (*5)

The Versions

21/12 2017

dev-master

9999999-dev

A PHP client to communicate with Tigron Control panel

  Sources   Download

MIT

by Tigron BVBA

12/05 2017

0.0.5

0.0.5.0

A PHP client to communicate with Tigron Control panel

  Sources   Download

MIT

by Tigron BVBA

14/02 2016

0.0.4

0.0.4.0

A PHP client to communicate with Tigron Control panel

  Sources   Download

MIT

by Tigron BVBA

29/01 2016

0.0.3

0.0.3.0

A PHP client to communicate with Tigron Control panel

  Sources   Download

MIT

by Tigron BVBA

24/11 2015

0.0.2

0.0.2.0

A PHP client to communicate with Tigron Control panel

  Sources   Download

MIT

by Tigron BVBA

15/10 2015

0.0.1

0.0.1.0

A PHP client to communicate with Tigron Control panel

  Sources   Download

MIT

by Tigron BVBA