tourze/tencent-meeting-bundle

腾讯会议 API SDK 的 Symfony Bundle 实现

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/tourze/tencent-meeting-bundle


README

English | 中文

Latest Version PHP Version Require License Build Status Quality Score Code Coverage Total Downloads

A Symfony bundle for integrating Tencent Meeting API functionality, providing a foundation for building Tencent Meeting related applications.

Features

  • Symfony bundle structure for easy integration
  • Tencent Meeting API integration support
  • Extensible architecture for custom implementations
  • PSR-4 autoloading support
  • Comprehensive API documentation included

Installation

Install the bundle via Composer:

composer require tourze/tencent-meeting-bundle

Quick Start

After installation, register the bundle in your Symfony application:

// config/bundles.php
return [
    // ...
    Tourze\TencentMeetingBundle\TencentMeetingBundle::class => ['all' => true],
];

Configuration

Currently, this bundle provides the basic structure for Tencent Meeting integration. The bundle includes:

  • Service container configuration
  • Dependency injection setup
  • Basic extension structure

Configuration options will be added in future versions as API features are implemented.

Usage

This bundle is under development. The current version provides the foundation structure for Tencent Meeting integration.

Future versions will include:

  • Meeting creation and management
  • User authentication
  • Recording management
  • Webhook support
  • Enterprise features

API Documentation

The bundle includes comprehensive API documentation for Tencent Meeting REST APIs located in the API 文档/ directory, covering:

  • Meeting management
  • User management
  • Recording management
  • Webhook events
  • Enterprise features

Contributing

Please see CONTRIBUTING.md for details on how to contribute to this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.