PHPackages                             utfcube/buddy-plugin-update-text - 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. utfcube/buddy-plugin-update-text

ActiveLibrary

utfcube/buddy-plugin-update-text
================================

The Buddy UPDATE full-text fields handler plugin

0261[1 issues](https://github.com/UtfCube/buddy-plugin-update-text/issues)PHP

Since Jun 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/UtfCube/buddy-plugin-update-text)[ Packagist](https://packagist.org/packages/utfcube/buddy-plugin-update-text)[ RSS](/packages/utfcube-buddy-plugin-update-text/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

buddy-plugin-template
=====================

[](#buddy-plugin-template)

This is an initial template of a plugin for [Buddy](https://github.com/manticoresoftware/manticoresearch-buddy/) that you can use to develop.

How to start
------------

[](#how-to-start)

1. Create a repository from this template.
2. Open `composer.json` and edit it with your plugin name, dependencies, and everything else you need.
3. Run `composer install` to make it work.
4. You need to use our official `manticore-executor`; we strictly recommend using the [Docker](#how-to-use-docker-of-manticore-executor-dev) flow.
5. Edit `src/Payload.php`, add logic to parse the request, and prepare the payload structure for your command processing.
6. Edit `src/Handler.php` and implement processing logic and response that will be proxied by Manticore to the client.

How to use Docker of manticore-executor-dev
-------------------------------------------

[](#how-to-use-docker-of-manticore-executor-dev)

1. Clone [Buddy](https://github.com/manticoresoftware/manticoresearch-buddy/) somewhere to your host machine and go into it.
2. Run this command to create a Docker image named `manticore-buddy`:

    ```
    docker run --privileged --entrypoint bash -v $(pwd):/workdir -w /workdir --name manticore-buddy  --network host -it manticoresearch/manticore-executor-kit:latest
    ```
3. Now you can edit `/etc/manticore.conf` and configure the development version of Buddy:

    ```
    buddy_path = manticore-executor-dev /workdir/src/main.php --debug

    ```
4. Run `searchd --nodetach` to keep the daemon in the foreground and enjoy the development of your new plugin.

Notes
-----

[](#notes)

You can use `pre-commit` to install code style and code analyze hooks by running `pre-commit install`. Check our PHP code style and guide [here](https://github.com/manticoresoftware/php-code-standard).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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://www.gravatar.com/avatar/1d67032433eea1bb4caf07d7d4350b9d7884623f8f1531377fb003072c216428?d=identicon)[UtfCube](/maintainers/UtfCube)

---

Top Contributors

[![UtfCube](https://avatars.githubusercontent.com/u/32894034?v=4)](https://github.com/UtfCube "UtfCube (9 commits)")

### Embed Badge

![Health badge](/badges/utfcube-buddy-plugin-update-text/health.svg)

```
[![Health](https://phpackages.com/badges/utfcube-buddy-plugin-update-text/health.svg)](https://phpackages.com/packages/utfcube-buddy-plugin-update-text)
```

PHPackages © 2026

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