PHPackages                             nickkadutskyi/wp-skeleton - 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. nickkadutskyi/wp-skeleton

ActiveProject

nickkadutskyi/wp-skeleton
=========================

1.0.10(1y ago)011gpl-2.0NixPHP &gt;=8.1

Since Apr 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nickkadutskyi/wp-skeleton)[ Packagist](https://packagist.org/packages/nickkadutskyi/wp-skeleton)[ RSS](/packages/nickkadutskyi-wp-skeleton/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (11)Versions (12)Used By (0)

WordPress + Symfony Skeleton
============================

[](#wordpress--symfony-skeleton)

Project starter for WordPress site

- Symfony is used solely because of its [secrets management feature](https://symfony.com/doc/current/configuration/secrets.html)
- WordPress core files are always separate from wp-content and plugins and are managed by WP-CLI

Initiate
--------

[](#initiate)

```
# Creates Symfony Vault encription key and sets WP salts for prod and local
scripts/initial.sh
```

Development
-----------

[](#development)

```
# Install the project
composer install

# Install all submodules (if exist)
git submodule update --init --recursive

# Runs installation script (basically downloads WordPress core files of the version specified in wp-cli.yml)
scripts/wp-install.sh
```

Update
------

[](#update)

```
# 1. Updates to the latest version (provide any wp core update options to modify update process)
scripts/wp-update.sh

# 2. If updated wp-cli.yml will be updated to with the newer version for install.sh script to consider.

# 3. Commit changes
```

Production
----------

[](#production)

This is approximately how to update the projecton on production. It should already have produciton decryption key to extract all secrets from production vault

```
# Assuming that the project is already on production and you want to update it
git pull origin main

# Updating submodules
git submodule update --init --recursive

# Deleting local env extracted before because it might interfere with the further extraction
rm .env.prod.local

# Sets up environtment
export APP_ENV=prod

# Bring the project to the current state according to composer.lock
composer install --no-dev --optimize-autoloader

# Extracts secrets from production vault
APP_RUNTIME_ENV=prod php bin/console secrets:decrypt-to-local --force

# Converts env file to a single php file (.env.local.php) for performance
composer dump-env prod

# Clears Symfony cache (if you don't use anything from Symfony then don't need to do this)
APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear

# Runs installation script (basically downloads WordPress corse file of the version specified in wp-cli.yml)
scripts/install.sh

# Sets symlink for the wp-content folder to be accessible from the web
ln -s /path/to/the/project/src/WordPressContent /path/to/the/project/public-wp/content

# Sets ownership to your user and to give access to server (www-data group), change if server group is different.
sudo chown -R your-user-here:www-data ./*

# Restarts apache, or change it to restart a different type of server
sudo service apache2 restart
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

11

Last Release

639d ago

### Community

Maintainers

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

---

Top Contributors

[![nickkadutskyi](https://avatars.githubusercontent.com/u/10780527?v=4)](https://github.com/nickkadutskyi "nickkadutskyi (21 commits)")

### Embed Badge

![Health badge](/badges/nickkadutskyi-wp-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/nickkadutskyi-wp-skeleton/health.svg)](https://phpackages.com/packages/nickkadutskyi-wp-skeleton)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[kadirov/api-starter-kit

443.9k](/packages/kadirov-api-starter-kit)

PHPackages © 2026

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