Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugef/phpredexpert
Simple and powerful web tool for Redis databases and servers management, written in PHP and JavaScript.
https://github.com/eugef/phpredexpert
php redis
Last synced: 11 days ago
JSON representation
Simple and powerful web tool for Redis databases and servers management, written in PHP and JavaScript.
- Host: GitHub
- URL: https://github.com/eugef/phpredexpert
- Owner: eugef
- License: gpl-2.0
- Created: 2014-01-10T15:54:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T11:18:36.000Z (about 9 years ago)
- Last Synced: 2024-05-02T04:21:59.617Z (7 months ago)
- Topics: php, redis
- Language: CSS
- Homepage:
- Size: 3.25 MB
- Stars: 26
- Watchers: 6
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![phpRedExpert](https://raw.githubusercontent.com/eugef/phpRedExpert/gh-pages/docs/phpredexpert-logo-text.png)
## What is phpRedExpert?
[![Latest Stable Version](https://poser.pugx.org/eugef/phpredexpert/v/stable.svg)](https://github.com/eugef/phpRedExpert/wiki/Getting-started#installation)
[![Dependency Status](https://gemnasium.com/eugef/phpRedExpert.svg)](https://gemnasium.com/eugef/phpRedExpert)
[![License](https://poser.pugx.org/eugef/phpredexpert/license.svg)](https://github.com/eugef/phpRedExpert/blob/master/LICENSE)
[![Issues](http://img.shields.io/github/issues/eugef/phpredexpert.svg)](https://github.com/eugef/phpRedExpert/issues)**phpRedExpert** is a lightweight and powerful web tool for [Redis](www.redis.io) key-value store management and administration. It allows you to manage keys, monitor and configure Redis servers in a simple and intuitive way.
**phpRedExpert** supports a wide range of operations and is especially handy if you don't want to access Redis through its CLI.
**phpRedExpert** is created using the most advanced and leading frameworks and libraries. [Symfony](http://symfony.com/) is used for its backend and [AngularJS](https://angularjs.org/) with [Bootstrap](http://getbootstrap.com/) for the frontend.
## Purpose of phpRedExpert
* Easy access to Redis through intuitive web interface
* Improved user experience for keys manipulation
* Administering multiple Redis servers
* Support for bulk keys operations## Documentation
* [**Getting started**](https://github.com/eugef/phpRedExpert/wiki/Getting-started)
* [Requirments](https://github.com/eugef/phpRedExpert/wiki/Getting-started#requirements)
* [PHP](https://github.com/eugef/phpRedExpert/wiki/Getting-started#php)
* [Redis](https://github.com/eugef/phpRedExpert/wiki/Getting-started#redis)
* [Web browser](https://github.com/eugef/phpRedExpert/wiki/Getting-started#web-browser)
* [Installation](https://github.com/eugef/phpRedExpert/wiki/Getting-started#installation)
* [Install with Composer](https://github.com/eugef/phpRedExpert/wiki/Getting-started#install-with-composer)
* [Download a Release archive](https://github.com/eugef/phpRedExpert/wiki/Getting-started#download-a-release-archive)
* [Securing your installation](https://github.com/eugef/phpRedExpert/wiki/Getting-started#securing-your-installation)
* [**Configuration**](https://github.com/eugef/phpRedExpert/wiki/Configuration)
* [Server connection settings](https://github.com/eugef/phpRedExpert/wiki/Configuration#server-connection-settings)
* [Database names](https://github.com/eugef/phpRedExpert/wiki/Configuration#database-names)
* [Display settings](https://github.com/eugef/phpRedExpert/wiki/Configuration#display-settings)
* [**User Guide**](https://github.com/eugef/phpRedExpert/wiki/User-Guide)
* [**FAQ**](https://github.com/eugef/phpRedExpert/wiki/FAQ)
* [**Contributing**](https://github.com/eugef/phpRedExpert/wiki/Contributing)