teslamn / socialapi
Social API Wrapper
v1.0.0
2017-11-27 23:11 UTC
Requires
- facebook/graph-sdk: ^5.6
- yangqi/htmldom: 1.0.*
Requires (Dev)
- phpunit/phpunit: 5.2.*
This package is not auto-updated.
Last update: 2025-03-23 17:18:12 UTC
README
This package is going to help use the API of multiple social networks (like Odnoklassniki, Vkontakte, Mailru, Facebook at the moment) in a uniform way.
Features
- Extraction of friend list
- Extraction of detailed user data
Quick Start
In order to install the package run in your project root directory composer require teslamn/socialapi
after which you can start using it. Service Providers and Facades will be added to your app configuration automatically.