Skip to content

Commit

Permalink
Merge pull request #5 from Vonage/vonage-rebrand
Browse files Browse the repository at this point in the history
Swapped over to Vonage namespace
  • Loading branch information
dragonmantank committed Aug 24, 2020
2 parents 0558807 + ffc2992 commit e9c1492
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Nexmo
Copyright (c) 2020 Vonage

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Nexmo PHP Complete Package
# Vonage PHP Complete Package

<img src="https://developer.nexmo.com/assets/images/Vonage_Nexmo.svg" height="48px" alt="Nexmo is now known as Vonage" />

This package is a wrapper for our PHP library, which you can find here: <https://github.com/Nexmo/nexmo-php>
This package is a wrapper for our PHP library, which you can find here: <https://github.com/vonage/vonage-php-sdk-core>

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:
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 `nexmo/client-core`
* 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 Nexmo PHP library project: <https://github.com/Nexmo/nexmo-php>
For everything you need, visit the Vonage PHP library project: <https://github.com/vonage/vonage-php-sdk-core>
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexmo/client",
"description": "PHP Client for using Nexmo's API.",
"name": "vonage/client",
"description": "PHP Client for using Vonage's API.",
"license": "MIT",
"type": "library",
"authors": [
Expand Down Expand Up @@ -32,6 +32,6 @@
"require": {
"php": ">=7.1",
"php-http/guzzle6-adapter": "^2.0",
"nexmo/client-core": "^2.0"
"vonage/client-core": "^2.0"
}
}

0 comments on commit e9c1492

Please sign in to comment.