{"id":15065406,"url":"https://github.com/morning-train/wp-plugin-updater","last_synced_at":"2026-01-02T20:40:09.170Z","repository":{"id":142340902,"uuid":"613271485","full_name":"Morning-Train/wp-plugin-updater","owner":"Morning-Train","description":"WordPress plugin updater for private plugin repo","archived":false,"fork":false,"pushed_at":"2023-03-13T08:55:10.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-22T19:45:43.186Z","etag":null,"topics":["php","wordpress","wp"],"latest_commit_sha":null,"homepage":null,"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/Morning-Train.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-03-13T08:48:25.000Z","updated_at":"2023-04-11T07:54:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"24256593-a48a-4410-bc41-ed5a33c0420b","html_url":"https://github.com/Morning-Train/wp-plugin-updater","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morning-Train%2Fwp-plugin-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morning-Train%2Fwp-plugin-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morning-Train%2Fwp-plugin-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morning-Train%2Fwp-plugin-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Morning-Train","download_url":"https://codeload.github.com/Morning-Train/wp-plugin-updater/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243837010,"owners_count":20355813,"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":["php","wordpress","wp"],"created_at":"2024-09-25T00:38:01.967Z","updated_at":"2026-01-02T20:40:09.141Z","avatar_url":"https://github.com/Morning-Train.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Morningtrain\\WP\\PluginUpdater\n\nMake it possible to update a plugin through a private plugin repo.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Getting Started](#getting-started)\n    - [Installation](#installation)\n- [Usage](#usage)\n    - [Initialize](#initialize)\n- [Contributing](#contributing)\n- [Contributors](#contributors)\n- [License](#license)\n\n## Introduction\n\nMake it possible to update a plugin through a private plugin repo.\n\n## Getting Started\n\nTo get started install the package as described below in [Installation](#installation).\n\nTo use the tool have a look at [Usage](#usage)\n\n### Installation\n\nInstall with composer\n\n```bash\ncomposer require morningtrain/wp-plugin-updater\n```\n\n## Usage\n\n## Getting started\n\n### Initialize\n\nConstruct at new `Morningtrain\\WP\\PluginUpdater\\PluginUpdater` with url to the private plugin repo json info and plugin information (slug, base name and plugin version).\n\n```php\n// plugin.php\nrequire __DIR__ . \"/vendor/autoload.php\";\n\nnew \\Morningtrain\\WP\\PluginUpdater\\PluginUpdater(\n    '[PLUGIN_INFO_JSON_URL]',\n    '[PLUGIN_SLUG]',\n    '[PLUGIN_BASE_NAME]',\n    '[PLUGIN_VERSION]'\n)\n```\n\n## Contributing\n\nThank you for your interest in contributing to the project.\n\n### Bug Report\n\nIf you found a bug, we encourage you to make a pull request.\n\nTo add a bug report, create a new issue. Please remember to add a telling title, detailed description and how to reproduce the problem.\n\n### Support Questions\n\nWe do not provide support for this package.\n\n### Pull Requests\n\n1. Fork the Project\n2. Create your Feature Branch (git checkout -b feature/AmazingFeature)\n3. Commit your Changes (git commit -m 'Add some AmazingFeature')\n4. Push to the Branch (git push origin feature/AmazingFeature)\n5. Open a Pull Request\n\n## Contributors\n\n- [Martin Schadegg Brønniche](https://github.com/mschadegg)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n\n---\n\n\u003cdiv align=\"center\"\u003e\nDeveloped by \u003cbr\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://morningtrain.dk\" target=\"_blank\"\u003e\n\u003cimg src=\"https://morningtrain.dk/wp-content/themes/mtt-wordpress-theme/assets/img/logo-only-text.svg\" width=\"200\" alt=\"Morningtrain logo\"\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorning-train%2Fwp-plugin-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorning-train%2Fwp-plugin-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorning-train%2Fwp-plugin-updater/lists"}