PHPackages                             symbioticwp/customizer-builder - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. symbioticwp/customizer-builder

ActivePackage[Utility &amp; Helpers](/categories/utility)

symbioticwp/customizer-builder
==============================

Build Wordpress Customizer Panels, Section and Controls with a fluid interface.

1.0.0(7y ago)161MITPHPPHP &gt;=7.0

Since Dec 1Pushed 7y agoCompare

[ Source](https://github.com/symbioticwp/customizer-builder)[ Packagist](https://packagist.org/packages/symbioticwp/customizer-builder)[ Docs](https://github.com/symbioticwp/customizer-builder)[ RSS](/packages/symbioticwp-customizer-builder/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

CustomizerBuilder
=================

[](#customizerbuilder)

Build Wordpress Customizer Panels, Section and Controls with a fluid interface.

### Installation

[](#installation)

#### Composer

[](#composer)

```
$ composer require symbioticwp/customizer-builder
```

#### Requirements

[](#requirements)

- [PHP](http://php.net/manual/en/install.php) &gt;= 7.0

### Setup

[](#setup)

Enable dynamic class include ([PSR-4 autoloading](https://www.php-fig.org/psr/psr-4/)) via composer autoloader. (Hint: Check first if you don't already have the following snippet in your theme)

```
