PhpDev.App
jojoe77777/FormAPI

jojoe77777/FormAPI

Stars: 149

Forks: 119

Pull Requests: 35

Issues: 64

Watchers: 27

Last Updated: 2023-07-16 23:06:11

Simple API for creating forms for MCPE clients (PocketMine only)

License: GNU Lesser General Public License v3.0

Languages: PHP

FormAPI

Simple API for creating forms for MCPE clients (PocketMine only)

Including in other plugins

As a plugin

This library can be loaded as a plugin phar. You can use the depend key in plugin.yml to require its presence.

As a virion

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.1

RELEASES

See all