vonage / client
PHP Client for using Vonage's API.
Installs: 3 371 125
Dependents: 16
Suggesters: 1
Security: 0
Stars: 109
Watchers: 15
Forks: 11
Open Issues: 0
Requires
- php: ~8.1 || ~8.2 || ~8.3
- guzzlehttp/guzzle: ^7.0
- vonage/client-core: ^4.0
This package is auto-updated.
Last update: 2024-10-26 10:52:55 UTC
README
This package is a wrapper for our PHP library, which you can find here: https://github.com/vonage/vonage-php-sdk-core
Please note that all requirements for this package will match the core library, including platform requirements such as a minimum requirement for PHP 8.0
This package exists to separate the Vonage functionality from the HTTP Client. If you can't install this package due to a conflict with the guzzle6-adapter
package, you can instead install:
- The main package
vonage/client-core
- Any HTTP client that satisfies
php-http/client-implementation
(see https://packagist.org/providers/php-http/client-implementation for options).
Documentation
For everything you need, visit the Vonage PHP library project: https://github.com/vonage/vonage-php-sdk-core