{"id":24293567,"url":"https://github.com/wp-packagist/wp-packagist","last_synced_at":"2025-09-25T19:31:10.259Z","repository":{"id":57082068,"uuid":"183604452","full_name":"wp-packagist/wp-packagist","owner":"wp-packagist","description":"WordPress Package Management For WP-CLI","archived":false,"fork":false,"pushed_at":"2021-10-30T09:56:07.000Z","size":1133,"stargazers_count":16,"open_issues_count":13,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-15T21:20:06.807Z","etag":null,"topics":["wordpress","wordpress-development","wordpress-plugin","wordpress-theme","wp-cli","wp-cli-command","wp-cli-package"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/wp-packagist.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-26T09:56:04.000Z","updated_at":"2024-04-12T16:05:44.000Z","dependencies_parsed_at":"2022-08-24T14:58:18.752Z","dependency_job_id":null,"html_url":"https://github.com/wp-packagist/wp-packagist","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-packagist%2Fwp-packagist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-packagist%2Fwp-packagist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-packagist%2Fwp-packagist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-packagist%2Fwp-packagist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wp-packagist","download_url":"https://codeload.github.com/wp-packagist/wp-packagist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234232343,"owners_count":18800080,"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":["wordpress","wordpress-development","wordpress-plugin","wordpress-theme","wp-cli","wp-cli-command","wp-cli-package"],"created_at":"2025-01-16T16:30:45.133Z","updated_at":"2025-09-25T19:31:04.838Z","avatar_url":"https://github.com/wp-packagist.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Package Management For WP-CLI\r\n\r\n[![Build Status](https://travis-ci.com/wp-packagist/wp-packagist.svg?branch=master)](https://travis-ci.com/wp-packagist/wp-packagist)\r\n![Packagist Version](https://img.shields.io/packagist/v/wp-packagist/wp-packagist)\r\n![Packagist](https://img.shields.io/packagist/l/wp-packagist/wp-packagist)\r\n![GitHub repo size](https://img.shields.io/github/repo-size/wp-packagist/wp-packagist)\r\n\r\nWordPress Package Management is a WP-CLI package that Performing installation, updating, and management of WordPress based on wordpress.json root file.\r\n\r\n## Installation\r\n\r\nYou can install this package with:\r\n\r\n```console\r\nwp package install wp-packagist/wp-packagist\r\n```\r\n\r\nAlso for manage [WP-CLI global parameters](https://github.com/wp-packagist/wp-cli-global-config-command), install this package:\r\n\r\n```console\r\nwp package install wp-packagist/wp-cli-global-config-command\r\n```\r\n\r\n\u003e Installing this package requires WP-CLI v2 or greater. Update to the latest stable release with `wp cli update`.\r\n\r\n\u003cbr/\u003e\r\n\u003cp align=\"center\"\u003e\r\n\u003ca href=\"https://youtu.be/Qs0zCsdEcGo\" target=\"_blank\"\u003e\r\n\u003cimg src=\"https://raw.githubusercontent.com/wp-packagist/wp-packagist/master/docs/demo.jpg\" alt=\"WordPress Package Management\"\u003e\r\n\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n## Documentation\r\n\r\nDocumentation for the WordPress Package Management can be found on the [Github Wiki](https://github.com/wp-packagist/wp-packagist/wiki).\r\n\r\n## Contributing\r\n\r\n- [Mehrshad Darzi](https://www.linkedin.com/in/mehrshaddarzi/)\r\n\r\n\r\nWe appreciate you taking the initiative to contribute to this project.\r\nContributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.\r\n\r\n### Reporting a bug\r\n\r\nThink you’ve found a bug? We’d love for you to help us get it fixed.\r\nBefore you create a new issue, you should [search existing issues](https://github.com/wp-packagist/wp-packagist/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.\r\n\r\n### Creating a pull request\r\n\r\nWant to contribute a new feature? Please first [open a new issue](https://github.com/wp-packagist/wp-packagist/issues/new) to discuss whether the feature is a good fit for the project.\r\n\r\nOnce you've decided to commit the time to seeing your pull request through, please follow our guidelines for creating a pull request to make sure it's a pleasant experience:\r\n\r\n1. Create a feature branch for each contribution.\r\n2. Submit your pull request early for feedback.\r\n3. Follow [PSR-2 Coding Standards](http://www.php-fig.org/psr/psr-2/).\r\n\r\n## License\r\n\r\nThe WordPress Package Management is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-packagist%2Fwp-packagist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwp-packagist%2Fwp-packagist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-packagist%2Fwp-packagist/lists"}