upinion/intl

There is no license information available for the latest version (1.15.0) of this package.

Maintainers

Details

github.com/Upinion/intl

Source

Issues

Installs: 2 922

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 0

Open Issues: 0

Language:JavaScript

pkg:composer/upinion/intl

1.15.0 2025-10-29 10:22 UTC

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/intl repo) and publish the Node package.
  • PHP: create a GitHub release pointing to the tag that matches the updated composer.json version (Packagist will pick it up automatically).
  • Node: run npm publish from the repo root once package.json is updated.