PHP Sigfox Client

SigfoxExt

Constructor of the `Sigfox` class.

Since Sigfox is a auto generated class. This class is using to implement manual methods that should be in Sigfox class.

Table of Contents

__construct()  : mixed
Creating a Sigfox client instance
jobStatus()  : Model
Making an async response from a serialized value

Methods

__construct()

Creating a Sigfox client instance

public __construct(string $username, string $password[, class-string $client = Guzzle::class ]) : mixed
Parameters
$username : string

Username to authenticate for Sigfox API

$password : string

Password to authenticate for Sigfox API

$client : class-string = Guzzle::class

HTTP client to use to call Sigfox API

Return values
mixed

Search results