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. [Framework](/categories/framework)
4. /
5. atomita/wp-layout-style-theme

ActiveLibrary[Framework](/categories/framework)

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

0.2.0(12y ago)038LGPLv3PHP

Since Feb 28Pushed 12y 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 today

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 36% 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

4393d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1860298?v=4)[atomita](/maintainers/atomita)[@atomita](https://github.com/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

[themosis/theme

The Themosis framework boilerplate theme.

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

WordPress Theme Framework.

55100.2k34](/packages/devgeniem-dustpress)

PHPackages © 2026

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