mathiaspalmqvist / laravel-cision-feed
Fetches press releases and financial reports from any public company on cision.
1.0.2
2022-09-30 14:36 UTC
README
- Install the package
composer require mathiaspalmqvist/laravel-cision-feed
- add the cision company slug to
LARAVEL_CISION_FEED_SLUG
at your env
Functions
LaravelCisionFeed::all();
Returns everyting from the feed.
LaravelCisionFeed::press();
Returns all press releases from the feed.
LaravelCisionFeed::financial();
Returns all financial reports from the feed.
LaravelCisionFeed::news();
Returns all news from the feed.
LaravelCisionFeed::media();
Returns all media from the feed.