PHPackages                             folivoro/layotter - 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. folivoro/layotter

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

folivoro/layotter
=================

Add and arrange your content freely with an intuitive drag and drop interface!

v1.5.31(1mo ago)1501↓85.8%1GPL-2.0PHPPHP &gt;=7.3

Since Nov 28Pushed 1mo agoCompare

[ Source](https://github.com/folivoro/layotter)[ Packagist](https://packagist.org/packages/folivoro/layotter)[ Docs](http://www.layotter.com/)[ RSS](/packages/folivoro-layotter/feed)WikiDiscussions master Synced 2w ago

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

Layotter
========

[](#layotter)

**Build fully customizable and easy to use Wordpress websites – with Layotter, the drag-and-drop page builder for developers!**

As a professional Wordpress developer, you've probably got your own theme boilerplate, a favorite grid system, project structure, … you name it. So why should your page builder dictate its own HTML or CSS structure? Why should it come with a ton of predesigned modules that won't fit your client's design anyway? We believe it shouldn't. So Layotter doesn't.

If you like ACF, you'll love Layotter
-------------------------------------

[](#if-you-like-acf-youll-love-layotter)

Layotter is based on [Advanced Custom Fields (ACF)](http://www.advancedcustomfields.com), a very popular Wordpress plugin that lets you create wildly complex forms without having to write any code. Thanks to ACF, building a simple Layotter element takes as little as 15 lines of code:

```
class Text_Element extends Layotter_Element {
    protected function attributes() {
        $this->title       = 'Text';
        $this->description = 'A very simple text element.';
        $this->icon        = 'font'; // pick an icon from Font Awesome
        $this->field_group = 'group_abc1337'; // your ACF field group
    }
    protected function frontend_view($fields) {
        echo $fields['content']; // what visitors will see
    }
    protected function backend_view($fields) {
        echo $fields['content']; // what editors will see
    }
}
Layotter::register_element('text', 'Text_Element');
```

Read the [introduction](http://docs.layotter.com/) or the [installation instructions](http://docs.layotter.com/getting-started/installation/) to get started, or head directly to the [tutorial on how to create an element type](http://docs.layotter.com/basics/element-types/).

Some more features you'll enjoy
-------------------------------

[](#some-more-features-youll-enjoy)

- Super clean, object oriented API
- Full HTML and CSS customization
- Settings filters for programmatic configuration
- Integrates so nicely, your clients will think it's a part of Wordpress
- Works with the Pro and regular versions of ACF
- Open source and free to include even in commercial themes

By the way, Layotter 2 is in the making…
----------------------------------------

[](#by-the-way-layotter-2-is-in-the-making)

Check out the (terribly named) [modular branch](https://github.com/hingst/layotter/tree/modular) to learn more about the the upcoming release.

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance92

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~421 days

Total

4

Last Release

39d ago

PHP version history (2 changes)v1.5.28PHP &gt;=5.3.0

v1.5.29PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1ffd24dcf7f3f1cd5568a4b52fe0f6f3a8fc97f08e2b096a23606e4c79184d7?d=identicon)[sixmonkey](/maintainers/sixmonkey)

---

Top Contributors

[![hingst](https://avatars.githubusercontent.com/u/9177346?v=4)](https://github.com/hingst "hingst (199 commits)")[![sixmonkey](https://avatars.githubusercontent.com/u/15140258?v=4)](https://github.com/sixmonkey "sixmonkey (14 commits)")[![cmbsvk](https://avatars.githubusercontent.com/u/79315343?v=4)](https://github.com/cmbsvk "cmbsvk (8 commits)")

### Embed Badge

![Health badge](/badges/folivoro-layotter/health.svg)

```
[![Health](https://phpackages.com/badges/folivoro-layotter/health.svg)](https://phpackages.com/packages/folivoro-layotter)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

9.8k2.6k9](/packages/mautic-core)[roots/wp-stage-switcher

WordPress plugin that allows you to switch between different environments from the admin bar

374458.3k3](/packages/roots-wp-stage-switcher)[vinkla/wordplate

The WordPlate boilerplate

2.2k5.3k](/packages/vinkla-wordplate)[mediawiki/maps

Adds various mapping features to MediaWiki

78149.7k3](/packages/mediawiki-maps)[rainlab/blog-plugin

Blog plugin for October CMS

17158.6k](/packages/rainlab-blog-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
