承接 phpnomad/gettext-integration 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phpnomad/gettext-integration

Composer 安装命令:

composer require phpnomad/gettext-integration

包简介

PHPNomad gettext translation strategy implementation

README 文档

README

Latest Version Total Downloads PHP Version License

Integrates PHP's built-in gettext extension with phpnomad/translate. This package provides a TranslationStrategy implementation that delegates to dgettext and dngettext, applies the locale through setlocale(LC_MESSAGES, ...), and handles gettext's msgctxt context convention. If you'd rather not depend on the ext-gettext PHP extension, phpnomad/symfony-translation-integration implements the same abstraction against Symfony Translation instead.

Installation

This package requires the ext-gettext PHP extension to be installed and enabled.

composer require phpnomad/gettext-integration

What This Provides

  • PHPNomad\Gettext\Strategies\TranslationStrategy, which implements PHPNomad\Translations\Interfaces\TranslationStrategy using dgettext and dngettext.
  • Locale application from an injected HasLanguage provider, applied with setlocale(LC_MESSAGES, ...) on every call.
  • Context disambiguation via the gettext msgctxt convention (EOT separator \x04), with fallback to the untranslated source (or the appropriate singular/plural form) when no translation is registered for that context.

Requirements

  • PHP 8.0+
  • ext-gettext PHP extension
  • phpnomad/translate ^2.0
  • A HasTextDomain provider and a HasLanguage provider bound in your container (both interfaces ship with phpnomad/translate)

Usage

Bind the TranslationStrategy interface from phpnomad/translate to the gettext implementation inside your bootstrapper. The strategy is then resolved wherever the interface is injected.

<?php

use PHPNomad\Gettext\Strategies\TranslationStrategy as GettextTranslationStrategy;
use PHPNomad\Translations\Interfaces\TranslationStrategy;

$container->bind(TranslationStrategy::class, GettextTranslationStrategy::class);

Catalog files, domain binding, and locale setup are handled by the gettext extension itself. See the PHP manual for bindtextdomain, .mo file layout, and platform-specific notes on locale availability.

Documentation

The PHPNomad bootstrapping guide lives at phpnomad.com. For gettext catalog setup, see the PHP manual entry for gettext.

License

MIT. See LICENSE.

phpnomad/gettext-integration 适用场景与选型建议

phpnomad/gettext-integration 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 03 月 31 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 phpnomad/gettext-integration 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 phpnomad/gettext-integration 我们能提供哪些服务?
定制开发 / 二次开发

基于 phpnomad/gettext-integration 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 22
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-31