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
Requires
- php: ^8.1
- ext-json: *
- psr/http-client: ^1.0
- psr/http-message: ^1.1 || ^2.0
- psr/log: ^1.1 || ^2.0 || ^3.0
- symfony/yaml: ^6.0
Requires (Dev)
- phpunit/phpunit: ^10.5
README
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