PHPackages                             mkorkmaz/redislabs-redisgraph-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mkorkmaz/redislabs-redisgraph-php

ActiveLibrary

mkorkmaz/redislabs-redisgraph-php
=================================

PHP Client for Redislabs Redis Graph Module.

1.2(3y ago)172.8k1[1 issues](https://github.com/mkorkmaz/redislabs-redisgraph-php/issues)[1 PRs](https://github.com/mkorkmaz/redislabs-redisgraph-php/pulls)MITPHPPHP ^8.0

Since Dec 10Pushed 2y ago5 watchersCompare

[ Source](https://github.com/mkorkmaz/redislabs-redisgraph-php)[ Packagist](https://packagist.org/packages/mkorkmaz/redislabs-redisgraph-php)[ RSS](/packages/mkorkmaz-redislabs-redisgraph-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (11)Versions (7)Used By (0)

RedisGraph-PHP: Redislabs Redis Graph PHP Client
================================================

[](#redisgraph-php-redislabs-redis-graph-php-client)

RedisGraph-PHP provides PHP Client for Redislabs' RedisGraph Module. This library supports both widely used redis clients ([PECL Redis Extension](https://github.com/phpredis/phpredis/#readme) and [Predis](https://github.com/nrk/predis)).

[![Build Status](https://camo.githubusercontent.com/ed8a0699a291fefbdb2bde76b263ea93827d15b73c58713161b903df79fa6ebc/68747470733a2f2f6170692e7472617669732d63692e636f6d2f6d6b6f726b6d617a2f72656469736c6162732d726564697367726170682d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/mkorkmaz/redislabs-redisgraph-php) [![Coverage Status](https://camo.githubusercontent.com/596cc8d47c970a7da846ea1804f967ad6c4797fcdd9ab8deba15585ffbdc62d6/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d6b6f726b6d617a2f72656469736c6162732d726564697367726170682d7068702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/mkorkmaz/redislabs-redisgraph-php?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/4aac0a4f65c13b85072b6b1de0efd93f4ffa9dbc40d7a2e3b7751fcdf805d382/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d6b6f726b6d617a2f72656469736c6162732d726564697367726170682d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mkorkmaz/redislabs-redisgraph-php/?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/83cd065544ba602b69ee2d21fcd3562d4774fd5d60482797ff95ca599cb49c9f/68747470733a2f2f706f7365722e707567782e6f72672f6d6b6f726b6d617a2f72656469736c6162732d726564697367726170682d7068702f762f737461626c65)](https://packagist.org/packages/mkorkmaz/redislabs-redisgraph-php) [![Total Downloads](https://camo.githubusercontent.com/cb17e3c8454e26f90bc43544ff30af8859d42d099011c7857d8cf038d50418bc/68747470733a2f2f706f7365722e707567782e6f72672f6d6b6f726b6d617a2f72656469736c6162732d726564697367726170682d7068702f646f776e6c6f616473)](https://packagist.org/packages/mkorkmaz/redislabs-redisgraph-php) [![Latest Unstable Version](https://camo.githubusercontent.com/3f4bfe6e71a4f8682453c844f5a156658e900f5e1e88dddfb9521e6ee21a415e/68747470733a2f2f706f7365722e707567782e6f72672f6d6b6f726b6d617a2f72656469736c6162732d726564697367726170682d7068702f762f756e737461626c65)](https://packagist.org/packages/mkorkmaz/redislabs-redisgraph-php) [![License](https://camo.githubusercontent.com/d8dd6c72437b4fde6f7a21f826c69b51c6e94f805e92aaec7fb9df20c99f18da/68747470733a2f2f706f7365722e707567782e6f72672f6d6b6f726b6d617a2f72656469736c6162732d726564697367726170682d7068702f6c6963656e7365)](https://packagist.org/packages/mkorkmaz/redislabs-redisgraph-php)

Important
---------

[](#important)

Read this announcement details before decide to use this library: [RedisGraph End-of-Life Announcement](https://redis.com/blog/redisgraph-eol/)

About RedisGraph
----------------

[](#about-redisgraph)

"RedisGraph is the first queryable Property Graph database to use sparse matrices to represent the adjacency matrix in graphs and linear algebra to query the graph."

[More info about Redis Graph](https://oss.redislabs.com/redisgraph/).

RedisGraph-PHP Interface
------------------------

[](#redisgraph-php-interface)

You can run any RedisGraph Query command using these functions.

```
