2017 © Pedro Peláez
 

library viglink-php-api

An easy-to-use PHP Class for accessing VigLink's API.

image

marchrius/viglink-php-api

An easy-to-use PHP Class for accessing VigLink's API.

  • Monday, February 19, 2018
  • by Marchrius
  • Repository
  • 0 Watchers
  • 0 Stars
  • 467 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

VigLink PHP API

A PHP wrapper for the VigLink API. Feedback or bug reports are appreciated., (*1)

Total Downloads Latest Stable Version License, (*2)

Composer package available., (*3)

Requirements

  • PHP 5.3 or higher
  • cURL
  • Registered account on VigLink

Get started

To use the VigLink API you have to register yourself as a developer at the VigLink Developer Platform. At User's campaigns informations you will receive your api_key and secret_key., (*4)


A good place to get started is the example project., (*5)

Installation

I strongly advice using Composer to keep updates as smooth as possible., (*6)

$ composer require marchrius/viglink-php-api

Initialize the class

use Marchrius\VigLink\VigLink;

$viglink = new VigLink(array(
    'api_key'      => 'YOUR_APP_KEY',
    'secret_key'   => 'YOUR_APP_SECRET'
));

All methods return the API data json_decode() - so you can directly access the data as stdClass., (*7)

Examples

Check out the examples directory for standard PHP examples (no laravel integration), (*8)

Changelog

Please see the changelog file for more information., (*9)

Credits

Copyright (c) 2017 - Programmed by Matteo Gaggiano, (*10)

Released under the BSD License., (*11)

The Versions

19/02 2018

dev-release/0.0.1

dev-release/0.0.1 https://bitbucket.com/marchrius/vigLink-php-api

An easy-to-use PHP Class for accessing VigLink's API.

  Sources   Download

BSD BSD-3-Clause

The Requires

 

The Development Requires

laravel api viglink

19/02 2018

0.0.1

0.0.1.0 https://bitbucket.com/marchrius/vigLink-php-api

An easy-to-use PHP Class for accessing VigLink's API.

  Sources   Download

BSD BSD-3-Clause

The Requires

 

The Development Requires

laravel api viglink

19/02 2018

dev-master

9999999-dev https://bitbucket.com/marchrius/vigLink-php-api

An easy-to-use PHP Class for accessing VigLink's API.

  Sources   Download

BSD BSD-3-Clause

The Requires

 

The Development Requires

laravel api viglink

19/02 2018

dev-develop

dev-develop https://bitbucket.com/marchrius/vigLink-php-api

An easy-to-use PHP Class for accessing VigLink's API.

  Sources   Download

BSD BSD-3-Clause

The Requires

 

The Development Requires

laravel api viglink

19/02 2018

dev-release/0.0.3

dev-release/0.0.3 https://bitbucket.com/marchrius/vigLink-php-api

An easy-to-use PHP Class for accessing VigLink's API.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

laravel api viglink

19/02 2018

0.0.3

0.0.3.0 https://bitbucket.com/marchrius/vigLink-php-api

An easy-to-use PHP Class for accessing VigLink's API.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

laravel api viglink

15/11 2017

0.0.2

0.0.2.0 https://bitbucket.com/marchrius/vigLink-php-api

An easy-to-use PHP Class for accessing VigLink's API.

  Sources   Download

BSD

The Requires

 

The Development Requires

laravel api viglink