Php Intl
This skill facilitates internationalization (i18n) in PHP applications by providing locale-aware functions for formatting dates, numbers, and currencies.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add php-intl npx -- -y @trustedskills/php-intl
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"php-intl": {
"command": "npx",
"args": [
"-y",
"@trustedskills/php-intl"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The php-intl skill provides internationalization and localization capabilities within a PHP environment. It allows agents to format data according to specific locales, translate text into different languages, and handle date, time, and number formatting based on regional preferences. This enables the creation of applications that can adapt to diverse user needs and cultural contexts.
When to use it
- Generating localized reports: When you need to create reports with dates, numbers, or currency formatted according to a specific region's conventions (e.g., US vs. European date formats).
- Translating application text: To automatically translate user interface elements or other textual content into multiple languages for international users.
- Handling regional number formatting: When dealing with financial data that requires precise formatting based on locale-specific rules, such as currency symbols and decimal separators.
- Creating culturally sensitive applications: To ensure your application behaves appropriately in different cultural contexts by adapting date/time formats and other region-dependent settings.
Key capabilities
- Locale-aware number formatting
- Date and time formatting based on locale
- Text translation support
- Currency formatting according to regional standards
Example prompts
- "Format the number 1234567.89 as currency for Germany."
- "Translate 'Hello, world!' into Spanish."
- "What is the date format used in Japan?"
Tips & gotchas
- Requires a PHP environment with the
intlextension enabled. Ensure this dependency is met before using the skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.