PHPackages                             rudidevries/kaku-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rudidevries/kaku-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rudidevries/kaku-bundle
=======================

This library provides a basic object interface for calling a the KAKU program to switch devices with the Raspberry Pi and a 433mhz transmitter.

0.1.1(11y ago)08PHP

Since Dec 20Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (4)Used By (0)

KAKU Bundle - 'Klik aan Klik uit'
=================================

[](#kaku-bundle---klik-aan-klik-uit)

[![SensioLabsInsight](https://camo.githubusercontent.com/fc06b6961e7108e1e91db6ff65fb897921715dcbba81e053520b380e6a7b56f9/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64336564316339652d626130362d343266632d626162362d6538653438626665623335652f6269672e706e67)](https://insight.sensiolabs.com/projects/d3ed1c9e-ba06-42fc-bab6-e8e48bfeb35e)

This library provides a basic object interface for calling a the KAKU program to switch devices with the Raspberry Pi and a 433mhz transmitter.

A complete description of how to setup the KAKU program on the Raspberry Pi is found [here](http://weejewel.tweakblogs.net/blog/8665/lampen-schakelen-met-een-raspberry-pi.html) in Dutch.

This bundle integrates the [rudidevries/kaku](https://github.com/rudidevries/kaku) libary in a Symfony project. It provides the configuration and service settings.

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

[](#installation)

The best way to add the library to your project is using [composer](http://getcomposer.org).

```
$ composer require rudidevries/kaku-bundle

```

The bundle needs to be loaded by the AppKernel.

```
public function registerBundles()
{
    $bundles = array(
		....
		new RudideVries\Bundle\KakuBundle\KakuBundle(),
		....
	);

	return $bundles;
}

```

And the configuration must be added to your project config file. Example:

```
kaku:
ssh:
    host: 192.168.0.196
    username: username
    public_key: /path/to/.ssh/id_rsa.pub
    private_key: /path/to/.ssh/id_rsa
command: sudo /path/to/kaku

```

Usage
-----

[](#usage)

A very basic example:

```
$channel = new Channel($description, $letter, $number);

$switcher = $this->get('kaku.kaku.switcher');
$switcher->sendOn($channel);
$switcher->sendOff($channel);

```

Offcourse you can put a collection of channels in a service of your own, to make things more flexible.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~0 days

Total

2

Last Release

4158d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d4349cc73689d833c51f758b30f99880be48da51a9590365df9688768a2f92f?d=identicon)[rudidevries](/maintainers/rudidevries)

---

Top Contributors

[![rudidevries](https://avatars.githubusercontent.com/u/5311277?v=4)](https://github.com/rudidevries "rudidevries (5 commits)")

### Embed Badge

![Health badge](/badges/rudidevries-kaku-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rudidevries-kaku-bundle/health.svg)](https://phpackages.com/packages/rudidevries-kaku-bundle)
```

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[sylius/taxonomy-bundle

Flexible categorization system for Symfony.

26388.2k7](/packages/sylius-taxonomy-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[sylius/addressing-bundle

Addressing and zone management for Symfony applications.

33221.4k3](/packages/sylius-addressing-bundle)[sylius/inventory-bundle

Flexible inventory management for Symfony applications.

19176.7k4](/packages/sylius-inventory-bundle)

PHPackages © 2026

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