{"id":15472650,"url":"https://github.com/mwdelaney/lithify","last_synced_at":"2026-03-05T18:04:25.608Z","repository":{"id":191223719,"uuid":"675832971","full_name":"MWDelaney/lithify","owner":"MWDelaney","description":"WordPress plugin that adds a WP-CLI command to convert a traditional WordPress site into a Bedrock-style WordPress installation.","archived":false,"fork":false,"pushed_at":"2024-02-28T16:26:13.000Z","size":601,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T23:42:16.608Z","etag":null,"topics":["bedrock","plugins-wordpress","roots","trellis","wordpress","wp-cli"],"latest_commit_sha":null,"homepage":"https://roots.io/bedrock/docs/converting-wordpress-sites-to-bedrock/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MWDelaney.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-07T20:47:44.000Z","updated_at":"2025-10-08T14:01:33.000Z","dependencies_parsed_at":"2023-08-28T22:39:49.046Z","dependency_job_id":"361b0154-567a-408b-a0e9-4be45345711a","html_url":"https://github.com/MWDelaney/lithify","commit_stats":null,"previous_names":["mwdelaney/lithify"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/MWDelaney/lithify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWDelaney%2Flithify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWDelaney%2Flithify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWDelaney%2Flithify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWDelaney%2Flithify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MWDelaney","download_url":"https://codeload.github.com/MWDelaney/lithify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWDelaney%2Flithify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30141320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bedrock","plugins-wordpress","roots","trellis","wordpress","wp-cli"],"created_at":"2024-10-02T02:40:29.529Z","updated_at":"2026-03-05T18:04:25.584Z","avatar_url":"https://github.com/MWDelaney.png","language":"PHP","readme":"# 🪨 Lithify for WordPress and Bedrock\n\nLithify is a WordPress plugin that adds a WP-CLI command to convert a traditional WordPress site into a Bedrock-style WordPress installation.\n\n## Installation and Usage\n\n1. Create a new Trellis site and initialize a new Git repository:\n\n    ```bash\n    $ mkdir example.com \u0026\u0026 cd example.com \u0026\u0026 trellis new . \u0026\u0026 git init\n    ```\n\n2. 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`:\n\n    ```yaml\n    php_version: \"7.4\"\n    ```\n\n3. 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`:\n\n    ```json\n    \"roots/wordpress\": \"5.2.2\",\n    ```\n\n3. Update Bedrock PHP version to match the version from step 2:\n\n    ```json\n    \"php\": \"\u003e=7.4\",\n    ```\n\n5. Copy your WordPress `plugins`, `themes`, `mu-plugin`, and `uploads` directories into the Bedrock `site/web/app` directory.\n\n6. Add Lithify as a dependency to Bedrock:\n\n    ```bash\n    $ composer require mwdelaney/lithify\n    ```\n\n7. SSH to your development server and navigate to the Bedrock directory:\n\n    ```bash\n    $ trellis ssh development\n    $ cd /srv/www/example.com/current\n    ```\n\n8. Import your WordPress database:\n\n    ```bash\n    $ wp db import example.sql\n    ```\n\n9. Activate Lithify:\n\n    ```bash\n    $ wp plugin activate lithify\n    ```\n\n10. Run the `lithify` command and follow the prompts to lithify your site:\n\n    ```bash\n    $ wp lithify\n    ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwdelaney%2Flithify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwdelaney%2Flithify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwdelaney%2Flithify/lists"}