Title: Easy PHP Settings
Author: shahadul878
Published: <strong>Agost 12, 2025</strong>
Last modified: Març 14, 2026

---

Search plugins

![](https://ps.w.org/easy-php-settings/assets/banner-772x250.png?rev=3343628)

![](https://ps.w.org/easy-php-settings/assets/icon.svg?rev=3343703)

# Easy PHP Settings

 By [shahadul878](https://profiles.wordpress.org/shahadul878/)

[Download](https://downloads.wordpress.org/plugin/easy-php-settings.1.1.4.zip)

 * [Details](https://bal.wordpress.org/plugins/easy-php-settings/#description)
 * [Reviews](https://bal.wordpress.org/plugins/easy-php-settings/#reviews)
 *  [Installation](https://bal.wordpress.org/plugins/easy-php-settings/#installation)
 * [Development](https://bal.wordpress.org/plugins/easy-php-settings/#developers)

 [Support](https://wordpress.org/support/plugin/easy-php-settings/)

## Description

Easy PHP Settings provides a user-friendly interface to view and manage crucial 
PHP and WordPress configurations without needing to manually edit server files. 
It’s designed for both single-site and multisite installations, giving administrators
the power to optimize their environment directly from the dashboard.

**Key Features:**

 * **Manage PHP Settings:** Easily modify the 5 core PHP settings (`memory_limit`,`
   upload_max_filesize`, `post_max_size`, `max_execution_time`, `max_input_vars`)
   through dedicated fields.
 * **Custom php.ini Configuration:** Add any additional PHP directives (session 
   settings, timezone, logging, file uploads, etc.) directly in the flexible custom
   configuration textarea.
 * **Quick Presets:** Choose from pre-configured optimization profiles (Default,
   Performance, WooCommerce, Development, Large Media) that populate both core fields
   and custom php.ini directives automatically.
 * **WordPress Memory Management:** Configure WordPress-specific memory limits including`
   WP_MEMORY_LIMIT` and `WP_MAX_MEMORY_LIMIT` to optimize your site’s performance.
 * **Automatic Configuration:** When you save your settings, the plugin automatically
   generates `.user.ini` and `php.ini` files in your WordPress root directory.
 * **Configuration Generator:** For locked-down environments, the plugin provides
   a generator to create configuration snippets that you can manually add to your
   server files.
 * **PHP Extensions Viewer:** View all loaded PHP extensions categorized by type,
   with indicators for critical missing extensions and recommendations.
 * **Settings Validation:** Automatically detects potentially problematic configuration
   values and warns you before saving.
 * **Settings History:** Track all changes made to your settings with the ability
   to restore previous configurations. Export history as CSV.
 * **Import/Export:** Backup your settings as JSON files and migrate configurations
   between sites effortlessly.
 * **One-Click Reset:** Reset to recommended values or server defaults with automatic
   backup creation.
 * **Helpful Tooltips:** Hover over help icons next to each setting to understand
   what it does and why it matters.
 * **Live Status Checker:** A dedicated “Status” tab shows your current server environment,
   including PHP version, server software, and a comparison of current vs. recommended
   PHP values.
 * **WordPress Debugging:** A “Debugging” tab with on/off switches lets you easily
   toggle `WP_DEBUG`, `WP_DEBUG_LOG`, `WP_DEBUG_DISPLAY`, and `SCRIPT_DEBUG` constants
   in your `wp-config.php` file.
 * **Multisite Compatible:** On multisite networks, settings are managed at the 
   network level by Super Admins.

This plugin is perfect for developers and site administrators who want a quick and
safe way to view and adjust their site’s technical settings.

### Pro Features

Upgrade to Easy PHP Settings Pro for advanced controls, automation, and tooling 
designed for performance, safety, and team productivity.

### Advanced PHP & Server Controls

 * Manage all PHP INI directives (memory, upload, post size, execution time, input
   vars, OPcache, sessions, error_reporting).
 * Advanced Config Generator (Apache .htaccess, NGINX snippets, cPanel/LiteSpeed
   compatibility).
 * Per-site overrides in Multisite (instead of only Network Admin).
 * PHP Extension Checker  Detects missing extensions (imagick, intl, bcmath, etc.)
   and gives install guidance.
 * Real-time Server Health Monitor  CPU, RAM, disk usage, PHP-FPM pool stats.

### Optimization & Performance

 * One-click Optimization Profiles (ready presets):
    - WooCommerce Stores
    - Elementor / Page Builders
    - LMS (LearnDash, TutorLMS)
    - High Traffic Blogs
    - Multisite Networks
 * Smart Recommendations  Suggest best values based on your hosting/server.
 * OPcache Manager  Enable/disable and tune OPcache.

### Safety & Reliability

 * Backup & Restore Configurations (before/after editing .user.ini & php.ini).
 * Safe Mode  If wrong values break the site, plugin auto-rolls back to last working
   config.
 * Error Log Viewer  View PHP error logs and debug logs directly from dashboard.
 * Email Alerts & Notifications  Sends warnings if PHP limits are too low, or site
   hits memory/time limits.

### Productivity & Agency Tools

 * Import / Export Settings  Save your preferred config and apply on other sites.
 * Multi-Site Templates  Apply one config across the network.
 * White-label Option  Rebrand plugin for agencies (hide “Easy PHP Settings” branding).
 * Role-based Access  Allow only specific roles (like Admins, Developers) to change
   PHP settings.

### Premium Experience

 * Priority Support (faster replies, email/ticket).
 * Regular Pro Updates with new hosting compatibility.
 * Advanced Documentation & Tutorials (step-by-step setup guides).

### Summary (Pro Highlights)

 * Advanced Settings (all directives, OPcache, sessions)
 * Profiles (WooCommerce, LMS, high traffic, etc.)
 * Monitoring (server health, error logs)
 * Backup/Restore + Safe Mode
 * Import/Export & Agency Tools
 * Alerts & Notifications
 * Premium Support

## Screenshots

 * [[
 * General Settings — Configure PHP memory, upload limits, execution time, presets,
   and WordPress memory constants.
 * [[
 * Tools — Debugging toggles, log viewer, export/import settings, and reset options.
 * [[
 * PHP Settings — Full table of all PHP directives with search and copy functionality.
 * [[
 * Extensions — View all loaded PHP extensions by category with missing extension
   alerts.
 * [[
 * Status — Live comparison of current vs. recommended PHP and WordPress memory 
   values.

## Installation

 1. Upload the `easy-php-settings` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to **Tools > PHP Settings** to configure the plugin. For multisite installations,
    go to **Network Admin > Settings > PHP Settings**.

## FAQ

### Why can’t I change some settings directly?

Some PHP settings are locked at the server level for security or performance reasons.
Your hosting provider determines which settings can be modified at runtime. For 
these settings, our plugin provides a “Configuration Generator” to give you the 
code snippets you need to place in your server’s configuration files (like `.user.
ini` or `.htaccess`).

### Where are the .user.ini and php.ini files saved?

When you save settings, the plugin automatically creates these files in the root
directory of your WordPress installation (the same directory where `wp-config.php`
is located).

### What do the switches on the Debugging tab do?

These switches directly control the debugging constants in your `wp-config.php` 
file. Toggling them on or off will define or update the corresponding constant (`
WP_DEBUG`, `WP_DEBUG_LOG`, etc.), allowing you to easily enable or disable WordPress
debugging modes.

### What is WP_MEMORY_LIMIT and why is it important?

WP_MEMORY_LIMIT is a WordPress-specific constant that controls the amount of memory
allocated to WordPress for its operations. It’s different from PHP’s `memory_limit`
as it specifically affects WordPress processes. This setting is crucial for sites
with many plugins, themes, or heavy content management. The plugin allows you to
easily configure this setting to prevent “Allowed memory size exhausted” errors 
and improve your site’s performance.

## Reviews

![](https://secure.gravatar.com/avatar/b500c3b656d9821b23ba8ab8d032e9e91a32845f6eb16d01ac4eae0420de59d0?
s=60&d=retro&r=g)

### 󠀁[Outstanding Utility Plugin](https://wordpress.org/support/topic/outstanding-utility-plugin/)󠁿

 [James Joseph Finn](https://profiles.wordpress.org/jamesjosephfinn/) Novembre 4,
2025

This is a very helpful admin utility plugin. Thank you for making and sharing. PS:
Updating to 1.0.4 fills the debug log with PHP textdomain notices; but otherwise
the added features are very well done and much appreciated!

![](https://secure.gravatar.com/avatar/e55d831bea5e60d2403d590b6e57f1c51fc178a87dca78824f30a07d249b8105?
s=60&d=retro&r=g)

### 󠀁[It was exactly what i needed.](https://wordpress.org/support/topic/it-was-exactly-what-i-needed-2/)󠁿

 [creondai](https://profiles.wordpress.org/creondai/) Agost 29, 2025

Thank you. Your Plugin helped me a lot.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/easy-php-settings/reviews/)

## Contributors & Developers

“Easy PHP Settings” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ shahadul878 ](https://profiles.wordpress.org/shahadul878/)
 *   [ Codereyes ](https://profiles.wordpress.org/codereyes/)

[Translate “Easy PHP Settings” into your language.](https://translate.wordpress.org/projects/wp-plugins/easy-php-settings)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/easy-php-settings/),
check out the [SVN repository](https://plugins.svn.wordpress.org/easy-php-settings/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/easy-php-settings/)
by [RSS](https://plugins.trac.wordpress.org/log/easy-php-settings/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.4

Released: March 14, 2026

 * Release 1.1.4 – remove unbalanced parentheses check for live server compatibility

#### 1.1.4

Released: March 14, 2026

 * Fixed: Removed unbalanced-parentheses validation that caused false “Unbalanced
   parentheses detected in config file” errors on live servers when wp-config.php
   contains parentheses inside strings or comments.

#### 1.1.3

Released: March 14, 2026

 * Fixed: wp-config.php validation now detects required DB_* constants with flexible
   spacing/quoting, preventing false “DB_NAME not found” errors on some hosts.

#### 1.1.2

Released: March 8, 2026

 * Fixed: Debugging Constants switches not applying changes to wp-config.php due
   to outdated settings registration; now correctly updates WP_DEBUG, WP_DEBUG_LOG,
   WP_DEBUG_DISPLAY, and SCRIPT_DEBUG.
 * Changed: Removed hard 1G upper limit from size validators so larger values like
   2G+ are accepted, relying on PHP/server limits and relationship checks instead.

#### 1.1.1

Released: March 8, 2026

 * Added: Plugin usage tracker integration — optional anonymous install/activation
   reporting to improve plugin services (site URL, WordPress version, plugin version;
   no personally identifiable data in clear text)
 * Added: Admin notice explaining data collection with link to privacy details
 * Improved: Tracker integration runs on activation and sends version/site info 
   for service updates

#### 1.1.0

Released: March 5, 2026

 * Refactored: Complete modular architecture — main plugin file reduced from 2,000
   + lines to ~300 lines
 * Refactored: All features moved into self-contained modules (General Settings,
   Tools, Status, Extensions, PHP Settings, About)
 * Refactored: Each module owns its own settings registration, rendering, and action
   handling
 * Fixed: Double settings registration that could cause unexpected behavior
 * Fixed: Broken sanitize callback reference in General Settings module
 * Fixed: Form/handler mismatch — export, import, and reset handlers now live in
   the Tools module alongside their forms
 * Improved: Cleaner separation of concerns with public getters on the main class
 * Improved: Tools tab now consolidates debugging settings, log viewer, export/import,
   and reset in one place
 * Removed: Legacy duplicate file (includes/class-easy-php-settings.php) that referenced
   non-existent classes
 * Removed: Empty placeholder directories (includes/admin, data, handlers, info,
   settings, utils)
 * Removed: Unused duplicate assets and view directories
 * Organized: Plugin submission assets moved to .wordpress-org/ directory
 * Updated: GitHub Actions workflows aligned with new file structure
 * Updated: .distignore cleaned up for accurate distribution builds

#### 1.0.5

 * Enhanced: Improved wp-config.php editing security with proper parser and backup/
   restore functionality
 * Enhanced: Added comprehensive input validation for all PHP settings
 * Enhanced: Implemented caching layer for PHP info, extensions, and history using
   WordPress transients
 * Enhanced: Added pagination to history display for better performance
 * Enhanced: Improved error handling with structured logging and recovery mechanisms
 * Enhanced: Added real-time validation feedback in admin interface
 * Enhanced: Improved JavaScript with debouncing, loading states, and keyboard shortcuts
 * Enhanced: Added ARIA labels and improved accessibility throughout the plugin
 * Enhanced: Added file operation security with path validation and atomic writes
 * Fixed: Improved error messages and user feedback
 * Security: Enhanced file upload validation for import functionality
 * Security: Added backup before wp-config.php modifications with automatic rollback
   on failure

#### 1.0.4

 * Added: Quick Settings Presets – Choose from 5 optimization profiles (Default,
   Performance, WooCommerce, Development, Large Media). Each preset includes optimized
   values for core settings and custom php.ini directives.
 * Added: PHP Extensions Viewer tab – View all loaded PHP extensions categorized
   by type with missing extension alerts.
 * Added: Settings History tracking – Track all changes with ability to restore 
   previous configurations and export as CSV.
 * Added: Import/Export functionality – Backup and migrate settings between sites
   as JSON files.
 * Added: One-Click Reset – Reset to recommended values or server defaults with 
   automatic backups.
 * Added: Settings Validation – Automatic detection of problematic configuration
   values with warnings.
 * Added: Helpful Tooltips – Help icons next to each setting explaining what it 
   does.
 * Added: New Tools tab for Import/Export and Reset operations.
 * Enhanced: Custom php.ini Configuration textarea now includes helpful examples
   and placeholder text for common directives (session, timezone, logging, file 
   uploads, etc.).
 * Enhanced: Improved UI with better organization and visual indicators.
 * Enhanced: Client-side validation with warnings before saving.
 * Enhanced: Better status indicators with color-coded warnings.
 * Enhanced: Search functionality for extensions.
 * Improved: Code organization and documentation.
 * Improved: Consolidated two save buttons into one “Save All Settings” button for
   better UX.

#### 1.0.3

 * Added: WordPress memory limit management (`WP_MEMORY_LIMIT` and `WP_MAX_MEMORY_LIMIT`)
   configuration.
 * Enhanced: Better error handling and user feedback.
 * Improved: Code documentation and inline comments.
 * Updated: Documentation to include WordPress memory management features.

#### 1.0.2

 * Fixed: PHPCS coding standards compliance – resolved all errors and warnings.
 * Improved: Extracted inline JavaScript to external file for better maintainability.
 * Enhanced: Added proper documentation and function comments.
 * Updated: File naming conventions to follow WordPress standards.
 * Improved: Code organization and structure.

#### 1.0.1

 * Updated: Version bump and minor improvements.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.1.4**
 *  Last updated **3 setmanes ago**
 *  Active installations **1.000+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/easy-php-settings/)
 * Tags
 * [debug](https://bal.wordpress.org/plugins/tags/debug/)[performance](https://bal.wordpress.org/plugins/tags/performance/)
   [php settings](https://bal.wordpress.org/plugins/tags/php-settings/)[wp-config](https://bal.wordpress.org/plugins/tags/wp-config/)
 *  [Advanced View](https://bal.wordpress.org/plugins/easy-php-settings/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/easy-php-settings/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/easy-php-settings/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/easy-php-settings/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/easy-php-settings/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/easy-php-settings/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/easy-php-settings/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/easy-php-settings/reviews/)

## Contributors

 *   [ shahadul878 ](https://profiles.wordpress.org/shahadul878/)
 *   [ Codereyes ](https://profiles.wordpress.org/codereyes/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/easy-php-settings/)