Download the PHP package jncinet/qihucms-information without Composer

On this page you can find all versions of the php package jncinet/qihucms-information. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package qihucms-information

会员好友、消息

安装

开始

数据迁移

发布资源

定时删除一个月前的消息

后台菜单

使用

路由参数说明

好友列表

添加好友

如果会员设置了加好友规则,则须通过验证才能成为好友。

审核好友申请

修改好友备注名称

删除好友

有消息的好友列表

好友消息列表

发布消息

更新消息阅读状态

清空消息

批量删除消息

删除消息一条消息

事件调用

数据库

好友策略表:information_friend_policies

Field Type Length AllowNull Default Comment
id bigint 会员ID
user_id bigint 会员ID
question varchar 66 Y NULL 问题
answer varchar 255 Y NULL 答案
password varchar 255 Y NULL 密码
created_at timestamp Y NULL 创建时间
updated_at timestamp Y NULL 更新时间

好友关系表:information_friends

Field Type Length AllowNull Default Comment
id bigint
user_id bigint 会员ID
friend_id bigint 好友ID
friend_name varchar 66 Y NULL 好友备注名称
status tinyint 0 状态
created_at timestamp Y NULL 创建时间
updated_at timestamp Y NULL 更新时间

好友消息表:information_messages

Field Type Length AllowNull Default Comment
id bigint
user_id bigint 会员ID
information_friend_id bigint 好友关系
message text 好友备注名称
type tinyint 0 信息类型
status tinyint 0 接收状态
created_at timestamp Y NULL 创建时间
updated_at timestamp Y NULL 更新时间

All versions of qihucms-information with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jncinet/qihucms-information contains the following files

Loading the files please wait ....