2017 © Pedro Peláez
 

package epsumthings-php

A PHP-SDK for EpsumThings Platform

image

epsumlabs/epsumthings-php

A PHP-SDK for EpsumThings Platform

  • Saturday, March 10, 2018
  • by suraj-epsumlabs
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP SDK for EpsumThings

EpsumThings php sdk for developers and hobbyists alike for using EpsumThings IoT platform., (*1)

Installation

You can install the package using the composer package manager using the following command., (*2)

composer require epsumlabs/epsumthings-php:dev-master

Example Code

<?php
require("./vendor/epsumlabs/epsumthings-php/epsum_things.php");
$obj=new account("user@domain.com","secret_key","app_id"); //secret_key and app_id can be found on EpsumThings app section of your EpsumThings account. 
$things=new epsumthings();
echo($things->user_profile($obj));
?>

About

EpsumThings (Beta) is an IoT platform developed at Epsum Labs Private Limited for people like you to taste the sweetness of IoT with minimal effort., (*3)

Get registered at http://things.epsumlabs.com to explore the IoT platform., (*4)

The Versions

10/03 2018

dev-master

9999999-dev

A PHP-SDK for EpsumThings Platform

  Sources   Download

MIT

The Requires

  • php ^5.5 || ^7.0

 

by Epsum Labs Private Limited

things epsumthings epsum