{"id":21882452,"url":"https://github.com/devkabir/wordpress-plugin","last_synced_at":"2025-08-22T17:08:28.933Z","repository":{"id":65036582,"uuid":"580498502","full_name":"devkabir/wordpress-plugin","owner":"devkabir","description":"A simple WordPress plugin boilerplate with Vite, Vue and Tailwind in OOP Principle","archived":false,"fork":false,"pushed_at":"2024-09-15T17:28:21.000Z","size":1568,"stargazers_count":32,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"only-php","last_synced_at":"2025-04-15T05:53:15.338Z","etag":null,"topics":["composer","composer-package","composition","composition-api","oop","oop-concepts","oop-principles","vue","vue3-composition-api","vuejs","vuejs3","wordpress","wordpress-plugin","wordpress-plugin-boilerplate","wordpress-plugin-development"],"latest_commit_sha":null,"homepage":"","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/devkabir.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":null,"patreon":"dev_kabir","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.buymeacoffee.com/devkabir011"]}},"created_at":"2022-12-20T17:59:54.000Z","updated_at":"2025-03-29T14:42:06.000Z","dependencies_parsed_at":"2023-02-01T07:45:48.677Z","dependency_job_id":"4ac43b53-ef58-4ef3-90c2-7732610a14d7","html_url":"https://github.com/devkabir/wordpress-plugin","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"aeff8d5e16764bc78325799d2f30aca27425678c"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkabir%2Fwordpress-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkabir%2Fwordpress-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkabir%2Fwordpress-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkabir%2Fwordpress-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devkabir","download_url":"https://codeload.github.com/devkabir/wordpress-plugin/tar.gz/refs/heads/only-php","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016319,"owners_count":21198832,"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","composer-package","composition","composition-api","oop","oop-concepts","oop-principles","vue","vue3-composition-api","vuejs","vuejs3","wordpress","wordpress-plugin","wordpress-plugin-boilerplate","wordpress-plugin-development"],"created_at":"2024-11-28T09:30:06.330Z","updated_at":"2025-04-15T05:53:21.218Z","avatar_url":"https://github.com/devkabir.png","language":"PHP","readme":"# WordPress Plugin - PHP\n\nThis is a simple template (called a \"boilerplate\") to help you build your own WordPress plugin. You don't need to know about fancy tools to use it, but if you want, you can add extra things like **Alpine.js**, **Vue.js**, or other libraries to make it even cooler!\n\n### Features\n\n-   It helps you change placeholder names when creating your plugin, so you don’t have to worry about replacing everything manually.\n-   You can make a **ZIP** file of your plugin easily so you can share it with your friends or team with just one command.\n-   If you want, you can manage plugin licenses and support. To do that, you will need a system. You can check out my [WordPress Plugin Management System](https://github.com/devkabir/wordpress-plugin-management-system).\n\n## What You Need (Requirements)\n\n-   **PHP** version 7.4 or higher (this is the programming language WordPress uses).\n-   **VS Code** (this is a free program you can use to write your code). Make sure to check for any recommended extensions.\n-   **Bash Terminal** (this helps you run commands). If you have **Git Bash** or **Laragon**, you're all set!\n\n## Getting Started (Fresh Start)\n\nTo start making your own plugin, follow these steps:\n\n1. Open a **Bash** terminal (or **Git Bash**).\n2. Run this command (copy and paste it):\n\n```bash\ncomposer create-project devkabir/wordpress-plugin:dev-only-php \u003cyour-plugin-name\u003e\n```\n\n3. Replace `\u003cyour-plugin-name\u003e` with what you want to call your plugin.\n4. Hit **Enter** and let it do its magic!\n5. You’re ready to start creating something amazing for WordPress!\n\nHappy coding!\n\n## Building Your Plugin (Creating a ZIP File)\n\nWhen you're done and want to share your plugin, follow these steps to make a ZIP file:\n\n1. In your terminal, run the following command:\n\n```bash\n./build.sh\n```\n\n2. This command will create a **ZIP** file of your plugin, so you can upload it to WordPress or share it with others.\n\n## Extra Plugins (Recommended)\n\nIf you want some extra tools to help with debugging (fixing errors), you can use [Zero Debugger](https://github.com/devkabir/0-debugger).\n\n## Want More? Check Out Other Branches.\n\n-   [Vue based Admin Template](https://github.com/devkabir/wordpress-plugin/tree/vue-admin-template)\n","funding_links":["https://patreon.com/dev_kabir","https://www.buymeacoffee.com/devkabir011"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevkabir%2Fwordpress-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevkabir%2Fwordpress-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevkabir%2Fwordpress-plugin/lists"}