{"id":15896058,"url":"https://github.com/lando/wordpress","last_synced_at":"2026-03-11T18:07:33.107Z","repository":{"id":38409900,"uuid":"446828780","full_name":"lando/wordpress","owner":"lando","description":"The Official WordPress Lando Plugin","archived":false,"fork":false,"pushed_at":"2025-02-15T01:06:38.000Z","size":1740,"stargazers_count":16,"open_issues_count":12,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-30T23:38:35.159Z","etag":null,"topics":["lando","lando-plugin","lando-recipe","lando-service","wordpress"],"latest_commit_sha":null,"homepage":"https://docs.lando.dev/wordpress/","language":"JavaScript","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/lando.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["lando","pirog"],"patreon":"devwithlando","open_collective":"devwithlando","custom":"https://lando.dev/join"}},"created_at":"2022-01-11T13:19:19.000Z","updated_at":"2025-02-15T01:06:40.000Z","dependencies_parsed_at":"2023-02-08T07:01:08.148Z","dependency_job_id":"781f030a-958c-4ae3-adda-9d83b7aa0f76","html_url":"https://github.com/lando/wordpress","commit_stats":{"total_commits":143,"total_committers":10,"mean_commits":14.3,"dds":0.5384615384615384,"last_synced_commit":"60de63a6c1e53b70b5f8c00de1defa9c164cb902"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fwordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fwordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fwordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fwordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lando","download_url":"https://codeload.github.com/lando/wordpress/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252471869,"owners_count":21753269,"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":["lando","lando-plugin","lando-recipe","lando-service","wordpress"],"created_at":"2024-10-06T09:05:33.675Z","updated_at":"2026-03-11T18:07:33.098Z","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":"# WordPress Lando Plugin\n\nThis is the _official_ [Lando](https://lando.dev) plugin for [WordPress](https://wordpress.org/). When installed it...\n\n* Allows users to run `wordpress` 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 `wp cli` commands\n* Allows users to configure `xdebug`\n\nOf course, once a user is running their WordPress 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 `wordpress` recipe to your Landofile\n\n```yaml\nname: wordpress-app\nrecipe: wordpress\nconfig:\n  php: '8.3'\n  database: mysql:8.0\n```\n\nFor more info you should check out the [docs](https://docs.lando.dev/wordpress):\n\n* [Getting Started](https://docs.lando.dev/wordpress/getting-started.html)\n* [Configuration](https://docs.lando.dev/wordpress/config.html)\n* [Tooling](https://docs.lando.dev/wordpress/tooling.html)\n* [Examples](https://github.com/lando/wordpress/tree/main/examples)\n* [Development](https://docs.lando.dev/wordpress/development.html)\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/wordpress/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/wordpress/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/wordpress/releases).\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/wordpress/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=lando/wordpress\" /\u003e\n\u003c/a\u003e\n\nMade with [contributors-img](https://contrib.rocks).\n\n## Other Selected 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%2Fwordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flando%2Fwordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flando%2Fwordpress/lists"}