Skip to content

iMeetCentral/api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-php

iMeet® Central CLI and API Sample Code

Fill in config/client_config.yml with your credentials. To grab credentials, please see the API tab on the "Company Admin" sections on your account.

This project's dependencies are managed by composer. See GetComposer.org for installation instructions.

composer install

For example purposes, grab an Auth access token. php ./bin/imc auth:token

JSON list of users in your account php ./bin/imc users:list

For a full list of commands php ./bin/imc

Fun with JSON

./bin/imc users:list | jq .[].details.email Lists all user emails in the system

About

PHP Sample code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages