Download the PHP package tystr/redis-orm without Composer
On this page you can find all versions of the php package tystr/redis-orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package redis-orm
Redis ORM
This is a small object mapper library designed to assist in storing objects into a Redis database while maintaining indexes for the fields of the object for efficient querying and filtering.
This project is under development. Use at your own risk.
TODO:
- Associated objects
- Use redis transactions
Support
Freenode IRC: #redis-orm
Installation
Add to your project via composer:
$ composer.phar require tystr/redis-orm:1.0.*@dev
Setting up the Development Environment
You'll need Vagrant installed and configured correctly.
Simply run the following command to get your VM up and running:
$ vagrant up
To run the Behat test suite:
$ vagrant ssh
$ cd /vagrant
$ vendor/bin/behat
Read The Documentation
- Intro
- Installation
- Usage
- Annotations
All versions of redis-orm with dependencies
PHP Build Version
Package Version
Requires
predis/predis Version
~1.0
doctrine/annotations Version ~1.2
symfony/config Version ~2.5
doctrine/collections Version ~1.2
doctrine/annotations Version ~1.2
symfony/config Version ~2.5
doctrine/collections Version ~1.2
The package tystr/redis-orm contains the following files
Loading the files please wait ....