A comprehensive WordPress development toolkit designed to make debugging, monitoring, and site management faster, safer, and more intuitive.
- Debug Configuration Management: Manage WordPress debug constants through an intuitive dashboard
- Advanced Log Management: Parse and display debug logs with syntax highlighting, filtering, and search
- System Health Dashboard: Real-time display of PHP/WordPress versions and debug status
- Guided Onboarding: Step-by-step wizard for first-time users
- Modern React/TypeScript Interface: Built with Tailwind CSS v4 and accessibility-first design
- PHP: 8.1+
- WordPress: 6.0+ (tested up to 6.8)
- Memory: 128MB+ recommended
- Navigate to
Plugins > Add New - Search for "Debug Suite"
- Install and activate
- Download plugin ZIP
- Upload to
/wp-content/plugins/debug-suite/ - Activate through WordPress admin
# Clone and install dependencies
git clone https://github.com/kzamanbd/debug-suite.git
cd debug-suite
composer install
pnpm install
# Development build
pnpm run dev
# Production build
pnpm run build# Run all tests
vendor/bin/phpunit
# Code quality checks
vendor/bin/phpcs
vendor/bin/phpstan analyse- Backend: Modern PHP 8.1+ with PSR-4 autoloading, dependency injection, and service layer pattern
- Frontend: React with TypeScript and Tailwind CSS v4
- API: RESTful endpoints with proper security and validation
- Testing: Full PHPUnit coverage for unit and integration tests
- Fork the repository
- Follow PSR-12 and WordPress coding standards
- Add tests for new features
- Submit clear pull requests
GPL v2 or later - see LICENSE.txt
Made with ❤️ for the WordPress Community