{"id":22920709,"url":"https://github.com/teamneusta/pimcore-translation-migration-bundle","last_synced_at":"2025-09-08T09:42:18.046Z","repository":{"id":63896335,"uuid":"565940611","full_name":"teamneusta/pimcore-translation-migration-bundle","owner":"teamneusta","description":"Migrates Symfony translations to Pimcore","archived":false,"fork":false,"pushed_at":"2024-11-29T18:25:19.000Z","size":189,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-09-01T05:58:30.380Z","etag":null,"topics":["php","pimcore","pimcore-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamneusta.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-14T16:37:28.000Z","updated_at":"2024-11-29T18:24:59.000Z","dependencies_parsed_at":"2023-11-07T18:45:09.673Z","dependency_job_id":"8934bad6-f0d9-4b56-9c1d-3c4417f71aba","html_url":"https://github.com/teamneusta/pimcore-translation-migration-bundle","commit_stats":{"total_commits":42,"total_committers":3,"mean_commits":14.0,"dds":"0.26190476190476186","last_synced_commit":"2e624257853c7a253cb7d62d5b47ebaa44e7a93b"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/teamneusta/pimcore-translation-migration-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-translation-migration-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-translation-migration-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-translation-migration-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-translation-migration-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamneusta","download_url":"https://codeload.github.com/teamneusta/pimcore-translation-migration-bundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-translation-migration-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274166712,"owners_count":25233959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","pimcore","pimcore-bundle"],"created_at":"2024-12-14T07:16:44.832Z","updated_at":"2025-09-08T09:42:18.022Z","avatar_url":"https://github.com/teamneusta.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pimcore Translation Migration Bundle\n\n![CI](https://github.com/teamneusta/pimcore-translation-migration-bundle/actions/workflows/test-and-qa.yaml/badge.svg)\n\n![Software License](https://img.shields.io/badge/license-GPLv3-informational.svg)\n\nThis bundle combines the advantages of Symfony translation files and translations in the Pimcore admin backend.\n\nThis bundle reads standard symfony translation files and migrates them to Pimcore translations. Changed Pimcore translations are not overwritten (compared `creationDate` and `modificationDate`).\n\n## Installation\n\n1. **Require the bundle**\n\n   ```shell script\n   composer require teamneusta/pimcore-translation-migration-bundle\n   ```\n\n2. **Enable the bundle**\n\n   Add the Translation Migration Bundle to your `config/bundles.php`:\n\n   ```php\n   Neusta\\Pimcore\\TranslationMigrationBundle\\NeustaPimcoreTranslationMigrationBundle::class =\u003e ['all' =\u003e true],\n   ```\n\n## Usage\n\nThis bundle provides a Symfony command that just executes the migration.\n\n```shell\nbin/console neusta:translations:migrate\n```\n\nFor an example of how to use it, look at the [documentation](docs/index.md).\n\n## Configuration\n\nThere is no configuration available.\n\n## Contribution\n\nFeel free to open issues for any bug, feature request, or other ideas.\n\nPlease remember to create an issue before creating large pull requests.\n\n### Local Development\n\nTo develop on local machine, the vendor dependencies are required.\n\n```shell\nbin/composer install\n```\n\nWe use composer scripts for our main quality tools. They can be executed via the `bin/composer` file as well.\n\n```shell\nbin/composer cs:fix\nbin/composer phpstan\n```\n\nFor the tests there is a different script, that includes a database setup.\n\n```shell\nbin/run-tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamneusta%2Fpimcore-translation-migration-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamneusta%2Fpimcore-translation-migration-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamneusta%2Fpimcore-translation-migration-bundle/lists"}