Skip to content

thekid/crews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crews

Build status on GitHub Uses XP Framework BSD Licence Requires PHP 8.0+

Lightweight asynchronous communication for teams.

Configuration

[mongo]
connect=mongodb://user:password@localhost/one
database=crews

[redis]
connect=redis://localhost

[oauth]
authorize=http://localhost:8443/oauth/common/authorize
token=http://localhost:8443/oauth/common/token
userinfo=http://localhost:8443/graph/me
client=client-id
secret=client-secret
scopes[]=user

[user]
handle="{{id}}"
first="{{givenName}}"
name="{{givenName}} {{surname}}"
mail="{{mail}}"

About

Asynchronous communication for teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published