PHPackages                             ssnepenthe/wp-sqlite-starter - 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. [Database &amp; ORM](/categories/database)
4. /
5. ssnepenthe/wp-sqlite-starter

ActiveProject[Database &amp; ORM](/categories/database)

ssnepenthe/wp-sqlite-starter
============================

Starter repo for WordPress with Composer and SQLite

0.1.0(4mo ago)210↓92.9%MITPHP

Since Mar 29Pushed 4mo agoCompare

[ Source](https://github.com/ssnepenthe/wp-sqlite-starter)[ Packagist](https://packagist.org/packages/ssnepenthe/wp-sqlite-starter)[ RSS](/packages/ssnepenthe-wp-sqlite-starter/feed)WikiDiscussions main Synced 1w ago

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

wp-sqlite-starter
=================

[](#wp-sqlite-starter)

Get a local WordPress environment up and running quickly with Composer and SQLite.

Usage
-----

[](#usage)

Installation is demonstrated below with WP-CLI but you can just as easily make manual updates to `composer.json` and `public/wp-config.php`, configure and start your server, and run the standard web installer.

```
$ composer create-project ssnepenthe/wp-sqlite-starter /path/to/project
```

It is important to update salts before going any further:

```
$ wp config shuffle-salts
```

Optionally you may want to make some other updates to your site config. For example:

- `WP_SQLITE_AST_DRIVER` can be used to enable the new AST-based SQLite driver.
- `SQLITE_JOURNAL_MODE` can be used to set the SQLite journal mode.
- `WP_DEBUG` can be used enable debug mode. When set to `true` the default `wp-config.php` file will also set `WP_DEBUG_LOG`, `SAVEQUERIES`, `WP_DEBUG_DISPLAY`, `WP_DISABLE_FATAL_ERROR_HANDLER`, and `SCRIPT_DEBUG`.

```
$ wp config set WP_SQLITE_AST_DRIVER true --raw
$ wp config set SQLITE_JOURNAL_MODE WAL
$ wp config set WP_DEBUG true --raw
```

Run the WordPress installer and enable pretty permalinks (substitute your preferred permalink structure):

```
$ wp core install --url=localhost:8080 --title='My Title' --admin_user=admin --admin_email=admin@example.com --skip-email
$ wp rewrite structure /%postname%/
```

And finally start the server:

```
$ wp server
```

Notes
-----

[](#notes)

- If you need to modify the host or port to the install and server commands above, make sure to update the `WP_HOME`, `WP_SITEURL`, and `WP_CONTENT_URL` constants in `public/wp-config.php`.
- It can be beneficial to run the WP-CLI server with multiple workers: `PHP_CLI_SERVER_WORKERS=4 wp server`
- For the moment, all composer dependencies are installed with the loosest version constraint (`*`). This will likely change in the future as this repo is finalized. In the meantime, you may wish to modify the version constraints in `composer.json` before running `composer install`.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance75

Regular maintenance activity

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

136d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10903810?v=4)[ssnepenthe](/maintainers/ssnepenthe)[@ssnepenthe](https://github.com/ssnepenthe)

---

Top Contributors

[![ssnepenthe](https://avatars.githubusercontent.com/u/10903810?v=4)](https://github.com/ssnepenthe "ssnepenthe (20 commits)")

---

Tags

toywordpress

### Embed Badge

![Health badge](/badges/ssnepenthe-wp-sqlite-starter/health.svg)

```
[![Health](https://phpackages.com/badges/ssnepenthe-wp-sqlite-starter/health.svg)](https://phpackages.com/packages/ssnepenthe-wp-sqlite-starter)
```

###  Alternatives

[roots/bedrock

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

6.6k471.6k2](/packages/roots-bedrock)[vinkla/wordplate

The WordPlate boilerplate

2.2k5.3k](/packages/vinkla-wordplate)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[mediawiki/semantic-media-wiki

An extension to MediaWiki that lets you store and query structured data within wiki pages

620387.3k34](/packages/mediawiki-semantic-media-wiki)[andreyryabin/sprint.migration

bitrix migration module

206212.7k2](/packages/andreyryabin-sprintmigration)[october/rain

October Rain Library

1601.7M102](/packages/october-rain)

PHPackages © 2026

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