teslamn / socialapi
Social API Wrapper
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/teslamn/socialapi
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-10-05 20:05:22 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.