PHPackages                             emnify/emnify-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. emnify/emnify-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

emnify/emnify-sdk
=================

Supply your swarm of IoT devices with cloud connectivity by emnify. Automate your routines with this SDK for PHP.

0.0.2(1y ago)0572[1 issues](https://github.com/NeftaliYagua/emnify-php-sdk/issues)[3 PRs](https://github.com/NeftaliYagua/emnify-php-sdk/pulls)MITPHPPHP ^8.1CI passing

Since Aug 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/NeftaliYagua/emnify-php-sdk)[ Packagist](https://packagist.org/packages/emnify/emnify-sdk)[ Docs](https://github.com/CodericEcosystem/emnify-php-sdk)[ RSS](/packages/emnify-emnify-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (4)Versions (6)Used By (0)

Eminify PHP SDK
===============

[](#eminify-php-sdk)

Rest API resources of the emnify System.

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "emnify/emnify-sdk": "*@dev"
  }
}

```

Then run `composer install`

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
