Nexmo Laravel Versions Save

Add Vonage functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.

3.0.0

2 years ago

This release bumps the target vonage/client to the new v3 of the Vonage PHP SDK.

** Please note If you have installation problems regarding psr/container, make sure you update composer with composer update to get v3.0.1 of the vonage/client which fixes this compatibility issue.

2.4.1

3 years ago

Fixed

  • #55 - Fixed indentation with the config file

2.4.0

3 years ago

Added

  • #51 - Added support for PHP 8 (thank you @driesvints)

2.3.0

3 years ago

Added

  • Added support for Laravel 8

2.2.0

4 years ago

Added

  • Added support for Laravel 7

Changed

  • No new changes have been made

Deprecated

  • No existing features have been deprecated

Removed

  • No existing functionality has been removed

Fixed

  • This release contains no bug fixes

Security

  • This release contains no security fixes

2.1.0

4 years ago

Added

  • Private Keys can now be passed directly through the NEXMO_PRIVATE_KEY environment variable, instead of just being a path.

Changed

  • No new changes have been made

Deprecated

  • No existing features have been deprecated

Removed

  • No existing functionality has been removed

Fixed

  • This release contains no bug fixes

Security

  • This release contains no security fixes

2.0.0

4 years ago

1.1.2

5 years ago

Set the User-Agent header for our reporting, no fun features this time, sorry!

1.1.1

6 years ago
  • Remove tests + unneeded files from Composer installation (Thanks @percymamedy!)

1.1.0

6 years ago
  • Add support for JWT authentication via a private key