在 PHP 框架中包含 Pear 库

发布于 2024-11-18 10:37:35 字数 404 浏览 3 评论 0原文

如何将 PEAR 库作为包/库合并到 PHP 框架中?

也就是说,我在 PHP 框架内使用包系统 - 并且需要这些 PEAR 库可以轻松地重新分发(我特指 CodeIgniter 的包管理器,Sparks)给其他用户。最好将所需的 PEAR 库及其依赖项耦合到包本身中,或者在包初始化(即构造函数、init、工厂,无论调用什么)时进行检查并提示(以及下载指令)用户安装必要的依赖项?

后一个选项可能不适用于某些缺乏安装 PEAR 库所需权限(即共享主机?)或必要技术知识(别笑,我是认真的)的用户,即框架用户,而不是程序员/系统管理员。

耦合会带来项目内代码重复的风险,即使它极大地简化了使包“正常工作”的过程。您会选择什么路线?

How should PEAR libraries be incorporated as packages / libraries within PHP frameworks?

Namely, I'm using a package system within a PHP framework - and need those PEAR libraries to be easily redistributable (I'm referring specifically to CodeIgniter's package manager, Sparks) to other users. Would it be better to couple the needed PEAR libraries and their dependencies within the package itself, or to instead do a check when the package is initialized (ie constructor, init, factory, whatever called) and prompt (along with download instructions) that that user install the necessary dependencies?

The latter option may not work for some users who lack either the necessary permissions (ie shared hosting?) or the necessary technical knowledge (don't laugh, I'm serious) to install PEAR libraries, ie framework users, not programmers / system admins.

Coupling opens the risk of code duplication within a project, even if it greatly simplifies making the package "just work". What route would YOU take?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福丶如此 2024-11-25 10:37:35

使用下一代 pear 安装程序 Pyrus,并按照 使用 Pyrus 管理 PEAR 可安装供应商库

Use Pyrus, the next-gen pear installer and follow the instructions in Using Pyrus To Manage PEAR Installable Vendor Libs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文