phpredis

A PHP extension for Redis (by phpredis)

Phpredis Alternatives

Similar projects and alternatives to phpredis

  1. Docker Compose

    Define and run multi-container applications with Docker

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Laravel

    422 phpredis VS Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

  4. Redis

    For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.

  5. Composer

    Dependency Manager for PHP

  6. docker

    Discontinued Docker - the open-source application container engine (by microsoft)

  7. pusher-js

    48 phpredis VS pusher-js

    Pusher Javascript library

  8. Predis

    A flexible and feature-complete Redis/Valkey client for PHP.

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. php-psr

    PHP extension providing the accepted PSR interfaces

  11. RedisTimeSeries

    Time Series data structure for Redis

  12. swoole-cli

    SWOOLE-CLI is a php binary distribution composed swoole & php-core & cli & fpm and mostly of common extensions.

  13. redis

    Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows. (by tporadowski)

  14. imagick

    🌈 The Imagick PHP extension 🌈 (by Imagick)

  15. phpredis

    Discontinued A PHP extension for Redis [Moved to: https://github.com/phpredis/phpredis] (by nicolasff)

  16. php-firebird

    Firebird PHP driver

  17. Iodine

    iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support (by boazsegev)

  18. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better phpredis alternative or higher similarity.

phpredis discussion

Log in or Post with

phpredis reviews and mentions

Posts with mentions or reviews of phpredis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-29.
  • Using Redis for Caching in Laravel: A Step-by-Step Guide
    4 projects | dev.to | 29 Sep 2024
    So far we have simply installed the Redis server in our computer, but we need to have a way to connect from a PHP application. For this there are two options, using phpredis, a PHP extension, or predis, a library. None is better than the other, they just have different objectives and scopes. phpredis has the advantage that it allows you to connect to Redis from any PHP project that is executed in that computer, whereas phpredis, being a library, only allows to connect from the projects where it's installed. In my case, I have experience with phpredis, so let's see how to install it.
  • Monitoring symfony messenger listening to the worker events
    4 projects | dev.to | 12 Nov 2023
    In the next section we're going to configure redis bundle to use phpredis library. Install it before continuing
  • how to handle millions of data read/writes everyday?
    1 project | /r/laravel | 11 Aug 2022
    And then, read up on the PHPRedis Extension to see how easy it is to use -> https://github.com/phpredis/phpredis
  • How much cache to clear during deployment
    1 project | /r/laravel | 17 Jun 2022
    I typically use Redis for all stores (queues, sessions and cache) and I don't have problems like that. It should be comparable to memcached in terms of speed, if that's something that might concern your app. You can find the installation instructions here. After installing redis itself and the PHP extension, you can just switch from 'memcached' to 'redis' in config/sessions.php[driver].
  • Asynchronous Apps
    3 projects | /r/PHPhelp | 17 Feb 2022
    I've done this using PHP/Redis and EventSource, it's a viable option if you don't want to depend on an outside service. The php-redis extension has built in pub/sub capabilities so it's like 30 lines of code to get something up and running quickly.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Sep 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic phpredis repo stats
5
10,144
8.7
5 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C is
the 6th most popular programming language
based on number of references?