PHPackages                             mmxca/bitmessage-plugin - 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. [Framework](/categories/framework)
4. /
5. mmxca/bitmessage-plugin

ActiveCakephp-plugin[Framework](/categories/framework)

mmxca/bitmessage-plugin
=======================

BitMessagePlugin plugin for CakePHP3

0.0.2(10y ago)138PHP &gt;=5.4.16

Since Jun 27Compare

[ Source](https://github.com/mmxca/BitmessagePlugin)[ Packagist](https://packagist.org/packages/mmxca/bitmessage-plugin)[ RSS](/packages/mmxca-bitmessage-plugin/feed)WikiDiscussions Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

BitMessagePlugin plugin for CakePHP
===================================

[](#bitmessageplugin-plugin-for-cakephp)

Credits
-------

[](#credits)

A tip of the hat to Convertor, who created the PhpBitMessage class. I had to do this as a plugin to make the class available to CakePHP. All credit goes to him. All I did was reformat it for usage in CakePHP.

Prerequisites
-------------

[](#prerequisites)

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require mmxca/BitmessagePlugin

```

### Add route to bootstrap.php

[](#add-route-to-bootstrapphp)

```
Plugin::load('BitmessagePlugin', ['bootstrap' => false, 'routes' => true]);

```

### Add component to your Controller

[](#add-component-to-your-controller)

```
public $components = ['BitmessagePlugin.Bitmessage'];

```

### Add configuration to config/app.php

[](#add-configuration-to-configappphp)

```
    'BitMessage' => [
        'rpc_url' => 'http://localhost:8442',
        'rpc_username' => '*USERNAME*',
        'rpc_password' => '*PASSWORD*',
        'debug' => 0,
        'cookie' => 'bitmessage_cookie.txt',
        'cache' => 0
    ],

```

Example Usage
-------------

[](#example-usage)

```
        $this->Bitmessage->initialize();
        $this->Bitmessage->setStrip(true);

        //to, from, subject, message
        $this->Bitmessage->sendMessage(*TO_ADDRESS*,
                *FROM_ADDRESS*,
                "Test Subject",
                "Test Message Body"
            );

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

3655d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/502f7560b3d1bf4ba6a9c5a7ad333a89c6aedabf69833765d29b85995ef46fed?d=identicon)[mmxca](/maintainers/mmxca)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mmxca-bitmessage-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/mmxca-bitmessage-plugin/health.svg)](https://phpackages.com/packages/mmxca-bitmessage-plugin)
```

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

84114.4M160](/packages/cakephp-debug-kit)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k16.8k](/packages/prestashop-prestashop)[cakephp/bake

Bake plugin for CakePHP

11211.7M190](/packages/cakephp-bake)[cakephp/twig-view

Twig powered View for CakePHP

155.5M17](/packages/cakephp-twig-view)[cakephp/queue

Queue plugin for CakePHP

36281.2k14](/packages/cakephp-queue)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

35184.7k2](/packages/dereuromark-cakephp-setup)

PHPackages © 2026

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