phpzwd/chat

test

Maintainers

Details

github.com/phpzwd/chat

Source

Issues

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/phpzwd/chat

1.0.1 2025-07-01 06:15 UTC

This package is auto-updated.

Last update: 2026-01-03 23:53:32 UTC


README

install

composer require phpzwd/chat

Use

  • get chat url
<?php
use Phpzwd\Chat;

$config = [
    'app_id' => '240cfa7c1f13798166bffcf5f6b8a3ab',
    'source' => 'pc',
];
$chat = new Chat($config);
$chat_url = $chat->getUrl();
dump($chat_url);