Download the PHP package zaherg/litepress without Composer

On this page you can find all versions of the php package zaherg/litepress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package litepress

[!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 project

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

There are two ways to create a new LitePress project:

1. Simple Setup

Run the command:

[!TIP] To get the development code you can run

This will create a new project with default settings:

2. Automated Setup

Run the command with environment variables:

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

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:

  3. Start the Docker containers:

  4. Your application will be available at http://127.0.0.1 (or the port you specified in NGINX_PORT).

The Docker setup includes:

Reinstallation

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

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


All versions of litepress with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
zaherg/litepress-composer-commands Version ^0.0.3
roots/wordpress-core-installer Version dev-master
roots/wordpress-full Version ^6.7
vlucas/phpdotenv Version *
wp-cli/wp-cli-bundle Version *
wpackagist-plugin/sqlite-database-integration Version ^2.1.16
wpackagist-theme/extendable Version ^2.0.9
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zaherg/litepress contains the following files

Loading the files please wait ....