PHPackages                             atomita/wp-layout-style-theme - 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. atomita/wp-layout-style-theme

ActiveLibrary

atomita/wp-layout-style-theme
=============================

0.2.0(11y ago)038LGPLv3PHP

Since Feb 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/atomita/wordpress-layout-style-theme)[ Packagist](https://packagist.org/packages/atomita/wp-layout-style-theme)[ RSS](/packages/atomita-wp-layout-style-theme/feed)WikiDiscussions master Synced 1mo ago

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

Wordpress Layout Style Theme
============================

[](#wordpress-layout-style-theme)

This is intended to be able to use the "layout" in the file of the theme of wordpress.

Need to call the "get\_header" function or the like in the "template of content (single.php, index.php, etc.)" will be lost when you use this.
"template of content" you can focus on content for it.

Get started
-----------

[](#get-started)

Install the "atomita/wordpress-layout-style-theme" using the composer.

Copy to the "wp-content/themes/{theme-name}/layout/default.php" from "src/atomita/wordpress/LayoutStyleTheme/default.php".
And be customized.

Describe the following at the "functions.php".

**PHP 5.3 or more**

```
require {composer install dir} . "/vendor/autoload.php";
use \atomita\wordpress\LayoutStyleThemeFacade as LayoutStyleTheme;
LayoutStyleTheme::initialize();
```

**Less than PHP 5.3**

```
require {composer install dir} . "/vendor/autoload.php";
atomita_wordpress_LayoutStyleThemeFacade::initialize();
```

LICENSE
-------

[](#license)

This is released under the LGPLv3, see LICENSE.

Copyright (c) 2014 atomita

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~55 days

Total

3

Last Release

4342d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d7535313d2f272293f58ff9966c29724d740810c5df3836a12c7057d4df2577?d=identicon)[atomita](/maintainers/atomita)

---

Top Contributors

[![atomita](https://avatars.githubusercontent.com/u/1860298?v=4)](https://github.com/atomita "atomita (22 commits)")

---

Tags

wordpresstheme

### Embed Badge

![Health badge](/badges/atomita-wp-layout-style-theme/health.svg)

```
[![Health](https://phpackages.com/badges/atomita-wp-layout-style-theme/health.svg)](https://phpackages.com/packages/atomita-wp-layout-style-theme)
```

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[themosis/theme

The Themosis framework boilerplate theme.

10449.0k3](/packages/themosis-theme)[devgeniem/dustpress

WordPress Theme Framework.

5496.8k23](/packages/devgeniem-dustpress)[balbuf/composer-wp

Manage WordPress core, plugins, and themes with composer.

173.6k](/packages/balbuf-composer-wp)

PHPackages © 2026

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