PHP Package: colinmollenhour/credis

Credis is a PHP library for interacting with Redis, providing easy-to-use functionalities for caching and data storage.

Current Version: 1.16.2
Last Updated: 2024-12-17
PHP Requirement: >=7.1
Dependencies: predis/predis, symfony/console, symfony/yaml
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Credis is a powerful PHP library designed to simplify interactions with Redis servers, offering a wide range of features for efficient caching and data storage. With its intuitive interface and robust performance, Credis is the ideal choice for developers looking to optimize their Redis-based applications.

🔗 View on GitHub

Download Latest Version: 1.16.2

Download Download v1.16.2

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php

// Example from PHPlibraries.com
require_once 'libs/colinmollenhour/credis/1.16.2/autoload.php';

use Credis\Client;
use Credis\Cluster;
use Predis\Client;
use Symfony\Component\Console\Application;
use Symfony\Component\Yaml\Yaml;


$obj = new Credis\Client();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.