ogogo/ogogo-zfc-user-pm
Composer 安装命令:
composer require ogogo/ogogo-zfc-user-pm
包简介
Private message system for ZfcUser
README 文档
README
basic private messages
By default this module works with Doctrine ORM(through the DoctrineORM mapper). It's very easy to add your own mapper, ZendDb for example.
- Create your custom mapper
- Change the mapper in the config, to point to your custom mapper
Note: This module is meant to be very basic and only contain very basic, common, functionality. More functionality will be available through extensions, please see below.
Functionality
- Send messages between users
- Group conversations
- Delete conversations(not deleted from database, only from user)
Requirements
Hard
Soft
- ZfcUserDoctrineORM For use with Doctrine mapper
Installation
With composer
-
Add this project composer.json:
"require": { "ogogo/ogogo-zfc-user-pm": "dev-master" }
-
Now tell composer to download the module by running the command:
$ php composer.phar update
-
Copy config/ogogo.zfcuser.pm.global.php.dist to your autoload folder (
config/autoload/) -
Import the database schema into your database. A SQL schema is located in
data/schema.sql -
Enable it in your
application.config.phpfile.<?php return array( 'modules' => array( // ... 'Ogogo\ZfcUser\Pm' ), // ... );
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-22