Download the PHP package brynj-digital/social-feed without Composer
On this page you can find all versions of the php package brynj-digital/social-feed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download brynj-digital/social-feed
More information about brynj-digital/social-feed
Files in brynj-digital/social-feed
Download brynj-digital/social-feed
More information about brynj-digital/social-feed
Files in brynj-digital/social-feed
Vendor brynj-digital
Package social-feed
Short Description Get feeds from different social networks in a unified format
License MIT
Package social-feed
Short Description Get feeds from different social networks in a unified format
License MIT
Keywords social
Please rate this library. Is it a good library?
Informations about the package social-feed
SocialFeed
Get feeds from different social networks in a unified format
Install
Use composer: composer require brynj-digital/social-feed
Features
- Get the most recent posts of a user
- Get a specific item based on an ID
- Implemented media: Twitter, Facebook, Instagram
- Returns items in simple format
- Gets information (id, service, thumbnail) on attached video/images from: youtube, vine, instagram, vimeo
- Get an id from an url of a post
Example
Output
Output returns the following format (as a php object; printed as json for readability):
If a video is present, information will be available in media.video:
Credentials
The following credentials are needed depending on the medium:
- Facebook: app_id, app_secret
- Twitter: consumer_key, consumer_secret, access_token, access_token_secret
- Instagram: client_id, client_secret
All versions of social-feed with dependencies
PHP Build Version
Package Version
The package brynj-digital/social-feed contains the following files
Loading the files please wait ....