Skip to content

EpsumThings php sdk for developers and hobbyists alike for using EpsumThings IoT platform.

License

Notifications You must be signed in to change notification settings

Epsumlabs/epsum-things-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP SDK for EpsumThings

EpsumThings php sdk for developers and hobbyists alike for using EpsumThings IoT platform.

Installation

You can install the package using the composer package manager using the following command.

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.

Get registered at http://things.epsumlabs.com to explore the IoT platform.

About

EpsumThings php sdk for developers and hobbyists alike for using EpsumThings IoT platform.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages