tystr/redis-orm
Composer 安装命令:
composer require tystr/redis-orm
包简介
A simple PHP object mapper to assist in persisting objects in Redis and indexing them for efficient searching and filtering.
关键字:
README 文档
README
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
统计信息
- 总下载量: 173
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 29
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-31