{"id":31588666,"url":"https://github.com/solidbunch/wordpress-core","last_synced_at":"2025-10-06T02:12:23.301Z","repository":{"id":308230690,"uuid":"1032062029","full_name":"solidbunch/wordpress-core","owner":"solidbunch","description":"Composer-compatible package repository for WordPress core distributions for StarterKit project.","archived":false,"fork":false,"pushed_at":"2025-10-01T03:41:47.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T05:39:32.542Z","etag":null,"topics":["composer","packages","starter-kit","wordpress","wordpress-core"],"latest_commit_sha":null,"homepage":"https://starter-kit.loc","language":"JavaScript","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/solidbunch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2025-08-04T18:38:53.000Z","updated_at":"2025-10-01T03:41:50.000Z","dependencies_parsed_at":"2025-08-04T22:30:53.844Z","dependency_job_id":"ced8d95e-3ce7-412f-9941-445a93ea8404","html_url":"https://github.com/solidbunch/wordpress-core","commit_stats":null,"previous_names":["solidbunch/wordpress-core"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solidbunch/wordpress-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidbunch%2Fwordpress-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidbunch%2Fwordpress-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidbunch%2Fwordpress-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidbunch%2Fwordpress-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solidbunch","download_url":"https://codeload.github.com/solidbunch/wordpress-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidbunch%2Fwordpress-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547821,"owners_count":26004775,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["composer","packages","starter-kit","wordpress","wordpress-core"],"created_at":"2025-10-06T02:12:11.278Z","updated_at":"2025-10-06T02:12:23.292Z","avatar_url":"https://github.com/solidbunch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SolidBunch WordPress Core\n\nA Composer-compatible repository of WordPress core distributions maintained by SolidBunch for the [StarterKit](https://starter-kit.io).\n\n---\n\n## 🧩 Available Packages\n\nThis repository provides two variants of the WordPress core:\n\n- **`solidbunch/wordpress-core`** – full WordPress archive (identical to [wordpress.org](https://wordpress.org/download))\n- **`solidbunch/wordpress-core-no-content`** – lightweight archive without `wp-content/`, ideal for CI/CD or StarterKit use\n\n---\n\n## ✅ Usage\n\n### Add the repository to your `composer.json`\n\n```json\n\"repositories\": [\n  {\n    \"type\": \"composer\",\n    \"url\": \"https://solidbunch.github.io/wordpress-core\"\n  }\n]\n```\n\n### Install full WordPress\n\n```json\n\"require\": {\n  \"solidbunch/wordpress-core\": \"^6.8\"\n}\n```\n\n### Install minimal WordPress (no-content)\n\n```json\n\"require\": {\n  \"solidbunch/wordpress-core-no-content\": \"^6.8\"\n}\n```\n\n---\n\n## 📆 About the Packages\n\n| Package name                           | Contents         | Target use case              |\n| -------------------------------------- | ---------------- | ---------------------------- |\n| `solidbunch/wordpress-core`            | Full WP archive  | General usage, classic setup |\n| `solidbunch/wordpress-core-no-content` | No `wp-content/` | DevOps, CI, custom themes    |\n\nAll packages include:\n\n- Correct PHP version requirement (parsed from official WordPress metadata)\n- `license: MIT`\n- Optional `extra.mysql_version` field for advanced tooling\n\n---\n\n## 🔧 Custom Install Paths with solidbunch/composer-installers\n\nTo control where the WordPress core is installed (e.g. `web/wp-core/` instead of `vendor/`), use the optional Composer plugin:\n\n```bash\ncomposer require solidbunch/composer-installers\n```\n\nThen add the installer path to your `composer.json`:\n\n```json\n\"extra\": {\n  \"installer-paths\": {\n    \"web/wp-core/\": [\n      \"type:wordpress-core\"\n    ]\n  }\n}\n```\n\nThis plugin recognizes `type: wordpress-core` and places the archive into the specified directory.\n\n\u003e ❗ `solidbunch/composer-installers` is not required inside the WordPress core package itself. It should be used by the consuming project.\n\n---\n\n## ⚙ Automatic generation\n\nThe `packages.json` is updated automatically using:\n\n- Official WordPress API: `https://api.wordpress.org/core/version-check/1.7/`\n- Node.js script `generate-packages-json.js` (included in this repository)\n- Optional GitHub Actions trigger (e.g. daily schedule)\n\n---\n\n## StarterKit Integration\n\n### [Website](https://starter-kit.io) | [Documentation](https://starter-kit.io/docs/overview/)\n\nSee the [StarterKit installation guide](https://starter-kit.io/docs/installation/).\n\n---\n\n## Stay Connected\n\n- Participate on [GitHub Discussions](https://github.com/solidbunch/starter-kit-foundation/discussions)\n- Connect via [LinkedIn](https://www.linkedin.com/company/solidbunch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidbunch%2Fwordpress-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidbunch%2Fwordpress-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidbunch%2Fwordpress-core/lists"}