PHPackages                             falves97/lithify - 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. falves97/lithify

ActiveWordpress-plugin

falves97/lithify
================

Lithify is a WordPress plugin generates a composer `require` command to assist in converting a traditional WordPress website into a Roots/Bedrock website.

v1.0.1(yesterday)03↑2900%MITPHP &gt;=7.4

Since Jul 22Compare

[ Source](https://github.com/falves97/lithify)[ Packagist](https://packagist.org/packages/falves97/lithify)[ RSS](/packages/falves97-lithify/feed)WikiDiscussions Synced today

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

🪨 Lithify for WordPress and Bedrock
===================================

[](#-lithify-for-wordpress-and-bedrock)

Lithify is a WordPress plugin that adds a WP-CLI command to convert a traditional WordPress site into a Bedrock-style WordPress installation.

Installation and Usage
----------------------

[](#installation-and-usage)

1. Create a new Trellis site and initialize a new Git repository:

    ```
    $ mkdir example.com && cd example.com && trellis new . && git init
    ```
2. Update Trellis PHP version to match the version of PHP used by your WordPress site. For example, if your WordPress site is running PHP 7.4, update `trellis/group_vars/all/main.yml`:

    ```
    php_version: "7.4"
    ```
3. Update Bedrock WordPress version to match the version of WordPress used by your WordPress site. For example, if your WordPress site is running WordPress 5.2.2, update `site/composer.json`:

    ```
    "roots/wordpress": "5.2.2",
    ```
4. Update Bedrock PHP version to match the version from step 2:

    ```
    "php": ">=7.4",
    ```
5. Copy your WordPress `plugins`, `themes`, `mu-plugin`, and `uploads` directories into the Bedrock `site/web/app` directory.
6. Add Lithify as a dependency to Bedrock:

    ```
    $ composer require mwdelaney/lithify
    ```
7. SSH to your development server and navigate to the Bedrock directory:

    ```
    $ trellis ssh development
    $ cd /srv/www/example.com/current
    ```
8. Import your WordPress database:

    ```
    $ wp db import example.sql
    ```
9. Activate Lithify:

    ```
    $ wp plugin activate lithify
    ```
10. Run the `lithify` command and follow the prompts to lithify your site:

    ```
    $ wp lithify
    ```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance100

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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

Total

2

Last Release

1d ago

### Community

Maintainers

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

---

Tags

composerbedrocktrellis

### Embed Badge

![Health badge](/badges/falves97-lithify/health.svg)

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

###  Alternatives

[roots/bedrock

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

6.5k463.8k2](/packages/roots-bedrock)[wp-cli/core-command

Downloads, installs, updates, and manages a WordPress installation.

5211.3M33](/packages/wp-cli-core-command)[wp-cli/entity-command

Manage WordPress comments, menus, options, posts, sites, terms, and users.

1069.8M88](/packages/wp-cli-entity-command)[wp-cli/search-replace-command

Searches/replaces strings in the database.

598.2M10](/packages/wp-cli-search-replace-command)[wp-cli/checksum-command

Verifies file integrity by comparing to published checksums.

338.3M14](/packages/wp-cli-checksum-command)[wp-cli/wp-cli-tests

WP-CLI testing framework

423.1M143](/packages/wp-cli-wp-cli-tests)

PHPackages © 2026

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