Skip to content

swt83/php-laravel-slack-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS for Slack

A Laravel PHP package for building a Slack integration for RSS feeds.

Currently only supports mirroring existing feeds, like those from Google. The value added is that it strips out all the junk and generates cleaner feeds for your Slack integration.

Install

Normal install via Composer.

Providers

Register the service providers in your app/config/app.php file:

'Roumen\Feed\FeedServiceProvider',
'Travis\Slack\RSS\Provider',

Also, add the facades:

'Feed' => 'Roumen\Feed\Facades\Feed',

Usage

Currently only supporting the mirror feature:

http://<YOURDOMAIN>/slack/rss/mirror?url=<YOURURL>

Add a name=<YOURNAME> parameter to the query to name the RSS feed as it appears in Slack.

Results are cached for 5 minutes.

About

A Laravel PHP package for building a Slack integration for RSS feeds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages