upinion / intl
There is no license information available for the latest version (1.15.0) of this package.
1.15.0
2025-10-29 10:22 UTC
Requires
- upinion/intl-translations: ^1.16
README
This repository contains everything related to the internationalization of our systems.
Installation
Composer: composer require upinion/intl
NPM: npm install --save @upinion/intl
Releasing new versions
- Always release both artefacts together: tag a new PHP package on GitHub (
upinion/intlrepo) and publish the Node package. - PHP: create a GitHub release pointing to the tag that matches the updated
composer.jsonversion (Packagist will pick it up automatically). - Node: run
npm publishfrom the repo root oncepackage.jsonis updated.