dktapps / pmforms
Form API library for PocketMine-MP plugins
Installs: 1 115
Dependents: 1
Suggesters: 0
Security: 0
Stars: 47
Watchers: 6
Forks: 20
Open Issues: 6
Requires
- pocketmine/pocketmine-mp: ^4.0.0 || ^5.0.0
Requires (Dev)
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.2.0
- phpstan/phpstan-strict-rules: ^1.0
This package is auto-updated.
Last update: 2024-10-31 00:23:39 UTC
README
Form API library for PocketMine-MP plugins using closures for handling data
API documentation
There's no documentation yet, but you can check out the demo plugin which shows how to use its API in a plugin.
Including in other plugins
This library supports being included as a virion.
If you use Poggit to build your plugin, you can add it to your .poggit.yml
like so:
projects: YourPlugin: libs: - src: dktapps-pm-pl/pmforms/pmforms version: ^2.1.0