2017 © Pedro Peláez
 

library tt-sync-plugin-api

Plugin API of TT Sync

image

fwolf/tt-sync-plugin-api

Plugin API of TT Sync

  • Sunday, September 10, 2017
  • by fwolf
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Plugin API for Tt Sync

Build Status Latest Stable Version License SensioLabsInsight Scrutinizer Code Quality, (*1)

PluginFactoryInterface & AbstractPluginFactory class

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

PluginInterface & AbstractPlugin class

All plugins should implement PluginInterface, AbstractPlugin is an implement with shared feature., (*3)

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., (*4)

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., (*5)

AttachmentInterface Attachment class

Interface for attachment, download feature included., (*6)

License

Distribute under the MIT license., (*7)

The Versions

10/09 2017

dev-master

9999999-dev

Plugin API of TT Sync

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar fwolf

plugin api tt-sync

10/09 2017

v0.1

0.1.0.0

Plugin API of TT Sync

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar fwolf

plugin api tt-sync