Download the PHP package phergie/phergie-irc-plugin-react-feedticker without Composer
On this page you can find all versions of the php package phergie/phergie-irc-plugin-react-feedticker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package phergie-irc-plugin-react-feedticker
This project is abandoned
This repo is being kept for posterity and will be archived in a readonly state. If you're interested it can be forked under a new Composer namespace/GitHub organization.
phergie/phergie-irc-plugin-react-feedticker
Phergie plugin for syndicating data from feed items to channels or users.
Install
The recommended method of installation is through composer.
See Phergie documentation for more information on installing and enabling plugins.
Configuration
Default Formatter
The default formatter, represented by the DefaultFormatter
class, should be sufficient for most use cases. Its constructor accepts two parameters. The first is a string containing placeholders for various data from feed items. Below is a list of the supported placeholders:
%authorname%
%authoremail%
%authoruri%
%content%
%datecreated%
%datemodified%
%description%
%id%
%link%
%links%
%permalink%
%title%
%commentcount%
%commentlink%
%commentfeedlink%
The second parameter is an optional string containing a date format to use when formatting the value of the %datecreated%
and %datemodified%
placeholders. It defaults to the ISO-8601 format.
Custom Formatters
In cases where DefaultFormatter
does not meet your needs, you can create your own formatter. This is merely a class that implements FormatterInterface
.
Tests
To run the unit test suite:
License
Released under the BSD License. See LICENSE
.
All versions of phergie-irc-plugin-react-feedticker with dependencies
wyrihaximus/phergie-http Version ~2
zendframework/zend-feed Version ~2
zendframework/zend-servicemanager Version ~2