Download the PHP package evolution7/social-api without Composer
On this page you can find all versions of the php package evolution7/social-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download evolution7/social-api
More information about evolution7/social-api
Files in evolution7/social-api
Download evolution7/social-api
More information about evolution7/social-api
Files in evolution7/social-api
Vendor evolution7
Package social-api
Short Description Social Network API Abstraction Library
License MIT
Homepage https://github.com/evolution7/social-api
Package social-api
Short Description Social Network API Abstraction Library
License MIT
Homepage https://github.com/evolution7/social-api
Please rate this library. Is it a good library?
Informations about the package social-api
Social Network API Abstraction Library
This library provide an abstracted API for using various social networks APIs.
Supported Platforms
Functionality
- Authentication
- OAuth v1 and v2
- Retrieve Current User
- Current OAuth User
- Search Posts
- e.g. Search Tweets
- Retrieve Post by ID
- e.g. Get Tweet
- Comment on Posts
- e.g. Reply to Tweet
Installation
Install via Composer:
Configuration
Select a Platform for setup and configuration instructions:
Usage
Example code is included in the Evolution7/SocialApi/Resources/example/
directory.
To see the example code in action:
- Place your API key/secret in the config.php file
- Launch a PHP server, e.g.
php -S 0.0.0.0:8080
- Visit the index.php page and try out the examples
Note: you'll need to authenticate succesfully before any other examples will work.
License
MIT license Copyright (c) 2014, Evolution 7.
All versions of social-api with dependencies
PHP Build Version
Package Version
The package evolution7/social-api contains the following files
Loading the files please wait ....