tkhamez/neucore-plugin

Necessary classes to write a Neucore plugin.

Installs: 3 265

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/tkhamez/neucore-plugin

6.0.0 2025-08-02 15:20 UTC

This package is auto-updated.

Last update: 2025-11-23 13:20:42 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