The WordPress MCP Adapter converts WordPress’s Abilities API into the Model Context Protocol, enabling AI agents to interact with WordPress seamlessly through standardized tools and prompts.
Explore Automattic’s VIP Go MU-Plugins repo: modular WordPress core extensions with PHPUnit and Playwright tests, designed for high-scale VIP platform use.
WooCommerce’s monorepo combines PHP with modern JavaScript tooling to manage a large e-commerce platform. Here’s how it organizes code, manages dependencies, and supports contributors.
Krayin CRM combines Laravel backend and Vue.js frontend in a modular open-source CRM tailored for SMEs. It offers email parsing, WhatsApp and VoIP integrations, plus SaaS-ready multi-tenancy.
Matomo is a leading open-source, self-hosted analytics platform prioritizing data ownership and extensibility with a plugin-based architecture. It offers real-time insights and privacy-focused analytics.
OpenEMR is a widely used open-source electronic health records system blending PHP backend with modern JavaScript frontend tooling. It supports multi-OS deployment and extensive APIs.
phpIPAM is a mature open-source PHP IP address management tool balancing backward compatibility and modern PHP features with clear branching and Docker support.
PrestaShop is a mature PHP e-commerce platform emphasizing a Docker-based dev environment and modular architecture. Here’s how it balances modern PHP with real-world DX.
This repo offers a hands-on guide to refactoring Laravel apps, replacing common anti-patterns with idiomatic, maintainable code using Form Requests, Service Classes, and Eloquent optimizations.
Roundcube is a browser-based PHP IMAP client using a custom framework and an IMAP library from IlohaMail, offering extensibility via plugins and skins. Here’s how it works under the hood.
Sage modernizes WordPress theme development by integrating Laravel Blade templating, Vite frontend tooling, and Acorn backend features for a structured, component-based workflow.
Snipe-IT is an open-source Laravel 11 IT asset and license management platform with a comprehensive JSON REST API enabling diverse integrations and mobile apps.
Symfony AI unifies multiple AI platforms into a single PHP interface, enabling flexible AI-powered Symfony apps without vendor lock-in. It includes AI agents, chat context, and data indexing components.
TYPO3 is a PHP-based Content Management Framework emphasizing modularity and extensibility through a slim core and open APIs. This article explores its architecture, tradeoffs, and usage.
Monica is a personal CRM built with Laravel and Vue.js, designed to help users manage relationships. This article explores its architecture, code quality, and how to navigate the project.
Xboard is a Laravel 11 panel system leveraging Octane, React, and Vue3 with Docker deployment. It balances high performance and modern frontend UX with maintainable architecture.
Flarum is an open-source PHP forum platform with a modular architecture, separating core features from the main app skeleton. It offers an extensible system with a Laravel backend and Mithril frontend.
laravel-ide-helper generates dynamic PHPDocs for Laravel projects, enhancing IDE autocompletion by introspecting code and database schema for accurate type hints.
spatie/laravel-permission offers a database-driven, role-based access control solution tightly integrated with Laravel’s native authorization features, simplifying permission checks with the familiar can function.