项目作者: fwolf

项目描述 :
Plugin API for Tt Sync https://github.com/fwolf/tt-sync
高级语言: PHP
项目地址: git://github.com/fwolf/tt-sync-plugin-api.git
创建时间: 2017-09-08T09:51:01Z
项目社区:https://github.com/fwolf/tt-sync-plugin-api

开源协议:

下载


Plugin API for Tt Sync

Build Status
Latest Stable Version
License
SensioLabsInsight
Scrutinizer Code Quality

PluginFactoryInterface & AbstractPluginFactory class

Each plugin should have their own factory class implement
PluginFactoryInterface, and
implement plugin config after created.

PluginInterface & AbstractPlugin class

All plugins should implement
PluginInterface,
AbstractPlugin is an implement with shared
feature.

MessageInterface & Message class

Messages retrieved from source will be format to
MessageInterface instance, and transfer to
destination, this interface is a pipe between different message format from
different twitter like service.

Message is an implement, with message dump and
compare feature, can be used to save message and attachment to disk or sort them
for re-post.

AttachmentInterface Attachment class

Interface for attachment, download feature included.

License

Distribute under the MIT license.