PHPackages                             ffflabel/project - 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. ffflabel/project

ActiveProject

ffflabel/project
================

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

v0.2.2(10mo ago)019↓100%MITPHPPHP &gt;=8.1

Since Dec 19Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/ffflabel/project-package)[ Packagist](https://packagist.org/packages/ffflabel/project)[ Docs](https://ffflabel.com/)[ RSS](/packages/ffflabel-project/feed)WikiDiscussions develop Synced 1mo ago

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

FFFlabel WP Project
===================

[](#ffflabel-wp-project)

based on [Bedrock](https://roots.io/bedrock/)

Features
--------

[](#features)

- Better folder structure
- Dependency management with [Composer](http://getcomposer.org)
- Easy WordPress configuration with environment specific files
- Environment variables with [Dotenv](https://github.com/vlucas/phpdotenv)
- Autoloader for mu-plugins (use regular plugins as mu-plugins)
- Enhanced security (separated web root and secure passwords with [wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt))

Use [Trellis](https://github.com/roots/trellis) for additional features:

- Easy development environments with [Vagrant](http://www.vagrantup.com/)
- Easy server provisioning with [Ansible](http://www.ansible.com/) (Ubuntu 16.04, PHP 7.1, MariaDB)
- One-command deploys

See a complete working example in the [roots-example-project.com repo](https://github.com/roots/roots-example-project.com).

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0
- Composer - [Install](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)

Installation
------------

[](#installation)

1. Create a project folder `your-project-folder-name`, enter to it and create a new project for your project:

`composer create-project ffflabel/project .`

2. Update environment variables in `.env` file:

- `DB_NAME` - Database name
- `DB_USER` - Database user
- `DB_PASSWORD` - Database password
- `DB_HOST` - Database host
- `WP_ENV` - Set to environment (`development`, `staging`, `production`)
- `WP_HOME` - Full URL to WordPress home ()
- `WP_SITEURL` - Full URL to WordPress including subdirectory ()
- `AUTH_KEY`, `SECURE_AUTH_KEY`, `LOGGED_IN_KEY`, `NONCE_KEY`, `AUTH_SALT`, `SECURE_AUTH_SALT`, `LOGGED_IN_SALT`, `NONCE_SALT`

If you want to automatically generate the security keys (assuming you have wp-cli installed locally) you can use the very handy [wp-cli-dotenv-command](https://github.com/aaemnnosttv/wp-cli-dotenv-command):

```
  wp package install aaemnnosttv/wp-cli-dotenv-command

  wp dotenv salts regenerate

```

Or, you can cut and paste from the [Roots WordPress Salt Generator](https://roots.io/salts.html).

3. Add theme(s) in `web/app/themes` as you would for a normal WordPress site.
4. Set your site vhost document root to `/path/to/site/web/` (`/path/to/site/current/web/` if using deploys)
5. Access WP admin at `http://example.com/wp/wp-admin`

Deploys
-------

[](#deploys)

1. Go to the `your-project-folder-name\.github\workflows\deploy-dev.yml` and update variables:

    - `REPO` - git ssh repository
    - `ROOT_DIR` - path to the project on the server
2. Go to project Git repository `Settings -> Secrets and variables -> Actions` and add Repository secrets:

    - `SSH_DEV_HOST` - ssh host - IP of the host server
    - `SSH_DEV_USERNAME` - ssh user name to connect to the server
    - `SSH_DEV_PORT` - ssh port
    - `SSH_DEV_KEY` - openssh private key (puttyprivatekey\_openssh)

There are two methods to deploy Bedrock sites out of the box:

- [Trellis](https://github.com/roots/trellis)
- [bedrock-capistrano](https://github.com/roots/bedrock-capistrano)

Any other deployment method can be used as well with one requirement:

`composer install` must be run as part of the deploy process.

Documentation
-------------

[](#documentation)

Bedrock documentation is available at .

Contributing
------------

[](#contributing)

Contributions are welcome from everyone. We have [contributing guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started.

Community
---------

[](#community)

Keep track of development and community news.

- Participate on the [Roots Discourse](https://discourse.roots.io/)
- Follow [@rootswp on Twitter](https://twitter.com/rootswp)
- Read and subscribe to the [Roots Blog](https://roots.io/blog/)
- Subscribe to the [Roots Newsletter](https://roots.io/subscribe/)
- Listen to the [Roots Radio podcast](https://roots.io/podcast/)

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance58

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Recently: every ~232 days

Total

7

Last Release

309d ago

PHP version history (2 changes)v0.0.1PHP &gt;=7.0

v0.2.1PHP &gt;=8.1

### Community

Maintainers

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

---

Top Contributors

[![MrTi](https://avatars.githubusercontent.com/u/581741?v=4)](https://github.com/MrTi "MrTi (12 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ffflabel-project/health.svg)

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

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[vinkla/wordplate

The WordPlate boilerplate

2.2k5.1k](/packages/vinkla-wordplate)

PHPackages © 2026

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