{"id":25703074,"url":"https://github.com/ractstudio/plugin-frame","last_synced_at":"2026-04-07T22:31:47.869Z","repository":{"id":279265459,"uuid":"885777493","full_name":"RactStudio/plugin-frame","owner":"RactStudio","description":"Plugin Frame: A modern WordPress plugin development framework with Composer, npm, Tailwind, Twig, and Laravel-like structure. Ideal for lightweight or complex plugins. Complies with WP \u0026 PSR-4 standards. Modular, scalable, and dev-friendly.","archived":false,"fork":false,"pushed_at":"2025-02-24T16:58:41.000Z","size":25275,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T17:48:47.574Z","etag":null,"topics":["alpinejs","composer","mvc","npm","plugin","tailwindcss","wordpress","wordpress-development","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/RactStudio.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},"funding":{"patreon":"ractstudio","buy_me_a_coffee":"ractstudio"}},"created_at":"2024-11-09T11:22:21.000Z","updated_at":"2025-02-24T16:58:44.000Z","dependencies_parsed_at":"2025-02-24T17:48:54.981Z","dependency_job_id":"c942ae0a-56fb-4150-9889-c39eff9bf288","html_url":"https://github.com/RactStudio/plugin-frame","commit_stats":null,"previous_names":["ractstudio/plugin-frame"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RactStudio%2Fplugin-frame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RactStudio%2Fplugin-frame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RactStudio%2Fplugin-frame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RactStudio%2Fplugin-frame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RactStudio","download_url":"https://codeload.github.com/RactStudio/plugin-frame/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240605998,"owners_count":19828010,"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":["alpinejs","composer","mvc","npm","plugin","tailwindcss","wordpress","wordpress-development","wordpress-plugin"],"created_at":"2025-02-25T05:18:11.610Z","updated_at":"2026-04-07T22:31:47.839Z","avatar_url":"https://github.com/RactStudio.png","language":"PHP","funding_links":["https://patreon.com/ractstudio","https://buymeacoffee.com/ractstudio"],"categories":[],"sub_categories":[],"readme":"# Plugin Frame `v0.9.2`\n\n\u003c!-- ![Plugin Frame](https://github.com/RactStudio/plugin-frame/) --\u003e\n\n## A Modern WordPress Plugin Development Framework 🚀\n\nPlugin Frame is a robust and developer-friendly WordPress plugin development framework designed for modern workflows. Built with cutting-edge technologies like Composer, npm, Tailwind CSS, and Twig, it provides a Laravel-like structure while adhering to WordPress coding standards and PSR-4 guidelines. Whether you're building lightweight plugins or complex WordPress applications, Plugin Frame streamlines development with a structured, modular, and scalable approach.\n\n## Developer Documentation\n\n- Doxygen Doc [Files, Namespaces, Classes, Functions](https://pf.ractstudio.com/)\n\n### Why Choose Plugin Frame?\n\n- ✅ **Modern Development Workflow** – Leverage tools like Composer, npm, and Webpack for efficient development.\n- ✅ **WordPress \u0026 PHP Standards Compliant** – Ensures compatibility with WordPress coding best practices.\n- ✅ **Built-in Optimization \u0026 Build Tools** – Automate CSS, JavaScript, translation, and production builds.\n- ✅ **Minimalistic \u0026 Developer-Friendly** – Lightweight, fast, and easy to use for all levels of developers.\n\n---\n\n## 📌 Installation for Developers\n\nFollow these steps to set up your development environment:\n\n1. **Navigate to the WordPress plugins directory:**\n\n    ```sh\n    cd /path/to/wordpress/wp-content/plugins/\n    ```\n\n2. **Clone the repository:**\n\n    ```sh\n    git clone https://github.com/RactStudio/plugin-frame.git\n    ```\n\n3. **Install dependencies:**\n\n    ```sh\n    composer install\n    npm install\n    ```\n\n4. **Build the plugin:**\n\n    - Global PHP and WP Cli is required.\n    - Command with `php` and `wp` must be available in terminal.\n    - Development Build: `npm run build`\n    - Tailwind CSS Build: `npm run tailwind`\n    - WP Languages Build: `npm run translate`\n    - Production Build (dist): `npm run build:prod`\n\n5. **Dev Tools:**\n\n    - Cloudflared Tunnels: `npm run tunnel`\n    - Watch CSS: `npm run watch`\n    - Tailwind CSS Watch: `npm run tailwind-watch`\n\n6. **Activate the plugin** through the WordPress dashboard.\n\n7. **Start developing your plugin!** 🎉\n\n---\n\n## ⚡ Features\n\n- 🚀 **Modern development workflow**\n- 🔍 **Follows WordPress \u0026 PHP coding standards**\n- 🔧 **Built-in build tools for performance optimization**\n- 🛠 **Developer-friendly architecture**\n\n---\n\n## 📌 Requirements\n\n- **WordPress:** 5.0 or higher\n- **PHP:** 7.4 or higher\n- **Composer** (for dependency management)\n- **Node.js \u0026 npm** (for frontend assets \u0026 build tools)\n\n---\n\n## 🛠️ Technologies Used\n\n- **WordPress** | **PHP** | **SQL**\n- **Composer** | **Node.js** | **npm**\n- **Webpack** | **Babel** | **Grunt**\n- **Tailwind CSS** | **Twig** | **Alpine.js**\n- **JavaScript** | **AJAX** | **CSS**\n- **Cloudflared** | **WP-CLI**\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! If you’d like to improve Plugin Frame, feel free to open an issue or submit a pull request.\n\n---\n\n## 📜 License\n\nThis project is licensed under the **GPLv3** license.\n\n---\n\n## 🏆 Credits\n\n- Developed by [Mahamudul Hasan Rubel](https://mhr.ractstudio.com/)\n\n---\n\n## 📬 Contact\n\n- **📱 WhatsApp:** +8801734998405\n- **📧 Email:** [bd.mhrubel@gmail.com](mailto:bd.mhrubel@gmail.com)\n\n---\n\n🚀 **Build powerful WordPress plugins effortlessly with Plugin Frame!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fractstudio%2Fplugin-frame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fractstudio%2Fplugin-frame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fractstudio%2Fplugin-frame/lists"}