PHPackages                             themeplate/application - 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. themeplate/application

ActiveLibrary[Framework](/categories/framework)

themeplate/application
======================

For building a modern WordPress site

v2.1.0(1y ago)254GPL-3.0-onlyPHPPHP ^8.2

Since May 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ThemePlate/Application)[ Packagist](https://packagist.org/packages/themeplate/application)[ RSS](/packages/themeplate-application/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (5)Versions (14)Used By (0)

ThemePlate Application
======================

[](#themeplate-application)

Usage
-----

[](#usage)

### `./vendor/bin/themeplate install`

[](#vendorbinthemeplate-install)

### wp-config.php

[](#wp-configphp)

```
use ThemePlate\Application\Core;
use Env\Env;

require_once 'vendor/autoload.php';

Core::setup( __DIR__ ); // .env location

$table_prefix = Env::get( 'DB_PREFIX' ) ?: 'wp_';

require_once ABSPATH . 'wp-settings.php';
```

### .env

[](#env)

```
## Relative to this .env file
# PUBLIC_ROOT='public'

## Relative to the PUBLIC_ROOT
# WP_CORE_DIR='wp'
# CONTENT_DIR='content'

WP_HOME='https://themeplate.local'

# DB_NAME='local'
# DB_USER='root'
# DB_PASSWORD='root'
# DB_HOST='localhost'
# DB_PREFIX='wp_'
# DB_CHARSET='utf8'
# DB_COLLATE=''

WP_DEBUG=true
# WP_DEBUG_LOG='/path/to/debug.log'

# WP_ENVIRONMENT_TYPE='local'
# WP_DEFAULT_THEME='themeplate'

# DISABLE_WP_CRON=true
# DISALLOW_FILE_MODS=false

# Authentication Unique Keys and Salts
AUTH_KEY='generateme'
SECURE_AUTH_KEY='generateme'
LOGGED_IN_KEY='generateme'
NONCE_KEY='generateme'
AUTH_SALT='generateme'
SECURE_AUTH_SALT='generateme'
LOGGED_IN_SALT='generateme'
NONCE_SALT='generateme'
```

Structures
----------

[](#structures)

### Default

[](#default)

```
├── public/
│   └── content/
│   │   ├── mu-plugins/
│   │   ├── plugins/
│   │   ├── themes/
│   │   └── uploads/
│   ├── wp/
│   └── index.php
├── vendor/
└── composer.json
└── wp-config.php

```

#### index.php

[](#indexphp)

```
define( 'WP_USE_THEMES', true );
require __DIR__ . '/wp/wp-blog-header.php';
```

### Modern

[](#modern)

```
├── public/
│   ├── mu-plugins/
│   ├── plugins/
│   ├── themes/
│   ├── uploads/
│   ├── index.php
│   └── ... WP CORE files
├── vendor/
└── composer.json
└── wp-config.php

```

#### .env

[](#env-1)

```
...
WP_CORE_DIR='/'
CONTENT_DIR='/'
...
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance46

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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 ~96 days

Recently: every ~102 days

Total

12

Last Release

413d ago

Major Versions

v1.6.0 → v2.0.02024-06-23

PHP version history (3 changes)v1.0.0PHP ^7.4|^8.0

v1.6.0PHP ^7.4|^8.2

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/91095d431958c79a7384d515efec2686ca3cd1e1e1a5a42b680309b8e855355a?d=identicon)[kermage](/maintainers/kermage)

---

Top Contributors

[![kermage](https://avatars.githubusercontent.com/u/8350223?v=4)](https://github.com/kermage "kermage (43 commits)")

---

Tags

wordpresswordpress-developmentwordpress-php-librarywordpress-site

### Embed Badge

![Health badge](/badges/themeplate-application/health.svg)

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

###  Alternatives

[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[impresscms/impresscms

ImpressCMS is an open source content management system with a focus on security and speed

291.1k](/packages/impresscms-impresscms)

PHPackages © 2026

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