PHPackages                             thingdomio/thingdom-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. thingdomio/thingdom-php

ActiveLibrary[API Development](/categories/api)

thingdomio/thingdom-php
=======================

The official PHP library for the Thingdom.io API

241PHP

Since Feb 6Pushed 11y ago4 watchersCompare

[ Source](https://github.com/thingdomio/thingdom-php)[ Packagist](https://packagist.org/packages/thingdomio/thingdom-php)[ RSS](/packages/thingdomio-thingdom-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Thingdom PHP Library
====================

[](#thingdom-php-library)

PHP library for v1.1 of the [Thingdom.io API](https://thingdom.io/).

What is Thingdom?
-----------------

[](#what-is-thingdom)

[Thingdom](https://thingdom.io) allows you to mobile-enable your product in four lines of code with no need to develop the iOS and Android apps or create scalable cloud infrastructure. [Get Started Now!](https://thingdom.io/sign-up)

[![](https://camo.githubusercontent.com/b74441846d645edbbb01ed00669601806a59f081b10f3f7f75b7ef4f08b7ad3f/68747470733a2f2f7468696e67646f6d2e696f2f696d616765732f70726f66696c652f322e706e673f7261773d74727565)](https://camo.githubusercontent.com/b74441846d645edbbb01ed00669601806a59f081b10f3f7f75b7ef4f08b7ad3f/68747470733a2f2f7468696e67646f6d2e696f2f696d616765732f70726f66696c652f322e706e673f7261773d74727565)

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

[](#requirements)

You must have cURL for PHP installed in order to use this library.

CentOS:

```
sudo yum install php5-curl

```

Ubuntu:

```
sudo apt-get install php5-curl

```

Getting started
---------------

[](#getting-started)

First things first, [Get your free API access](https://thingdom.io/sign-up). Next, if your not using composer, download this library and then try the following code.

```
