Simple API for creating forms for MCPE clients (PocketMine only)
This library can be loaded as a plugin phar. You can use the depend key in plugin.yml to require its presence.
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: jojoe77777/FormAPI/libFormAPI
        version: ^2.1.1In your composer.json add an entry to the require attribute, like so:
  {
    "name": "author/project",
    "require": {
+     "jojoe77777/formapi": "^2.1.0",
      "pmmp/pocketmine-mp": "^4.0.0
    }
  }