Skip to content

Commit 9d2a4c4

Browse files
Merge pull request #188 from Nexmo/not-in-beta
Remove beta indications, we're definitely not in Beta
2 parents 6309bdd + e635532 commit 9d2a4c4

File tree

1 file changed

+2
-58
lines changed

1 file changed

+2
-58
lines changed

README.md

Lines changed: 2 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ Client Library for PHP
77
*This library requires a minimum PHP version of 5.6*
88

99
This is the PHP client library for use Nexmo's API. To use this, you'll need a Nexmo account. Sign up [for free at
10-
nexmo.com][signup]. This is currently a beta release, see [contributing](#contributing) for more information.
10+
nexmo.com][signup].
1111

1212
* [Installation](#installation)
1313
* [Usage](#usage)
1414
* [Examples](#examples)
15-
* [Coverage](#api-coverage)
1615
* [Contributing](#contributing)
1716

1817
Installation
@@ -690,66 +689,11 @@ $adapter_client = new Http\Adapter\Guzzle6\Client(new GuzzleHttp\Client(['timeou
690689
$nexmo_client = new Nexmo\Client(new Nexmo\Client\Credentials\Basic($api_key, $api_secret), [], $adapter_client);
691690
```
692691

693-
API Coverage
694-
------------
695-
696-
* Account
697-
* [X] Balance
698-
* [X] Pricing
699-
* [ ] Settings
700-
* [X] Top Up
701-
* [X] Secret Management
702-
* [X] Pricing
703-
* [X] Numbers
704-
* [X] Search
705-
* [X] Buy
706-
* [X] Cancel
707-
* [X] Update
708-
* Number Insight
709-
* [X] Basic
710-
* [X] Standard
711-
* [X] Advanced
712-
* [X] Webhook Notification
713-
* Verify
714-
* [X] Verify
715-
* [X] Check
716-
* [X] Search
717-
* [X] Control
718-
* Messaging
719-
* [X] Send
720-
* [X] Delivery Receipt
721-
* [X] Inbound Messages
722-
* [X] Search
723-
* [X] Message
724-
* [X] Messages
725-
* [X] Rejections
726-
* [X] US Short Codes
727-
* [X] Two-Factor Authentication
728-
* [X] Event Based Alerts
729-
* [X] Sending Alerts
730-
* [X] Campaign Subscription Management
731-
* Voice
732-
* [X] Outbound Call
733-
* [X] Outbound Call with an NCCO
734-
* [X] Inbound Call
735-
* [X] Text-To-Speech Call
736-
* [X] Text-To-Speech Prompt
737692

738693
Contributing
739694
------------
740695

741-
This library is currently being refactored from an earlier prototype to match the current [client library spec][spec].
742-
The `legacy` branch can be used to require that earlier version. During the transition the `develop` and `master`
743-
branches will have both new and legacy code. The [API coverage](#API-Coverage) section identifies what features are
744-
currently implemented and up to date.
745-
746-
To contribute to the library, docs, or examples, [create an issue][issues] or [a pull request][pulls]. Please only raise issues
747-
about features marked as working in the [API coverage](#API-Coverage) as the rest of the code is being updated.
748-
749-
License
750-
-------
751-
752-
This library is released under the [MIT License][license]
696+
This library is actively developed and we love to hear from you! Please feel free to [create an issue][issues] or [open a pull request][pulls] with your questions, comments, suggestions and feedback.
753697

754698
[signup]: https://dashboard.nexmo.com/sign-up?utm_source=DEV_REL&utm_medium=github&utm_campaign=php-client-library
755699
[doc_sms]: https://developer.nexmo.com/messaging/sms/overview

0 commit comments

Comments
 (0)