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. [Framework](/categories/framework)
4. /
5. zaherg/litepress

AbandonedArchivedProject[Framework](/categories/framework)

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 ago1 watchersCompare

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

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

30

—

LowBetter than 62% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

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

515d 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

[laravel/framework

The Laravel Framework.

34.8k543.8M19.9k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[johnbillion/plugin-infrastructure

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

2982.7k10](/packages/johnbillion-plugin-infrastructure)[doppar/framework

The Doppar Framework

4012.4k14](/packages/doppar-framework)[lion/bundle

Lion-framework configuration and initialization package

122.3k4](/packages/lion-bundle)[zemit-cms/core

Build Phalcon REST APIs faster with database-first scaffolding, model relationships, eager loading, identity, permissions, CLI, and WebSocket support.

148.5k1](/packages/zemit-cms-core)

PHPackages © 2026

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