Download the PHP package se7enxweb/sevenx_valkey without Composer

On this page you can find all versions of the php package se7enxweb/sevenx_valkey. 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 sevenx_valkey

7x Valkey Solution for eZ Publish

sevenx_valkey is an extension that allows the integration of the Redis Compabible Databases like Valkey, Redis, DragonflyDB to be accessed in your eZ Publish Templates and Modules.

Version: 1.0.0

7x-Valkey-Now-Available-2024-09

About Valkey

Valkey is an open source key-value data store that supports a variety of workloads such as caching, and message queues. Valkey GLIDE is one of the official client libraries for Valkey and it supports all Valkey commands. GLIDE supports Valkey 7.2 and above, and Redis open source 6.2, 7.0, and 7.2.

From: https://valkey.io/

php-redis php extension

A PHP extension for Redis and other compatible key / value store databases.

This software is required and must be installed before using this solution.

From: https://github.com/phpredis/phpredis

Use Cases

Here are some common use cases:

Session Storage.
Caching.
Real-time Recommendations.
Leaderboards and Counting.
User Profiles and Preferences.
Queueing Systems.
IoT and Time-Series Data.
Configuration Management.

Installation

Follow these steps to add the sevenx_valkey template operator extension to your eZ publish installation:

1) Extract the archive into the extension/ directory

2) Edit site.ini.append.php in settings/override/. Add the following to the file:

   [ExtensionSettings]
   ActiveExtensions[]=sevenx_valkey

 If you already have the [ExtensionSettings] block, just add the second line.

3) Edit extension/settings/valkey.ini.append.php and edit the default host IP Address and Port only if needed.

4) Use the valkey operator in your eZ Publish Templates to get and set database stored values.

5) Clear Cache

Usage

To use, simply add the valkey operator to your templates as needed to get and set data into the valkey / redis database.

{valkey('set', array( 'testkey', 'Greetings from 7x Valkey!' ))}

{valkey('get', array( 'testkey' ))|attribute(show,1)}

License

This file may be distributed and/or modified under the terms of the "GNU General Public License" version 2 as published by the Free Software Foundation

This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

The "GNU General Public License" (GPL) is available at http://www.gnu.org/copyleft/gpl.html.


All versions of sevenx_valkey with dependencies

PHP Build Version
Package Version
Requires php Version >=5.0.0
ext-redis Version *
se7enxweb/ezpublish-legacy-installer Version *
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 se7enxweb/sevenx_valkey contains the following files

Loading the files please wait ....