Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imponeer/symfony-translations-constants-loader
Translations loader from PHP constants files
https://github.com/imponeer/symfony-translations-constants-loader
composer-library hacktoberfest library loader symfony translation
Last synced: 29 days ago
JSON representation
Translations loader from PHP constants files
- Host: GitHub
- URL: https://github.com/imponeer/symfony-translations-constants-loader
- Owner: imponeer
- License: mit
- Created: 2020-11-09T23:19:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T14:33:41.000Z (4 months ago)
- Last Synced: 2024-10-02T22:09:13.168Z (about 2 months ago)
- Topics: composer-library, hacktoberfest, library, loader, symfony, translation
- Language: PHP
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Tests](https://github.com/imponeer/symfony-translations-constants-loader/workflows/Tests/badge.svg?branch=main)](https://github.com/imponeer/symfony-translations-constants-loader/actions?query=workflow%3ATests) [![Packagist License](https://img.shields.io/packagist/l/imponeer/symfony-translations-constants-loader)](https://github.com/imponeer/symfony-translations-constants-loader/blob/main/LICENSE) [![Packagist Version](https://img.shields.io/packagist/v/imponeer/symfony-translations-constants-loader)](https://packagist.org/packages/imponeer/symfony-translations-constants-loader)
# Symfony Translations Constants Loader
Extension for [symfony/translation](https://symfony.com/doc/current/translation.html) package to load translations defined as constants list in PHP file.
## Installation
To install and use this package, we recommend to use [Composer](https://getcomposer.org):
```bash
composer require imponeer/symfony-translations-constants-loader
```Otherwise you need to include manualy files from `src/` directory.
## How to contribute?
If you want to add some functionality or fix bugs, you can fork, change and create pull request. If you not sure how this works, try [interactive GitHub tutorial](https://skills.github.com).
If you found any bug or have some questions, use [issues tab](https://github.com/imponeer/symfony-translations-constants-loader/issues) and write there your questions.