wvpn/client

There is no license information available for the latest version (dev-master) of this package.

Provide a client interface to interact with wvpn services

dev-master 2016-05-09 16:19 UTC

This package is not auto-updated.

Last update: 2019-03-14 09:10:22 UTC


README

Requirements

Please see the composer.json file.

Installation

Install composer

First install composer if you don't have one: cd to the web root dir

curl -sS https://getcomposer.org/installer | php

Install wvpn/client package:

cd to the web root dir

php composer.phar require wvpn/client:dev-master
mkdir wvpn
cp vendor/wvpn/client/src/ClientConfig.php.dist wvpn/ClientConfig.php

Update config file

change uername & password in wvpn/ClientConfig.php

Ready to use

require 'vendor/autoload.php';