{"id":22615905,"url":"https://github.com/hexadog/laravel-translation-manager","last_synced_at":"2026-02-26T10:35:54.795Z","repository":{"id":43660922,"uuid":"310827222","full_name":"hexadog/laravel-translation-manager","owner":"hexadog","description":"Laravel Translation Manager - Find unused or missing translations","archived":false,"fork":false,"pushed_at":"2024-02-27T18:32:04.000Z","size":181,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T10:22:34.582Z","etag":null,"topics":["laravel","laravel-package","laravel-translation-manager","laravel-translations","laravel-translator","package-development"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hexadog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2020-11-07T11:16:31.000Z","updated_at":"2025-01-10T05:24:05.000Z","dependencies_parsed_at":"2024-02-10T08:29:11.595Z","dependency_job_id":"0fc5f1cc-370b-4fa5-b2b3-585259450148","html_url":"https://github.com/hexadog/laravel-translation-manager","commit_stats":{"total_commits":33,"total_committers":4,"mean_commits":8.25,"dds":0.5757575757575757,"last_synced_commit":"c88bf0927f336f24ac576078c2b85be0830bd803"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/hexadog/laravel-translation-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexadog%2Flaravel-translation-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexadog%2Flaravel-translation-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexadog%2Flaravel-translation-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexadog%2Flaravel-translation-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexadog","download_url":"https://codeload.github.com/hexadog/laravel-translation-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexadog%2Flaravel-translation-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29856738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["laravel","laravel-package","laravel-translation-manager","laravel-translations","laravel-translator","package-development"],"created_at":"2024-12-08T19:10:03.373Z","updated_at":"2026-02-26T10:35:54.778Z","avatar_url":"https://github.com/hexadog.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://packagist.org/packages/hexadog/laravel-translation-manager\"\u003e\n        \u003cimg src=\"https://poser.pugx.org/hexadog/laravel-translation-manager/v\" alt=\"Latest Stable Version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/hexadog/laravel-translation-manager\"\u003e\n        \u003cimg src=\"https://poser.pugx.org/hexadog/laravel-translation-manager/downloads\" alt=\"Total Downloads\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/hexadog/laravel-themes-manager\"\u003e\n        \u003cimg src=\"https://poser.pugx.org/hexadog/laravel-translation-manager/license\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- omit in toc --\u003e\n## Introduction\n\u003ccode\u003ehexadog/laravel-translation-manager\u003c/code\u003e is a Laravel package to help you manage your application translation.\n\n\u003c!-- omit in toc --\u003e\n## Installation\nThis package requires PHP 7.3 and Laravel 7.0 or higher.\n\nTo get started, install Translation Manager using Composer:\n```shell\ncomposer require hexadog/laravel-translation-manager\n```\n\nThe package will automatically register its service provider.\n\nTo publish the config file to config/translation-manager.php run:\n```shell\nphp artisan vendor:publish --provider=\"Hexadog\\TranslationManager\\Providers\\PackageServiceProvider\"\n```\n\n\u003c!-- omit in toc --\u003e\n## Usage\nTranslation Manager has many features to help you working with translation\n\n- [Configuration](#configuration)\n- [Artisan Commands](#artisan-commands)\n\t- [Find unused translation](#find-unused-translation)\n\t- [Find missing translation](#find-missing-translation)\n\n### Configuration\nThis is the default contents of the configuration:\n```php\n\u003c?php\n\nreturn [\n    // Directories to search in.\n\t'directories' =\u003e [\n\t\t'app',\n\t\t'resources',\n\t],\n\n\t// File Extensions to search for.\n\t'extensions' =\u003e [\n\t\t'php',\n\t\t'js',\n\t],\n\n\t// Translation function names.\n\t// If your function name contains $ escape it using \\$ .\n\t'functions' =\u003e [\n\t\t'__',\n\t\t'_t',\n\t\t'@lang',\n\t],\n\n\t// Indicates weather you need to sort the translations alphabetically\n\t// by original strings (keys).\n\t// It helps navigate a translation file and detect possible duplicates.\n\t'sort-keys' =\u003e true,\n];\n```\n\n### Artisan Commands\nThis package provides some artisan commands in order to manage themes.\n\n#### Find unused translation\nFind all unused translation in your app\n```shell\nphp artisan translation:unused\n```\n\nFind all unused translation in your app for specifig namespace\n```shell\nphp artisan translation:unused --namespace=hexadog\n```\n\nFind all unused translation in your app for specifig language\n```shell\nphp artisan translation:unused --lang=fr\n```\n\nFind all unused translation in your app for a specific language file\n```shell\nphp artisan translation:unused --filename=buttons\n```\n__This example will search unused translation only in file `buttons.php` for all languages in `directories` configured.__\n\n#### Find missing translation\nFind all missing translation in your app\n```shell\nphp artisan translation:missing\n```\n\nFind all missing translation in your app for specifig namespace\n```shell\nphp artisan translation:missing --namespace=hexadog\n```\n\nFind all missing translation in your app for specifig language\n```shell\nphp artisan translation:missing --lang=fr\n```\n\n\u003c!-- omit in toc --\u003e\n## License\nLaravel Translation Manager is open-sourced software licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexadog%2Flaravel-translation-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexadog%2Flaravel-translation-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexadog%2Flaravel-translation-manager/lists"}