Download the PHP package lisand7ru/hangoutsgroups without Composer
On this page you can find all versions of the php package lisand7ru/hangoutsgroups. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lisand7ru/hangoutsgroups
More information about lisand7ru/hangoutsgroups
Files in lisand7ru/hangoutsgroups
Download lisand7ru/hangoutsgroups
More information about lisand7ru/hangoutsgroups
Files in lisand7ru/hangoutsgroups
Vendor lisand7ru
Package hangoutsgroups
Short Description The package helps to create hangouts groups and monitor its members
License GPL-3.0+
Package hangoutsgroups
Short Description The package helps to create hangouts groups and monitor its members
License GPL-3.0+
Please rate this library. Is it a good library?
Informations about the package hangoutsgroups
This package helps to create hangouts groups and monitor their members
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
All versions of hangoutsgroups with dependencies
PHP Build Version
Package Version
The package lisand7ru/hangoutsgroups contains the following files
Loading the files please wait ...