Webdis Documentation
  • Welcome!
  • Getting Started
    • Introduction
    • Requirements
    • Installation
    • Updating Webdis
  • Basic Usage
    • Logging in
    • Viewing Data
  • Developing Webdis
    • Getting Started
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Requirements

PreviousIntroductionNextInstallation

Last updated 3 years ago

Was this helpful?

We try to make our requirements pretty light, but there are some things you will need to keep in mind. For example, we require PHP 8+ because we use things only available in PHP 8+

Here is the list of requirements

  • PHP 8+

  • Composer v2+

  • Intl PHP extension

  • XML/DOM PHP extension

  • mbstring PHP extension.

  • Redis PHP extension (optional, see why below)

  • NodeJS 14+

  • NPM

Why the Redis PHP extension is optional

The Redis PHP extension is optional as if it is not present, Webdis will use the package instead. The extension is still recommended, as it makes loading times faster.

predis/predis