{"id":22616390,"url":"https://github.com/ryelle/wporg-plugin-directory","last_synced_at":"2025-07-12T14:42:03.697Z","repository":{"id":265771952,"uuid":"838519339","full_name":"ryelle/wporg-plugin-directory","owner":"ryelle","description":" The WordPress Plugin Directory ","archived":false,"fork":false,"pushed_at":"2024-08-05T20:09:15.000Z","size":3246,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-06-20T19:06:45.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ryelle.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}},"created_at":"2024-08-05T20:06:01.000Z","updated_at":"2024-08-05T20:09:21.000Z","dependencies_parsed_at":"2024-11-30T21:55:09.693Z","dependency_job_id":null,"html_url":"https://github.com/ryelle/wporg-plugin-directory","commit_stats":null,"previous_names":["ryelle/wporg-plugin-directory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryelle/wporg-plugin-directory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryelle%2Fwporg-plugin-directory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryelle%2Fwporg-plugin-directory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryelle%2Fwporg-plugin-directory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryelle%2Fwporg-plugin-directory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryelle","download_url":"https://codeload.github.com/ryelle/wporg-plugin-directory/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryelle%2Fwporg-plugin-directory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261193090,"owners_count":23122904,"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":[],"created_at":"2024-12-08T19:12:22.208Z","updated_at":"2025-06-21T21:03:49.013Z","avatar_url":"https://github.com/ryelle.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plugin Directory\n\nThe codebase and development environment for the WordPress.org Plugin Directory.\n\nThis is as-yet incomplete, a starting point.\n\n## Development\n\n### Prerequisites\n\n* Docker\n* Node/npm\n* Composer\n\n### Setup\n\n1. Set up repo dependencies.\n\n\t```bash\n\tnpm run setup:tools\n\t```\n\n1. Start the local environment.\n\n\t```bash\n\tnpm run wp-env start\n\t```\n\n1. Run the setup script.\n\n\t```bash\n\tnpm run setup:wp\n\t```\n\n1. (optional) There may be times when you want to make changes to the Parent theme and test them with the Main them. To do that:\n\t1. Clone the Parent repo and follow the setup instructions in its `readme.md` file.\n\t1. Create a `.wp-env.override.json` file in this repo\n\t1. Copy the `themes` section from `.wp-env.json` and paste it into the override file. You must copy the entire section for it to work, because it won't be merged with `.wp-env.json`.\n\t1. Update the path to the Parent theme to the Parent theme folder inside the Parent repository you cloned above.\n\n\t```json\n\t{\n\t\t\"themes\": [\n\t\t\t\"./source/wp-content/themes/wporg-plugins-2024\"\n\t\t\t\"../wporg-parent-2021/source/wp-content/themes/wporg-parent-2021\"\n\t\t]\n\t}\n\t```\n\n1. Visit site at [localhost:8888](http://localhost:8888).\n\n1. Log in with username `admin` and password `password`.\n\n### Environment management\n\nThese must be run in the project's root folder, _not_ in theme/plugin subfolders.\n\n* Stop the environment.\n\n\t```bash\n\tnpm run wp-env stop\n\t```\n\n* Restart the environment.\n\n\t```bash\n\tnpm run wp-env start\n\t```\n\n* Reset WordPress to a clean install, and reconfigure. This will nuke all local WordPress content!\n\n\t```bash\n\tnpm run wp-env clean all\n\tnpm run setup:wp\n\t```\n\n* SSH into docker container.\n\n\t```bash\n\tnpm run wp-env run wordpress bash\n\t```\n\n* Run wp-cli commands. Keep the wp-cli command in quotes so that the flags are passed correctly.\n\n\t```bash\n\tnpm run wp-env run cli wp post list --post_status=publish\n\t```\n\n* Update composer dependencies and sync any `repo-tools` changes.\n\n\t```bash\n\tnpm run update:tools\n\t```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryelle%2Fwporg-plugin-directory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryelle%2Fwporg-plugin-directory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryelle%2Fwporg-plugin-directory/lists"}