{"id":16345686,"url":"https://github.com/senges/wpm","last_synced_at":"2025-11-07T15:30:30.861Z","repository":{"id":94019702,"uuid":"283235360","full_name":"senges/wpm","owner":"senges","description":"A comprehensive wordpress deployment and migration tool written in go","archived":false,"fork":false,"pushed_at":"2020-08-03T14:28:05.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-01T09:55:58.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/senges.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2020-07-28T14:24:06.000Z","updated_at":"2024-06-19T08:04:41.124Z","dependencies_parsed_at":"2023-03-09T13:45:56.005Z","dependency_job_id":null,"html_url":"https://github.com/senges/wpm","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senges%2Fwpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senges%2Fwpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senges%2Fwpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senges%2Fwpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/senges","download_url":"https://codeload.github.com/senges/wpm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533067,"owners_count":19654617,"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-10-11T00:32:54.928Z","updated_at":"2025-11-07T15:30:30.797Z","avatar_url":"https://github.com/senges.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WPM, a comprehensive tool for advanced wordpress management\r\n\r\nwpm is a tool built to make wordpress versionning, deployment and migration between any environment easier.\r\n\r\n**:construction:  Caution :** poject is under development, and definitely not production ready. Feel free to contribute !\r\n\r\n## How does it works ?\r\n\r\nThe global idea is to isolate wordpress core from your project. In this configuration, it's far easier to keep your wordpress installation updated and secure, while being consistent in your project. No fancy files everywhere, no overwrite, no confusion, your project is 100% independent from worpress core version.\r\n\r\n```\r\nwordpress/\r\n├── core\r\n└── data\r\n```\r\n\r\nAs wordpress core is released publicly [on github](https://github.com/wordpress/wordpress), `core` folder can be fully managed using wpm. The tool is built to make sure your installation is up-to-date and that it has no integrity issue. \r\n\r\nIf you already have a wordpress project you would like to integrate wpm in, feel free to read the [step by step guide](MELT_ME.md) to accomplish such cool things.\r\n\r\n## What's gonna be in ?\r\n\r\n* Website source and database versionning (migration, backups, rollback)\r\n* Multiple environment (test / prod / staging...)\r\n* Works over SSH\r\n* WP core management\r\n\r\n## Requirements\r\n\r\n* SSH access to any environment\r\n* git repository as a VCS\r\n\r\n## Config file syntax\r\n\r\nwpm config file uses TOML syntax\r\n\r\n```toml\r\nVCS = \"github.com/user/repo.git\"\r\n\r\n[Environment]\r\n\r\n    [Environment.dev]\r\n    WpPath = \"/var/www/html/wordpress\"\r\n    Username = \"web-manager\"\r\n    Host = \"192.168.0.1:22\"\r\n    AuthMethod = \"password\"\r\n\r\n    [Environment.prod]\r\n    WpPath = \"/var/www/html/wordpress\"\r\n    Username = \"web-manager\"\r\n    Host = \"192.168.0.1:22\"\r\n    AuthMethod = \"publickey\"\r\n    KeyPath = \"/home/mike/.ssh/key.pem\"\r\n```\r\n\r\n## Contribute\r\n\r\nTo contribute, take a closer look at the [CONTRIBUTING.md](CONTRIBUTING.md) file.\r\n\r\n## Dependencies\r\n\r\n* TOML handler : https://github.com/pelletier/go-toml\r\n* Git handler : https://gopkg.in/src-d/go-git.v4\r\n* Basic CLI : https://github.com/urfave/cli\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenges%2Fwpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsenges%2Fwpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenges%2Fwpm/lists"}