{"id":18563828,"url":"https://github.com/brandonkramer/lando-wordpress-environment","last_synced_at":"2026-04-14T14:32:55.704Z","repository":{"id":111127389,"uuid":"258363064","full_name":"brandonkramer/lando-wordpress-environment","owner":"brandonkramer","description":"WordPress development environment with Lando, BrowserSync, MailHog, Node, NPM, PHPMyAdmin, NGINX, WP CLI and XDebug","archived":false,"fork":false,"pushed_at":"2021-01-08T06:55:15.000Z","size":3740,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T03:14:42.062Z","etag":null,"topics":["browsersync","docker","lando","local-development","mailhog","nginx","php","phpmyadmin","wordpress","wordpress-development","wpcli","xdebug"],"latest_commit_sha":null,"homepage":"","language":"Hack","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/brandonkramer.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-24T00:20:54.000Z","updated_at":"2024-04-04T13:15:21.000Z","dependencies_parsed_at":"2023-06-02T18:30:37.829Z","dependency_job_id":null,"html_url":"https://github.com/brandonkramer/lando-wordpress-environment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brandonkramer/lando-wordpress-environment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonkramer%2Flando-wordpress-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonkramer%2Flando-wordpress-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonkramer%2Flando-wordpress-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonkramer%2Flando-wordpress-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brandonkramer","download_url":"https://codeload.github.com/brandonkramer/lando-wordpress-environment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonkramer%2Flando-wordpress-environment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["browsersync","docker","lando","local-development","mailhog","nginx","php","phpmyadmin","wordpress","wordpress-development","wpcli","xdebug"],"created_at":"2024-11-06T22:13:34.690Z","updated_at":"2026-04-14T14:32:55.687Z","avatar_url":"https://github.com/brandonkramer.png","language":"Hack","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lando WordPress Environment\nThis is a WordPress development environment based on Lando which I use for my WordPress projects. It allows for core development, plugin development, and theme development. \n[Lando](https://github.com/lando/lando) is an extremely flexible local development environment that is based on [Docker](https://www.docker.com/).\n\nThis repository contains the Lando configuration file `.lando.yml` along with `config/php.ini` `config/nginx.conf` `config/httpd.conf` files for server configuration.\n\n## Getting started\nBefore you get started with this setup I assume that you have:\n1. Installed [Lando](https://github.com/lando/lando) and gotten familiar with its basics\n1. Got familiar with Lando's [WordPress recipe](https://docs.lando.dev/config/wordpress.html)\n1. Read about the various services, tooling, events and routing Lando offers.\n\n## Usage  \n1. Configure `.lando.yml`  and replace `{project}` with project name\n1. Specify the desired PHP version, web server and database server\n1. Run the command `lando start` from the project root.\n1. Create WordPress folder with `mkdir wordpress` and move into it by `cd wordpress`\n1. Download WordPress with WP CLI by `lando wp core download` \n1. Then visit the WordPress folder (`wp-{project}.lndo.site/wordpress/`) and go through install steps\n\n## Info\nLando will automatically set up a database with a user and password and also set an environment variables called `lando info` that contains useful information about how your application can access other Lando services.\n``` \ndatabase: wordpress\nusername: wordpress\npassword: wordpress\nhost: database\n# for mysql\nport: 3306\n# for postgres\n# port: 5432\n```\nGo to `pma.wp-{project}.lndo.site` to visit PHPMyAdmin and `mail.wp-{project}.lndo.site` to visit MailHog.\n## BrowserSync\n Add following options to your Browsersync script:\n``` \n\"browserSyncOptions\": {\n    \"proxy\": \"https://wp-{project}.lndo.site\",\n    \"port\": 80,\n    \"SSL\": true,\n    \"open\": false,\n    \"notify\": false\n},\n```\n\n## Documentation\nRefer to Lando's extensive [documentation](https://docs.lando.de).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonkramer%2Flando-wordpress-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrandonkramer%2Flando-wordpress-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonkramer%2Flando-wordpress-environment/lists"}