PHPackages                             berkas1/sigfox\_php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. berkas1/sigfox\_php

ActiveLibrary[API Development](/categories/api)

berkas1/sigfox\_php
===================

Sigfox API PHP 7 library

1.0.0(8y ago)0271MITPHP

Since Aug 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/berkas1/sigfox_php)[ Packagist](https://packagist.org/packages/berkas1/sigfox_php)[ RSS](/packages/berkas1-sigfox-php/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

*sigfox\_php* library helps you to interact with Sigfox Backend API

THe library requires only PHP7+ and cURL support. No other dependency is required.

Currenty supported APIs:
------------------------

[](#currenty-supported-apis)

- Device
- Device Types
- Groups

Installation
------------

[](#installation)

This library can be installed with composer.

To install composer and the library, run these commands:

```
curl -sS https://getcomposer.org/installer | php
php composer.phar berkas1/sigfox_php

```

Usage
-----

[](#usage)

First, you need to initialize an instance of Sigfox class and enter user credentials. Then, you have to pick what you want to work with - Device, Device Type, Group, ...

```
