PHPackages                             netalico/smartthings - 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. netalico/smartthings

ActiveLibrary

netalico/smartthings
====================

281Groovy

Since Jun 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/netalico/smartthings)[ Packagist](https://packagist.org/packages/netalico/smartthings)[ RSS](/packages/netalico-smartthings/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Smartthings PHP
===============

[](#smartthings-php)

Smartthings PHP is a library for interfacing with the SmartThings home automation system through PHP.

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

[](#installation)

Install with composer. Open your composer.json file and add the following to the require array:

```
"netalico/smartthings": "dev-master"

```

Install the dependencies
------------------------

[](#install-the-dependencies)

Run Composer to install or update the new requirement.

```
php composer install

```

or

```
php composer update

```

Now you are able to require the vendor/autoload.php file to autoload the package.

Laravel 4 Integration
=====================

[](#laravel-4-integration)

After you have installed the package, just follow the instructions.

Smartthings PHP has optional support for Laravel 4 and it comes bundled with a Service Provider and a Facade for easy integration.

After installing the package, open your Laravel config file app/config/app.php and add the following lines.

In the $providers array add the following service provider for this package.

```
'Netalico\Smartthings\SmartthingsServiceProvider'

```

Configuration
-------------

[](#configuration)

After installing, you can publish the package configuration file into your application by running the following command:

```
php artisan config:publish netalico/smartthings

```

This will publish the config file to app/config/packages/netalico/smartthings/config.php where you can modify the package configuration.

Usage
=====

[](#usage)

This package provides a few basic methods for setting up the Oauth authentication with SmartThings and toggling switches and locks.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/54712339?v=4)[Netalico Commerce](/maintainers/netalico)[@netalico](https://github.com/netalico)

---

Top Contributors

[![mark-netalico](https://avatars.githubusercontent.com/u/2094614?v=4)](https://github.com/mark-netalico "mark-netalico (6 commits)")

### Embed Badge

![Health badge](/badges/netalico-smartthings/health.svg)

```
[![Health](https://phpackages.com/badges/netalico-smartthings/health.svg)](https://phpackages.com/packages/netalico-smartthings)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
