zomarrd/pluginbuilderpmmp
Composer 安装命令:
composer require zomarrd/pluginbuilderpmmp
包简介
Create a .phar of your PocketMine-MP plugin
README 文档
README
The ultimate API for compiling your PocketMineMP plugins
Installation
Install Composer, and run this command in your project directory:
composer require zomarrd/pluginbuilderpmmp
Usage/Examples
1- Create a build.php file in the pluginPath/build/ and add the following code.
CODE EXAMPLE
<?php declare(strict_types=1); // Necesario si usas Composer. require_once __DIR__ . '/../vendor/autoload.php'; // Importar la clase PluginBuilder. use zOmArRD\Builder\PluginBuilder; // Crear una instancia de PluginBuilder. $pluginBuilder = new PluginBuilder(dirname(__DIR__)); // Compilar el plugin. $pluginBuilder->build();
CONSOLE OUTPUT
Creating Phar file... Added 2691 files to Phar Phar created in 2.899 seconds Phar size: 7082.07 KB Phar created successfully! Process finished with exit code 0
Extra
- You can modify the
PluginBuilder.phpclass to compile your plugin files the way you want.
For Developers
If there are bugs, errors, or you want to suggest something, you can report it, or make a pull request.
zomarrd/pluginbuilderpmmp 适用场景与选型建议
zomarrd/pluginbuilderpmmp 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 27 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 08 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「api」 「plugin」 「form」 「pocketmine」 「pocketmine-mp」 「pocketmine-forms」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 zomarrd/pluginbuilderpmmp 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 zomarrd/pluginbuilderpmmp 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 zomarrd/pluginbuilderpmmp 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
CakePHP 4.x AdminLTE Theme.
Diese Contao 4 Erweiterung stellt Google reCAPTCHA V2 in Form eines neuen Formularfeldes im Formulargenerator bereit. This extension provides Google reCAPTCHA V2 in the form of a new form field in the form generator of Contao Open Source CMS.
A PSR-7 compatible library for making CRUD API endpoints
A Laravel Filament Forms slug field.
A jQuery augmented PHP library for creating and validating HTML forms
Laravel contact us form package to send email and save to database
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-16
