Provides Entries for publisher/publisher to post to Xing.
XingUserEntry: post a status message as a user. XingForumEntry: post a message in a forum as a user.
The recommended way to install this is through composer.
Edit your composer.json
and add:
{
"require": {
"publisher/entry_xing": "dev-master"
}
}
And install dependencies:
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install