{"id":21677237,"url":"https://github.com/26b/wp-plugin","last_synced_at":"2026-04-17T05:02:40.546Z","repository":{"id":80456900,"uuid":"99454169","full_name":"26B/wp-plugin","owner":"26B","description":"A WordPress plugin starter.","archived":false,"fork":false,"pushed_at":"2019-02-23T00:01:37.000Z","size":63,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-03T23:54:58.154Z","etag":null,"topics":["composer","php7","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/26B.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,"zenodo":null}},"created_at":"2017-08-05T23:58:36.000Z","updated_at":"2023-04-14T08:33:51.000Z","dependencies_parsed_at":"2023-03-06T17:00:23.673Z","dependency_job_id":null,"html_url":"https://github.com/26B/wp-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/26B/wp-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/26B%2Fwp-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/26B%2Fwp-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/26B%2Fwp-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/26B%2Fwp-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/26B","download_url":"https://codeload.github.com/26B/wp-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/26B%2Fwp-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278245379,"owners_count":25955015,"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-03T02:00:06.070Z","response_time":53,"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","php7","wordpress","wordpress-plugin"],"created_at":"2024-11-25T14:18:46.013Z","updated_at":"2025-10-03T23:54:58.664Z","avatar_url":"https://github.com/26B.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP-Plugin\n\nAll you need to start creating a plugin for WordPress.\n\nWe aim to deliver a focus on the API features of WordPress and it's eventual use as a headless CMS, but feel free to use this base for any kind of plugin. It provides several features that will enable you to develop and test your code.\n\n## Getting started\n\n### Find and Replace\n\nThis project is a skeleton, so it has a bunch of keys that need to be replaced with values specific to your project.\n\nFor these changes, you should use the \"Find and Replace\" feature of your editor. Later there will be more options to this. Below you can find the table with the keys and their respective description, along with an example for the possible value.\n\n| Key                      | Description                                                         | Example value                         |\n| ------------------------ | ------------------------------------------------------------------- | ------------------------------------- |\n| `[vendor_name]`          | Your username or company name: no spaces                            | `26B`                                 |\n| `[plugin_name]`          | See [\"Planning Your Plugin – Pick a good name\"][1] ([more info][2]) | `Foo Bar`                             |\n| `[plugin_description]`   | Description for the plugin ([more info][2])                         | `A WordPress plugin starter.`         |\n| `[plugin_url]`           | Plugin URL ([more info][2])                                         | `https://github.com/26B/wp-plugin`    |\n| `[initial_version]`      | Version to start the plugin with ([more info][2])                   | `1.0.0`                               |\n| `[author_name]`          | Author name ([more info][2])                                        | `Pedro Duarte`                        |\n| `[author_url]`           | Author URL ([more info][2])                                         | `https://github.com/xipasduarte`      |\n| `[text_domain]`          | Text domain ([more info][2])                                        | `foo-bar`                             |\n| `[composer_vendor]`      | Your username, company or project name: lowercase and no spaces     | `26b`                                 |\n| `[composer_name]`        | Plugin identifier: usually the `[plugin_name]` in dash-case          | `foo-bar`                             |\n| `[namespace]`            | Desired PHP namespace                                               | `26B\\WP\\Plugin\\FooBar`                |\n| `[autoload_psr_4]`       | [PSR-4 autoload][3] for `[namespace]`                               | `26B\\\\WP\\\\Plugin\\\\FooBar\\\\`           |\n| `[autoload_tests_psr_4]` | [PSR-4 autoload][3] for `[namespace_tests]`                         | `26B\\\\WP\\\\Plugin\\\\FooBar\\\\Tests\\\\`    |\n\n[1]: https://developer.wordpress.org/plugins/wordpress-org/planning-your-plugin/#2-pick-a-good-name\n[2]: https://developer.wordpress.org/plugins/the-basics/header-requirements/\n[3]: https://getcomposer.org/doc/04-schema.md#psr-4\n\nFor further information on writing WordPress plugins refer to the [official documentation](https://developer.wordpress.org/plugins/).\n\n### Run composer\n\nAfter all of the changes don't forget to run `composer install` to have the dependencies load and the autoload built. (Without this your plugin will break.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F26b%2Fwp-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F26b%2Fwp-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F26b%2Fwp-plugin/lists"}