PHPackages                             whaze/path-of-settings - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. whaze/path-of-settings

ActiveLibrary[Admin Panels](/categories/admin)

whaze/path-of-settings
======================

A modern options page builder for WordPress with React and object-oriented architecture

v1.0.3(1y ago)111GPL-2.0-or-laterPHPPHP &gt;=7.4

Since May 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/whaze/path-of-settings)[ Packagist](https://packagist.org/packages/whaze/path-of-settings)[ Docs](https://github.com/whaze/path-of-settings)[ RSS](/packages/whaze-path-of-settings/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

PathOfSettings
==============

[](#pathofsettings)

A modern, developer-friendly WordPress options page builder with React UI and object-oriented architecture.

[![License: GPL v2+](https://camo.githubusercontent.com/ec6306119631a4bc812f4abc1b429674bd65410ae0ef38af01f43483fccc51ce/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c25323076322532422d626c75652e737667)](https://www.gnu.org/licenses/gpl-2.0)[![PHP Version](https://camo.githubusercontent.com/0cd5f9cf00668c7181de28c27a0675f2437f48a46d206b954565abcf35f3150b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344253230372e342d3838393242462e737667)](https://php.net/)[![WordPress](https://camo.githubusercontent.com/3fdf2dd5dd2db08542ebbcd5780ef84f0b68c52a707a2540d15fce3fbf31dadd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726450726573732d253345253344253230352e382d3231373539422e737667)](https://wordpress.org/)[![Packagist](https://camo.githubusercontent.com/892ac9acc681787eec040ce98668636d7c23dfab8692054032e5b3bc13b98cc1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7768617a652f706174682d6f662d73657474696e67732e737667)](https://packagist.org/packages/whaze/path-of-settings)

Overview
--------

[](#overview)

PathOfSettings is a comprehensive package for creating custom settings pages in WordPress applications. It provides a clean, object-oriented API for registering pages and fields, with a modern React-based admin interface that integrates seamlessly with WordPress core components.

### Key Features

[](#key-features)

- **🚀 Ultra-Simple API**: One-line initialization, no configuration required
- **⚡ Plug &amp; Play**: Built assets included, no build step needed
- **🎨 Modern UI**: React-powered interface using WordPress Gutenberg components
- **🏗️ Clean Architecture**: Object-oriented design with interfaces and services
- **🔌 Flexible Integration**: Works in both plugins and themes via Composer
- **🛡️ Type Safety**: Full PHP 7.4+ type hints and comprehensive PHPDoc
- **🌐 REST API**: Custom endpoints for secure settings management
- **📦 Extensible**: Support for custom field types
- **🌍 i18n Ready**: Full internationalization support

---

Installation
------------

[](#installation)

### Via Composer (Recommended)

[](#via-composer-recommended)

```
composer require whaze/path-of-settings
```

**That's it!** Built assets are included in the package, no additional build step required.

### Manual Installation

[](#manual-installation)

1. Download the latest release from [GitHub](https://github.com/whaze/path-of-settings/releases)
2. Extract to your plugin or theme directory
3. Include the autoloader in your code

---

Quick Start
-----------

[](#quick-start)

### 🚀 Ultra-Simple Integration

[](#-ultra-simple-integration)

```
