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. ssnepenthe/wp-sqlite-starter

ActiveProject

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

Starter repo for WordPress with Composer and SQLite

13↑2900%PHP

Since Mar 29Pushed 1mo 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 1mo ago

READMEChangelogDependenciesVersions (1)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

21

—

LowBetter than 19% of packages

Maintenance60

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/acf42baca29dd8d1ffaf61009a3000068423a84db153c5cb864ef6fde64a1b87?d=identicon)[ssnepenthe](/maintainers/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)
```

PHPackages © 2026

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