PHPackages                             dodev34/sdk-domoticz-bundle - 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. dodev34/sdk-domoticz-bundle

ActiveSymfony-bundle[API Development](/categories/api)

dodev34/sdk-domoticz-bundle
===========================

PHP Domoticz API Bundle for symfony.

1.0.0(8y ago)0401MITPHPPHP &gt;=5.3.0

Since Jul 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dodev34/sdk-domoticz-bundle)[ Packagist](https://packagist.org/packages/dodev34/sdk-domoticz-bundle)[ RSS](/packages/dodev34-sdk-domoticz-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Documentation
=============

[](#documentation)

#### Installation

[](#installation)

with composer

```
$ composer require dodev34/sdk-domoticz-bundle

```

#### Configuration

[](#configuration)

in you AppKernel file `app/AppKenel.php`

```
public function registerBundles()
{
    $bundles = [
        // ...
        new M12U\Bundle\Sdk\DomoticzBundle\M12USdkDomoticzBundle(),
        // ...
    ];

    // ...
}

```

in your config file `app/config/config.yml`

```
m12_u_sdk_domoticz:
    username: YOU_USERNAME
    password: YOU_PASSWORD
    base_uri: http://:8080

```

#### Note :

[](#note-)

Make sure you have entered a username and password in your Domoticz application

#### Services

[](#services)

Client nameMethodDoccommandgetSunRiseSetGet sunrise and sunset timescommandaddLogMessageAdd a log message to the Domoticz logcommandgetLightSwitchesGet all lights/switchescommandswitchLightcommandsetColbrightnessValuedevicegetDevicesReturn list of device(s)devicegetDeviceRetrieve status of specific deviceexemple with log message command

```
$provider = $container->get('m12u.sdk.domoticz.provider_proxy');
$command = $provider->getClient('command');

$result = $command->addLogMessage("you message here");
// result {"status":"OK","title":"AddLogMessage"}

```

[![AddLogMessage](Resources/public/cap-01.png?raw=true "AddLogMessage")](Resources/public/cap-01.png?raw=true)

todo: Finish creating the proxy for the rest of the api endpoints official doc for domiticz : [https://www.domoticz.com/wiki/Domoticz\_API/JSON\_URL%27s](https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3205d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90d89d441280fb63574d0a28bf032f891d8e1e381d1ca9fe6fcd6e81d78accbc?d=identicon)[dodev34](/maintainers/dodev34)

---

Top Contributors

[![dodev34](https://avatars.githubusercontent.com/u/1914954?v=4)](https://github.com/dodev34 "dodev34 (1 commits)")

### Embed Badge

![Health badge](/badges/dodev34-sdk-domoticz-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dodev34-sdk-domoticz-bundle/health.svg)](https://phpackages.com/packages/dodev34-sdk-domoticz-bundle)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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