tkhamez/neucore-plugin

Necessary classes to write a Neucore plugin.

Installs: 3 361

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/tkhamez/neucore-plugin

6.1.0 2026-01-04 13:49 UTC

This package is auto-updated.

Last update: 2026-01-04 13:58:44 UTC


README

Latest Stable Version Total Downloads License PHP Version Require build

neucore-plugin

Classes necessary to write a Neucore plugin.

Documentation can be found in the Neucore repository at https://github.com/tkhamez/neucore/blob/main/doc/Plugins.md.

For a list of plugins see https://github.com/tkhamez/neucore#plugins-and-related-software.

Dev Env

docker build --tag neucore-plugin .
docker run -it --mount type=bind,source="$(pwd)",target=/app --workdir /app neucore-plugin /bin/sh