vonage/vonage-laravel
Service provider for Laravel for the Vonage PHP SDK
1.2.0
1.4M downloads/mo
#4463 most downloaded on Packagist
Vonage/vonage-laravel
What this package is like to depend on
Last release 4 months ago
22 Apr 2026
Release timing varies
gaps range from 2 weeks to 1.2 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
10 releases · first in 2022
2 releases in the last 12 months
see the full history below
Release timeline
10 releases · Jul 2022 to Apr 2026Releases
latest 10-
1.2.022 Apr 2026Release notes
Open source → -
1.1.022 Apr 2026 -
1.0.526 Feb 2025Release notes
Open source →Props to @jasonmccreary for Shift. This release adds Laravel 12 compatibility for the facade.
Added
- Laravel 12.x Compatibility by @laravel-shift in #31
Full Changelog: 1.0.4...1.0.5
-
1.0.401 May 2024Release notes
Open source →Props to @jasonmccreary for Shift and @ziming for opening the PRs.
This release adds support for both Laravel 11 and PHPUnit 11.Added
- Laravel 11.x Compatibility by @laravel-shift in #23
- Bump build file, before fixing composer call in actions by @SecondeJK in #28
- Allow PHPUnit 11 as laravel 11 allow phpunit 11 too by @ziming in #26
New Contributors
- @laravel-shift made their first contribution in #23
- @ziming made their first contribution in #26
Full Changelog: 1.0.3...1.0.4
-
1.0.307 Mar 2023Release notes
Open source →What's Changed
- Bump Laravel 10 support by @SecondeJK in #14
- Clean tests, clean provider, run CI pipeline by @SecondeJK in #15
Full Changelog: 1.0.2...1.0.3
-
1.0.201 Mar 2023Release notes
Open source →Minor PR to fix the behaviour of the configuration checks.
What's Changed
- Return bool using isset by @SecondeJK in #11
Full Changelog: 1.0.1...1.0.2
-
1.0.116 Jan 2023Release notes
Open source →This release contains a major bugfix for the API Key being pulled into the Service from config, plus some enhancements. PHP Versions have now been dropped for anything before 8.0, which means this library is now compatible with Laravel 9.x onwards from now.
What's Changed
- Use the 'api_secret' config field rather than 'application_id' by @ash-jc-allen in #4
- Add the "provider" argument to the publish command by @ash-jc-allen in #5
- Version bumps for patch release by @SecondeJK in #7
New Contributors
- @ash-jc-allen made their first contribution in #4
Full Changelog: 1.0.0...1.0.1
-
1.0.019 Aug 2022Release notes
Open source →Description
This is a major release as it changes how the service provider pulls in and parses the config. There should be no visible change to the user, apart from it fixing various bugs in more recent versions of Laravel.
What's Changed
- Fixed how the config is resolved by @SecondeJK in #3
Full Changelog: 0.0.2...1.0.0
- Fixed how the config is resolved by @SecondeJK in #3
-
0.0.208 Aug 2022Release notes
Open source →This minor bump adds support for Laravel 9 and fixes some ReadMe mistakes.
-
0.0.125 Jul 2022Release notes
Open source →This initial release is a port of the nexmo-laravel Service Provider wrapper.
Changed
There are some slight differences with the original library.
The most important thing is the Nexmo namespace backward compatibility has been removed and therefore does not rely on the Nexmo bridge. Do not use this library if you are using older versions of Laravel and/or Nexmo core. Code under the Nexmo name is continuing to be deprecated/abandoned.