nexmo / client
PHP Client for using Nexmo's API.
Installs: 13 931 023
Dependents: 18
Suggesters: 34
Security: 0
Stars: 61
Watchers: 1
Forks: 14
pkg:composer/nexmo/client
Requires
- php: >=7.2
- guzzlehttp/guzzle: ^7.0
- nexmo/client-core: ^2.0
This package is auto-updated.
Last update: 2025-09-20 19:22:08 UTC
README
This package is a wrapper for our PHP library, which you can find here: https://github.com/Nexmo/nexmo-php
This package exists to separate the Nexmo 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
nexmo/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 Nexmo PHP library project: https://github.com/Nexmo/nexmo-php