{"id":27629432,"url":"https://github.com/purjus/locoimporterbundle","last_synced_at":"2026-04-29T17:02:52.117Z","repository":{"id":57045861,"uuid":"177641164","full_name":"purjus/LocoImporterBundle","owner":"purjus","description":"Import Localise.biz (Loco) translations in your Symfony project","archived":false,"fork":false,"pushed_at":"2020-02-04T06:41:06.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-24T08:41:45.847Z","etag":null,"topics":["localization","loco","symfony-bundle","translation"],"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/purjus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-25T18:21:36.000Z","updated_at":"2020-02-04T06:40:40.000Z","dependencies_parsed_at":"2022-08-24T03:40:19.635Z","dependency_job_id":null,"html_url":"https://github.com/purjus/LocoImporterBundle","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/purjus/LocoImporterBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purjus%2FLocoImporterBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purjus%2FLocoImporterBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purjus%2FLocoImporterBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purjus%2FLocoImporterBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purjus","download_url":"https://codeload.github.com/purjus/LocoImporterBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purjus%2FLocoImporterBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["localization","loco","symfony-bundle","translation"],"created_at":"2025-04-23T15:17:12.827Z","updated_at":"2026-04-29T17:02:52.099Z","avatar_url":"https://github.com/purjus.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Installation\n============\n\n### Step 1: Download the Bundle\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n```console\n$ composer require purjus/loco-importer-bundle\n```\n\nThis command requires you to have Composer installed globally, as explained\nin the [installation chapter](https://getcomposer.org/doc/00-intro.md)\nof the Composer documentation.\n\n### Step 2: Enable the Bundle\n\nThen, enable the bundle by adding it to the list of registered bundles\nin the `app/AppKernel.php` file of your project:\n\n```php\n\u003c?php\n// app/AppKernel.php\n\n// ...\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = [\n            // ...\n            new Purjus\\LocoImporterBundle\\PurjusLocoImporterBundle(),\n        ];\n\n        // ...\n    }\n\n    // ...\n}\n```\n\n### Step 3: Configure the Bundle\n\nThen, configure the bundle by adding the following configuration to `app/config/config.yml` for non-flex application, or `config/packages/purjus_loco_importer.yaml` for flex applications :\n\n```yaml\npurjus_loco_importer:\n    projects:\n        my_project_name:\n            key: '\u003clocalise.biz API Key\u003e'\n            file: 'translations/messages' # path to the file, relative to project root, without locale nor extension. Here, the imported files will go to \"translations/messages.\u003clocale\u003e.yaml\"\n            format: 'symfony' # default. Can be : symfony | zend | codeigniter | constants | chrome | nested | rails | java | tizen | jed | gettext | ng-gettext | xcode | script | yml (see https://localise.biz/api/docs/export/exportlocale)\n```\n\nUse\n============\n\nTo import projects translations just use :\n`bin/console purjus:loco:import`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurjus%2Flocoimporterbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurjus%2Flocoimporterbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurjus%2Flocoimporterbundle/lists"}