承接 eye4web/eye4web-zfc-user-pm 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

eye4web/eye4web-zfc-user-pm

Composer 安装命令:

composer require eye4web/eye4web-zfc-user-pm

包简介

Private message system for ZfcUser

README 文档

README

Build Status Code Climate Test Coverage Latest Stable Version Latest Unstable Version Total Downloads License

Introduction

Eye4webZfcUserPm is a basic private message module which allows for sending of messages between users.

By default this module works with Doctrine ORM(through the DoctrineORM mapper). It's very easy to add your own mapper, ZendDb for example.

  1. Create your custom mapper
  2. 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

Installation

With composer

  1. Add this project composer.json:

    "require": {
        "eye4web/eye4web-zfc-user-pm": "dev-master"
    }
  2. Now tell composer to download the module by running the command:

    $ php composer.phar update
  3. Copy config/eye4web.zfcuser.pm.global.php.dist to your autoload folder (config/autoload/)

  4. Import the database schema into your database. A SQL schema is located in data/schema.sql

  5. Enable it in your application.config.php file.

    <?php
    return array(
        'modules' => array(
            // ...
            'Eye4web\ZfcUser\Pm'
        ),
        // ...
    );

Extensions

统计信息

  • 总下载量: 17.85k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 4
  • Forks: 3
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-08