{"id":19970222,"url":"https://github.com/webdeveric/wp-starter","last_synced_at":"2025-10-24T00:21:32.232Z","repository":{"id":62547566,"uuid":"47871538","full_name":"webdeveric/wp-starter","owner":"webdeveric","description":"WordPress dependency management with Composer","archived":false,"fork":false,"pushed_at":"2025-02-16T22:22:27.000Z","size":595,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T00:41:56.050Z","etag":null,"topics":["composer","docker","wordpress","wordpress-packagist"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/webdeveric/wp-starter","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/webdeveric.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["webdeveric"]}},"created_at":"2015-12-12T09:03:27.000Z","updated_at":"2025-02-16T22:22:28.000Z","dependencies_parsed_at":"2024-07-17T16:55:26.633Z","dependency_job_id":"dbd52781-5e75-495a-b31a-853e07c0d1b7","html_url":"https://github.com/webdeveric/wp-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwp-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwp-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwp-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwp-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeveric","download_url":"https://codeload.github.com/webdeveric/wp-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252276955,"owners_count":21722447,"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":["composer","docker","wordpress","wordpress-packagist"],"created_at":"2024-11-13T02:53:36.322Z","updated_at":"2025-10-24T00:21:27.191Z","avatar_url":"https://github.com/webdeveric.png","language":"PHP","funding_links":["https://github.com/sponsors/webdeveric"],"categories":[],"sub_categories":[],"readme":"# WP Starter\n\n## WordPress dependency management with Composer\n\nWith Composer, you can define the WordPress core as a dependency so you never have to include it in your repo.\nYou can also specify which plugins and themes you want to require.\n\n### WordPress core files\n\nFor this to work, the WordPress core needs to be put [in its own directory](https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory).\n\nThe included [composer.json](composer.json) file is already set up to do all of this for you.\n\n### Plugins and themes\n\nIf the plugins/themes you want are published to the wordpress.org SVN repo, they will also be available on [WordPress Packagist](http://wpackagist.org), which is a Composer repository that mirrors the SVN repo.\n\nIf you want to install a plugin from your version control system (Git, SVN, etc.), please follow [these instructions](https://getcomposer.org/doc/05-repositories.md#vcs).\n\nThe included [composer.json](composer.json) file has an example of getting a plugin from Github.\n\n## Installation\n\nInstall [Composer](https://getcomposer.org/) before you do anything else.\n\n### Use this repo as the basis for a new project\n\n```\ncomposer create-project -s dev --prefer-dist --no-interaction -- webdeveric/wp-starter ./your-folder-here\n```\n\n### Local development\n\nRun `composer setup-hooks` to setup the git `pre-commit` hook. It will check coding standards and run tests when you commit.\n\nI've included a [Dockerfile](Dockerfile) that is based on `php:8.3-apache` It comes with `Xdebug` already installed.\n\nA sample DB will be imported the first time you build. The WordPress username and password are both `wp`.\n\nTo get started, run the following:\n\n:one: `make install`\n\n:two: `make dev`\n\nYou may want to view the [Makefile](Makefile) to see all the commands.\n\n## Useful links\n\n- [Composer](https://getcomposer.org/)\n- [WordPress Packagist](http://wpackagist.org)\n- [WP Codex: Giving WordPress Its Own Directory](https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory)\n- [Install Docker](https://docs.docker.com/engine/installation/)\n- [Install Docker Compose](https://docs.docker.com/compose/install/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fwp-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeveric%2Fwp-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fwp-starter/lists"}