https://github.com/vonage/vonage-php-sdk
Wrapper package to bring in the vonage/client-core code and an HTTP client
https://github.com/vonage/vonage-php-sdk
composer-package developer-destination php vonage
Last synced: about 2 months ago
JSON representation
Wrapper package to bring in the vonage/client-core code and an HTTP client
- Host: GitHub
- URL: https://github.com/vonage/vonage-php-sdk
- Owner: Vonage
- License: mit
- Created: 2019-06-04T07:43:25.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T09:29:53.000Z (over 2 years ago)
- Last Synced: 2024-05-22T08:44:16.224Z (about 1 year ago)
- Topics: composer-package, developer-destination, php, vonage
- Homepage:
- Size: 13.7 KB
- Stars: 107
- Watchers: 16
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vonage PHP Complete Package
This package is a wrapper for our PHP library, which you can find here:
> Please note that all requirements for this package will match the core library, including platform requirements such
> as a minimum requirement for PHP 8.0This 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 for options).## Documentation
For everything you need, visit the Vonage PHP library project: