MCAuth:用于Mojang Yggdrasil身份验证方案的Minecraft PHP身份验证

时间:2024-02-25 01:58:43
【文件属性】:

文件名称:MCAuth:用于Mojang Yggdrasil身份验证方案的Minecraft PHP身份验证

文件大小:6KB

文件格式:ZIP

更新时间:2024-02-25 01:58:43

php minecraft mojang-authentication minecraft-php-authentication MinecraftPHP

认证 用于Mojang Yggdrasil的Minecraft PHP身份验证( )身份验证方案 安装 composer require mattiabasone/mc-auth 例: 创建新的MCAuth对象 $ MCAuth = new MCAuth \ Api (); 认证方式: try { $ account = $ MCAuth -> sendAuth ( "myemail@example.org" , "mypassword" ); var_dump ( $ account ); } catch ( Exception $ e ) { echo $


【文件预览】:
MCAuth-composer
----composer.json(526B)
----LICENSE(2KB)
----src()
--------Objects()
--------Exceptions()
--------HttpClients()
--------Api.php(3KB)
----README.md(1KB)

网友评论