PHPackages                             zaherg/litepress - 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. zaherg/litepress

AbandonedArchivedProject

zaherg/litepress
================

A wordpress scaffolding with sqlite out of the box using composer.

1.0.0(1y ago)61321[2 issues](https://github.com/zaherg/litepress/issues)MITPHPPHP &gt;=8.3

Since Feb 2Pushed 1y ago2 watchersCompare

[ Source](https://github.com/zaherg/litepress)[ Packagist](https://packagist.org/packages/zaherg/litepress)[ RSS](/packages/zaherg-litepress/feed)WikiDiscussions main Synced 1mo ago

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

Warning

This is not maintain any more, the amount of plugins that are not compatible with it is not small, if you want something similar but with mysql I advice you to check [Bedrock](https://roots.io/bedrock/) project

LitePress
=========

[](#litepress)

This is a personal project that will set up WordPress using composer and will install sqlite integration plugin automatically.

The `mu-plugins` folder contains some plugins I copied from a WordPress project created by **WordPress Studio**.

Creating a Project
------------------

[](#creating-a-project)

There are two ways to create a new LitePress project:

### 1. Simple Setup

[](#1-simple-setup)

Run the command:

```
composer create-project zaherg/litepress litepress
```

Tip

To get the development code you can run

```
composer create-project zaherg/litepress litepress -s dev
```

This will create a new project with default settings:

- Username: admin
- Password: password

### 2. Automated Setup

[](#2-automated-setup)

Run the command with environment variables:

```
ADMIN_USER="your-username" \
ADMIN_PASSWORD="your-password" \
ADMIN_EMAIL="admin@example.com" \
WP_HOME="http://your-site-url.test" \
SITE_TITLE="Your Site Title" \
composer create-project zaherg/litepress litepress --no-interaction
```

After installation is complete, you can login to your WordPress dashboard using either:

- The default credentials if you used the simple setup
- The username and password you specified in `ADMIN_USER` and `ADMIN_PASSWORD` if you used the automated setup

Running with Docker
-------------------

[](#running-with-docker)

The project includes Docker support to facilitate easy development. To run the project using Docker:

1. Make sure you have Docker and Docker Compose installed on your system and the project is installed using one of the above installation steps.
2. (Optional) Configure the environment variables in `.env`:

    ```
    NGINX_PORT=80       # Change if port 80 is already in use
    REDIS_PORT=6379     # Change if port 6379 is already in use
    ```
3. Start the Docker containers:

    ```
    docker-compose up -d
    ```
4. Your application will be available at `http://127.0.0.1` (or the port you specified in NGINX\_PORT).

The Docker setup includes:

- PHP-FPM with Nginx
- Redis for caching
- Automatic environment configuration

Reinstallation
--------------

[](#reinstallation)

To reset your project and start with a fresh WordPress installation, run:

```
ADMIN_PASSWORD="your-password" composer run re-install
```

Note: You must provide the `ADMIN_PASSWORD` environment variable when running the reinstall command. This password will be used for the admin account in the fresh installation.

Important Notes
---------------

[](#important-notes)

- Not all WordPress plugins support SQLite. Some plugins use MySQL-specific syntax when creating additional tables.
- When using automated setup, if any required environment variables are missing, the installer will prompt you to provide them before proceeding.
- When running with Docker, any changes to environment variables require a container restart: `docker-compose restart`

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

463d ago

### Community

Maintainers

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

---

Top Contributors

[![zaherg](https://avatars.githubusercontent.com/u/27624?v=4)](https://github.com/zaherg "zaherg (59 commits)")

---

Tags

composerphpsqlitewordpresswordpress-developerwordpress-developmentwordpress-installer

### Embed Badge

![Health badge](/badges/zaherg-litepress/health.svg)

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

###  Alternatives

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[roots/wordpress

WordPress is open source software you can use to create a beautiful website, blog, or app.

19116.9M258](/packages/roots-wordpress)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[johnbillion/plugin-infrastructure

Reusable infrastructure relating to testing, building, and deploying my WordPress plugins

2968.6k6](/packages/johnbillion-plugin-infrastructure)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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