Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
908 stars 181 forks source link

Autoload video module if it is installed #458

Closed dragonmantank closed 8 months ago

dragonmantank commented 8 months ago

Description

For the new unified Video API, the package is stored in a separate repo and package. This adds in the ability to automatically map it to $vonage->video() if we detect it is installed alongside the core SDK.

Motivation and Context

This allows a user to more easily set up the video SDK instead of bootstrapping it themselves.

How Has This Been Tested?

Unit tests, manually

Example Output or Screenshots (if appropriate):

Types of changes

Checklist: