library hangoutsgroups
The package helps to create hangouts groups and monitor its members
lisand7ru/hangoutsgroups
The package helps to create hangouts groups and monitor its members
- Monday, March 13, 2017
- by lsndr
- Repository
- 1 Watchers
- 2 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 1 Open issues
- 2 Versions
- 0 % Grown
This package helps to create hangouts groups and monitor their members, (*1)
How to install?
composer require lisand7ru/hangoutsgroups
Creating a group
$groupsManager = new GroupsManger('my_cookies');
$group = $groupsManager->create();
Monitoring
$link = $group->getLink(); //returns a link on your group
$members = $group->getMembers(); //returns an array of members (id, name, picture)
Where to get the cookies?
- visit hangouts.google.com and auth there
- via Developers Tools take a value of header param "Cookies:" and pass it to the GroupsManager's controller
dev-master
9999999-dev
The package helps to create hangouts groups and monitor its members
Sources
Download
GPL-3.0+
The Requires
v1.0
1.0.0.0
The package helps to create hangouts groups and monitor its members
Sources
Download
GPL-3.0+
The Requires