Download the PHP package jessicadigital/social-feed without Composer
On this page you can find all versions of the php package jessicadigital/social-feed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jessicadigital/social-feed
More information about jessicadigital/social-feed
Files in jessicadigital/social-feed
Download jessicadigital/social-feed
More information about jessicadigital/social-feed
Files in jessicadigital/social-feed
Vendor jessicadigital
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 jessicadigital/social-feed
Features
- Get the most recent posts of a user
- Get a specific item based on an ID
- Implemented media: Facebook, Instagram, Pinterest, Twitter, YouTube
- 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
Credentials
The following credentials are needed depending on the medium:
- Facebook: app_id, app_secret
- Instagram: client_id, client_secret
- Pinterest: [none]
- Twitter: consumer_key, consumer_secret, access_token, access_token_secret
- Youtube: api_key
Usage
The services provided through this package query various social service APIs. In the interests of service availability, please use this package to fetch data at scheduled intervals, e.g. using a CRON job, and caching the data on your server. The easiest way to cache data is to write the JSON feed to a text file, e.g.
All versions of social-feed with dependencies
PHP Build Version
Package Version
The package jessicadigital/social-feed contains the following files
Loading the files please wait ....