Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decodelabs/cosmos
Internationalisation system for PHP
https://github.com/decodelabs/cosmos
Last synced: 1 day ago
JSON representation
Internationalisation system for PHP
- Host: GitHub
- URL: https://github.com/decodelabs/cosmos
- Owner: decodelabs
- License: mit
- Created: 2022-11-28T11:07:30.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-10T15:45:45.000Z (3 months ago)
- Last Synced: 2024-12-10T01:31:48.707Z (about 1 month ago)
- Language: PHP
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cosmos
[![PHP from Packagist](https://img.shields.io/packagist/php-v/decodelabs/cosmos?style=flat)](https://packagist.org/packages/decodelabs/cosmos)
[![Latest Version](https://img.shields.io/packagist/v/decodelabs/cosmos.svg?style=flat)](https://packagist.org/packages/decodelabs/cosmos)
[![Total Downloads](https://img.shields.io/packagist/dt/decodelabs/cosmos.svg?style=flat)](https://packagist.org/packages/decodelabs/cosmos)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/decodelabs/cosmos/integrate.yml?branch=develop)](https://github.com/decodelabs/cosmos/actions/workflows/integrate.yml)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-44CC11.svg?longCache=true&style=flat)](https://github.com/phpstan/phpstan)
[![License](https://img.shields.io/packagist/l/decodelabs/cosmos?style=flat)](https://packagist.org/packages/decodelabs/cosmos)### Internationalisation and localisation made simple
Cosmos provides a simple interface to handle typical i18n tasks in your PHP app.
_Get news and updates on the [DecodeLabs blog](https://blog.decodelabs.com)._
---
## Installation
Install via Composer:
```bash
composer require decodelabs/cosmos
```## Usage
Coming soon...
## Licensing
Cosmos is licensed under the proprietary License. See [LICENSE](./LICENSE) for the full license text.