{"id":35133068,"url":"https://github.com/wpmvc/wpmvc","last_synced_at":"2026-01-13T22:02:17.100Z","repository":{"id":330792420,"uuid":"846564443","full_name":"wpmvc/wpmvc","owner":"wpmvc","description":"WpMVC is a WordPress plugin framework designed to simplify and enhance the development experience. With its intuitive structure and powerful features, WpMVC enables developers to create clean, maintainable, and efficient WordPress plugins effortlessly.","archived":false,"fork":false,"pushed_at":"2025-12-29T01:54:31.000Z","size":76,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-30T08:49:31.611Z","etag":null,"topics":["laravel","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wpmvc.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-23T13:28:00.000Z","updated_at":"2025-12-29T01:53:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wpmvc/wpmvc","commit_stats":null,"previous_names":["wpmvc/wpmvc"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/wpmvc/wpmvc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpmvc%2Fwpmvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpmvc%2Fwpmvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpmvc%2Fwpmvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpmvc%2Fwpmvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpmvc","download_url":"https://codeload.github.com/wpmvc/wpmvc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpmvc%2Fwpmvc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["laravel","wordpress","wordpress-plugin"],"created_at":"2025-12-28T07:16:14.609Z","updated_at":"2026-01-13T22:02:17.095Z","avatar_url":"https://github.com/wpmvc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://packagist.org/packages/wpmvc/wpmvc\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/wpmvc/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/wpmvc/wpmvc\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/wpmvc/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/wpmvc/wpmvc\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/wpmvc/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# 🚀 Installation Guide\n\nWelcome to **WpMVC** — a modern WordPress plugin framework that brings simplicity, structure, and speed to plugin development. With expressive syntax and a rich set of tools, WpMVC helps developers build high-quality plugins effortlessly.\n\n## 1. Create a New Plugin\n\nStart by scaffolding your plugin using Composer:\n\n```sh\ncomposer create-project wpmvc/wpmvc plugin-name\n```\n\nReplace `plugin-name` with your desired plugin folder name.\n\n## 2. Navigate to Your Plugin Directory\n\n```sh\ncd plugin-name\n```\n\n## 3. Run the Setup Wizard\n\nConfigure your plugin details interactively:\n\n```sh\nphp artisan app:setup\n```\n\n### Setup Prompts Explained\n\nWhen prompted:\n\n* **Enter Plugin:**\n  This is the display name of your plugin.\n  *Example:* `Plugin Name`\n\n* **Enter plugin namespace:**\n  This is the PHP namespace used throughout your codebase.\n  *Example:* `PluginName`\n\n* **Enter plugin API namespace:**\n  This is the namespace for your REST API endpoints.\n  *Example:* `plugin-name`\n\n---\n\n✅ That’s it — your plugin is now scaffolded and ready to build!\n\n## Artisan Command\nRun this command to see all available command lists\n```sh\nphp artisan\n```\n## Routing\n\u003ca href=\"https://github.com/wpmvc/routing\"\u003eRouting Documentation\u003c/a\u003e\n\n## Database\n\u003ca href=\"https://github.com/wpmvc/database\"\u003eDatabase Documentation\u003c/a\u003e\n\n## Regenerate Vendor Directory\nTo re-generate vendor folder don't use `composer install` / `php artisan app:setup`\n\nUse\n```sh\ncomposer setup\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpmvc%2Fwpmvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpmvc%2Fwpmvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpmvc%2Fwpmvc/lists"}