You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-58Lines changed: 2 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,11 @@ Client Library for PHP
7
7
*This library requires a minimum PHP version of 5.6*
8
8
9
9
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].
11
11
12
12
*[Installation](#installation)
13
13
*[Usage](#usage)
14
14
*[Examples](#examples)
15
-
*[Coverage](#api-coverage)
16
15
*[Contributing](#contributing)
17
16
18
17
Installation
@@ -690,66 +689,11 @@ $adapter_client = new Http\Adapter\Guzzle6\Client(new GuzzleHttp\Client(['timeou
690
689
$nexmo_client = new Nexmo\Client(new Nexmo\Client\Credentials\Basic($api_key, $api_secret), [], $adapter_client);
691
690
```
692
691
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
737
692
738
693
Contributing
739
694
------------
740
695
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.
0 commit comments