{"id":13579231,"url":"https://github.com/acquia/blt","last_synced_at":"2025-05-14T13:06:03.752Z","repository":{"id":37677262,"uuid":"57239027","full_name":"acquia/blt","owner":"acquia","description":"Acquia's toolset for automating Drupal 8 and 9 development, testing, and deployment.","archived":false,"fork":false,"pushed_at":"2024-07-31T12:17:43.000Z","size":8183,"stargazers_count":442,"open_issues_count":36,"forks_count":394,"subscribers_count":48,"default_branch":"main","last_synced_at":"2024-10-29T15:18:36.156Z","etag":null,"topics":["automation","ci","drupal"],"latest_commit_sha":null,"homepage":"https://docs.acquia.com/blt/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acquia.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-27T19:04:48.000Z","updated_at":"2024-09-04T07:10:28.000Z","dependencies_parsed_at":"2023-02-04T10:15:55.364Z","dependency_job_id":"7b538f18-9fdb-4549-be21-e697d64158b8","html_url":"https://github.com/acquia/blt","commit_stats":{"total_commits":2798,"total_committers":175,"mean_commits":15.98857142857143,"dds":0.6511794138670479,"last_synced_commit":"fe48f6cb3106c1a7ef9cfd17600b3aa6c25af5de"},"previous_names":[],"tags_count":199,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acquia%2Fblt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acquia%2Fblt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acquia%2Fblt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acquia%2Fblt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acquia","download_url":"https://codeload.github.com/acquia/blt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149948,"owners_count":22022851,"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","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":["automation","ci","drupal"],"created_at":"2024-08-01T15:01:37.575Z","updated_at":"2025-05-14T13:06:03.710Z","avatar_url":"https://github.com/acquia.png","language":"PHP","readme":"# BLT\n\n## End of Life\n\nAcquia has announced the end of life for BLT effective July 1, 2024. For more details, see https://github.com/acquia/blt/issues/4736\n\n## Overview\n\n![BLT logo of stylized sandwich](https://github.com/acquia/blt/raw/11.x/docs/_static/blt-logo.png)\n\n![Build Status](https://github.com/acquia/blt/actions/workflows/orca.yml/badge.svg?main) [![Packagist](https://img.shields.io/packagist/v/acquia/blt.svg)](https://packagist.org/packages/acquia/blt)\n\nBLT (Build and Launch Tool) provides an automation layer for testing, building, and launching Drupal 8 and 9 applications.\n\n**To learn more and get started, see the documentation: https://docs.acquia.com/blt**\n\n**To review the Acquia and community provided plugins for BLT, see the [plugin registry](https://support-acquia.force.com/s/article/360046918614-Acquia-BLT-Plugins).**\n\n## BLT Versions\n\n| BLT Version | Supported? | Major Drupal Version | PHP Version     | Drush Version |\n|-------------|------------|----------------------|-----------------|---------------|\n| 13.x        | Yes        | 9.x, 10.x            | 8.0, 8.1, 8.2 * | 11.x, 12.x *  |\n| 12.x        | **No**     | 9.x                  | 7.4             | 10.x          |\n| 11.x        | **No**     | 8.x                  | 7.4             | 9.x, 10.x     |\n\n\\* BLT users must upgrade to at least BLT 13.5.x to upgrade to PHP 8.1. and Drush 11.0.7 (or beyond).\n\nPHP 8.2, Drush 12, and Drupal 10 support is unstable.\n\n## Steps to use Acquia Drupal Recommended Settings with BLT.\n\n- Update the BLT plugin to the latest release, which includes acquia/drupal-recommended-settings OOTB.\n```\ncomposer update acquia/blt -W\n```\n\n### Manual Process:\n\n- Remove BLT reference from settings.php file located at `/docroot/sites/\u003csite-name\u003e/settings.php`.\n```diff\n- require DRUPAL_ROOT . \"/../vendor/acquia/blt/settings/blt.settings.php\";\n- /**\n-  * IMPORTANT.\n-  *\n-  * Do not include additional settings here. Instead, add them to settings\n-  * included by `blt.settings.php`. See BLT's documentation for more detail.\n-  *\n-  * @link https://docs.acquia.com/blt/\n-  */\n+ require DRUPAL_ROOT . \"/../vendor/acquia/drupal-recommended-settings/settings/acquia-recommended.settings.php\";\n+ /**\n+  * IMPORTANT.\n+  *\n+  * Do not include additional settings here. Instead, add them to settings\n+  * included by `acquia-recommended.settings.php`. See Acquia's documentation for more detail.\n+  *\n+  * @link https://docs.acquia.com/\n+  */\n```\n\n- Update `default.local.settings.php` and `local.settings.php` to use the\n  Environment Detector provided by this DSR plugin instead of BLT:\n```diff\n- use Acquia\\Blt\\Robo\\Common\\EnvironmentDetector;\n+ use Acquia\\Drupal\\RecommendedSettings\\Helpers\\EnvironmentDetector;\n```\n\n### Automated Process:\n- Use migrate command provided in BLT.\n```\n./vendor/bin/blt blt:migrate\n```\n\n# License\n\nCopyright (C) 2020 Acquia, Inc.\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\n","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facquia%2Fblt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facquia%2Fblt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facquia%2Fblt/lists"}