2017 © Pedro Peláez
 

library tabs2-php-client

Tabs 2 PHP Client

image

carltonsoftware/tabs2-php-client

Tabs 2 PHP Client

  • Monday, July 23, 2018
  • by alexwyett
  • Repository
  • 12 Watchers
  • 0 Stars
  • 286 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 20 Versions
  • 129 % Grown

The README.md

Tabs2 PHP API Client

Getting Started

To get started with this project you will need to install the client via composer.., (*1)

Installing via composer

  1. Create a composer.json where you want to install the project
  2. Add the following:, (*2)

    {
        "repositories": [{
            "type": "vcs",
            "url": "git@github.com:carltonsoftware/tabs2-php-client.git"
        }],
        "require": {
            "carltonsoftware/tabs2-php-client": "dev-master"
        }
    }
    
  3. Download composer and install the repo:, (*3)

    curl -sS https://getcomposer.org/installer | php
    ./composer.phar install
    
  4. Create a new php file in your directory and insert the following code. You should see the a property output when you run the file!, (*4)

    <?php
    
    require_once __DIR__ . '/vendor/autoload.php';
    
    \tabs\apiclient\client\Client::factory(
        'https://apiurl/v2/', // Api Url: this will be provided to you.
                              // NOTE: This url should end in '/v2/'
        'abc', // Api username: this will be provided to you
        'def', // Api password: this will be provided to you
        '14_hij', // Api client key: this will be provided to you
        'klm'  // Api client secret: this will be provided to you
    );
    
    $prop = new \tabs\apiclient\Property(1);
    $prop->get();
    
    echo $prop->getName();
    

The Versions

23/07 2018

dev-master

9999999-dev https://github.com/CarltonSoftware/tabs2-php-client

Tabs 2 PHP Client

  Sources   Download

proprietary

The Requires

 

The Development Requires

23/07 2018

0.0.18

0.0.18.0 https://github.com/CarltonSoftware/tabs2-php-client

Tabs 2 PHP Client

  Sources   Download

proprietary

The Requires

 

The Development Requires

23/07 2018

dev-develop

dev-develop https://github.com/CarltonSoftware/tabs2-php-client

Tabs 2 PHP Client

  Sources   Download

proprietary

The Requires

 

The Development Requires

12/07 2018

0.0.17

0.0.17.0 https://github.com/CarltonSoftware/tabs2-php-client

Tabs 2 PHP Client

  Sources   Download

proprietary

The Requires

 

The Development Requires

19/06 2018

0.0.16

0.0.16.0 https://github.com/CarltonSoftware/tabs2-php-client

Tabs 2 PHP Client

  Sources   Download

proprietary

The Requires

 

The Development Requires

12/06 2018

0.0.15

0.0.15.0 https://github.com/CarltonSoftware/tabs2-php-client

Tabs 2 PHP Client

  Sources   Download

proprietary

The Requires

 

The Development Requires

11/06 2018

0.0.14

0.0.14.0 https://github.com/CarltonSoftware/tabs2-php-client

Tabs 2 PHP Client

  Sources   Download

proprietary

The Requires

 

The Development Requires

16/05 2018

0.0.13

0.0.13.0 https://github.com/CarltonSoftware/tabs2-php-client

Tabs 2 PHP Client

  Sources   Download

proprietary

The Requires

 

The Development Requires

27/04 2018
18/04 2018
13/04 2018
03/04 2018
20/03 2018
06/03 2018
13/02 2018