{"id":15616358,"url":"https://github.com/lando/drupal","last_synced_at":"2026-02-20T06:15:43.901Z","repository":{"id":39916581,"uuid":"446849364","full_name":"lando/drupal","owner":"lando","description":"The Official Drupal Lando plugin","archived":false,"fork":false,"pushed_at":"2026-02-19T00:08:08.000Z","size":1723,"stargazers_count":16,"open_issues_count":12,"forks_count":18,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-02-19T06:28:26.461Z","etag":null,"topics":["drupal","drupal-10","drupal-6","drupal-7","drupal-8","drupal-9","lando","lando-plugin","lando-recipe"],"latest_commit_sha":null,"homepage":"https://docs.lando.dev/drupal","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lando.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["lando","pirog"],"patreon":"devwithlando","open_collective":"devwithlando","custom":"https://lando.dev/join"}},"created_at":"2022-01-11T14:14:54.000Z","updated_at":"2026-02-19T00:08:12.000Z","dependencies_parsed_at":"2023-02-18T08:31:41.514Z","dependency_job_id":"735ae556-aa04-4227-bcab-6def4176572d","html_url":"https://github.com/lando/drupal","commit_stats":{"total_commits":170,"total_committers":18,"mean_commits":9.444444444444445,"dds":0.6235294117647059,"last_synced_commit":"e60c85ebd7af7b7e81ecee26d305e65ca36ec3d0"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/lando/drupal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fdrupal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fdrupal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fdrupal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fdrupal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lando","download_url":"https://codeload.github.com/lando/drupal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fdrupal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29642979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T05:21:04.652Z","status":"ssl_error","status_checked_at":"2026-02-20T05:21:04.238Z","response_time":59,"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":["drupal","drupal-10","drupal-6","drupal-7","drupal-8","drupal-9","lando","lando-plugin","lando-recipe"],"created_at":"2024-10-03T07:07:09.422Z","updated_at":"2026-02-20T06:15:43.894Z","avatar_url":"https://github.com/lando.png","language":"JavaScript","funding_links":["https://github.com/sponsors/lando","https://github.com/sponsors/pirog","https://patreon.com/devwithlando","https://opencollective.com/devwithlando","https://lando.dev/join"],"categories":[],"sub_categories":[],"readme":"# Drupal Lando Plugin\n\nThis is the _official_ [Lando](https://lando.dev) plugin for [Drupal](https://www.drupal.org/). When installed it...\n\n* Allows users to run `drupal` cms\n* Allows users to configure `php` version from `5.3` all the way to `8.5+`\n* Allows users to configure `webroot`\n* Allows users to configure web server to (`apache` or `nginx`)\n* Allows users to configure database backend to (`mariadb`, `mysql`, or `postgres`)\n* Allows users to configure `composer`\n* Allows users to run `drush` commands\n* Allows users to configure `xdebug`\n\nOf course, once a user is running their Drupal project with Lando they can take advantage of [all the other awesome development features](https://docs.lando.dev) Lando provides.\n\n## Basic Usage\n\nAdd a `drupal11` recipe to your Landofile\n\n```yaml\nname: Drupal 11\nrecipe: drupal11\nconfig:\n  php: 8.3\n  via: apache:2.4\n  database: mysql:8.0\n```\n\nFor more info you should check out the [docs](https://docs.lando.dev/drupal):\n\n* [Getting Started](https://docs.lando.dev/drupal/getting-started.html)\n* [Configuration](https://docs.lando.dev/drupal/config.html)\n* [Tooling](https://docs.lando.dev/drupal/tooling.html)\n* [Examples](https://github.com/lando/drupal/tree/main/examples)\n* [Development](https://docs.lando.dev/drupal/development.html)\n\n## Installation\n\n```bash\n# With npm\nnpm install @lando/drupal\n```\n\n## Issues, Questions and Support\n\nIf you have a question or would like some community support we recommend you [join us on Slack](https://launchpass.com/devwithlando).\n\nIf you'd like to report a bug or submit a feature request then please [use the issue queue](https://github.com/lando/drupal/issues/new/choose) in this repo.\n\n## Changelog\n\nWe try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/drupal/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/drupal/releases).\n\n\n## Development\n\n* Requires [Node 20+](https://nodejs.org/dist/latest-v20.x/)\n\n```bash\ngit clone https://github.com/lando/drupal.git \u0026\u0026 cd drupal\nnpm install\n```\n\n## Testing\n\n```bash\n# Lint the code\nnpm run lint\n\n# Run unit tests\nnpm test\n```\n\n## Releasing\n\n```bash\nnpm release\n```\n\n\n## Maintainers\n\n* [@pirog](https://github.com/pirog)\n* [@reynoldsalec](https://github.com/reynoldsalec)\n* [@AaronFeledy](https://github.com/AaronFeledy)\n\n## Contributors\n\n\u003ca href=\"https://github.com/lando/drupal/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=lando/drupal\" /\u003e\n\u003c/a\u003e\n\nMade with [contributors-img](https://contrib.rocks).\n\n## Other Resources\n\n* [LICENSE](/LICENSE)\n* [TERMS OF USE](https://docs.lando.dev/terms)\n* [PRIVACY POLICY](https://docs.lando.dev/privacy)\n* [CODE OF CONDUCT](https://docs.lando.dev/coc)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flando%2Fdrupal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flando%2Fdrupal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flando%2Fdrupal/lists"}