{"id":36333119,"url":"https://github.com/shazzad/github-plugin-updater","last_synced_at":"2026-01-11T12:01:46.905Z","repository":{"id":74053975,"uuid":"354138606","full_name":"shazzad/github-plugin-updater","owner":"shazzad","description":"Helper library to implement wordpress plugin update from github","archived":false,"fork":false,"pushed_at":"2024-10-18T16:17:31.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-13T02:59:52.636Z","etag":null,"topics":["wordpress","wordpress-plugin-updater"],"latest_commit_sha":null,"homepage":"https://shazzad.me","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/shazzad.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":"2021-04-02T21:35:26.000Z","updated_at":"2024-10-18T16:16:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"fcf156c3-9a9d-4313-90f4-2ff1ed036453","html_url":"https://github.com/shazzad/github-plugin-updater","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/shazzad/github-plugin-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazzad%2Fgithub-plugin-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazzad%2Fgithub-plugin-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazzad%2Fgithub-plugin-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazzad%2Fgithub-plugin-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shazzad","download_url":"https://codeload.github.com/shazzad/github-plugin-updater/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazzad%2Fgithub-plugin-updater/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28302017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"last_error":"SSL_read: 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":["wordpress","wordpress-plugin-updater"],"created_at":"2026-01-11T12:01:46.785Z","updated_at":"2026-01-11T12:01:46.892Z","avatar_url":"https://github.com/shazzad.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Plugin Updater\n\nHelper library to implement wordpress plugin updates from github repository.\n\n**This implmenetation support both public and private repository.**\n\n## Usage\n\n### Step 1:\n\nAdd a header (1,2,3) block named `Requirements` to your repository `README.md` file.\n\n```md\n### Requirements\n\n- WordPress: 6.0.1\n- PHP: 7.4\n- Tested: 6.0.2\n```\n\n### Step 2:\n\nCreate a `CHANGELOG.md` file in you repo. Add change history with each version number.\n\n```md\n#### 1.0.2 2021-04-03\n\n- changed admin sliders default orderby to name.\n- removed unused script file.\n\n#### 1.0.1 2021-04-02\n\n- updated code formatting.\n- update stlyes.\n```\n\n### Step 3:\n\nAdd this repository in your composer.json file.\n\n```json\n\"require\": {\n    \"shazzad/github-plugin-updater\": \"dev-main\"\n}\n```\n\n### Step 4:\n\nInstall dependecy using `composer install` or `composer update` command.\n\n### Step 5:\n\nAdd following code at the bottom of your plugin's main file.\n\n```php\nif ( class_exists( '\\Shazzad\\GithubPlugin\\Updater' ) ) {\n     new \\Shazzad\\GithubPlugin\\Updater(\n        array(\n            'file'         =\u003e __FILE__,\n            // Name of the repo owner/organization\n            'owner'        =\u003e 'shazzad',\n            // Repository name\n            'repo'         =\u003e 'wp-logs',\n            // Set true if private repo\n            'private_repo' =\u003e true,\n            // Owner name is used on api key settings\n            'owner_name'   =\u003e 'Shazzad'\n        )\n    );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshazzad%2Fgithub-plugin-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshazzad%2Fgithub-plugin-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshazzad%2Fgithub-plugin-updater/lists"}