Skip to content

Commit 26a997c

Browse files
committed
Updated for Coverage
- Brought in some new changes from the example template. - Marked Verify as supported.
1 parent 181ac55 commit 26a997c

File tree

1 file changed

+40
-31
lines changed

1 file changed

+40
-31
lines changed

README.md

+40-31
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@ Nexmo Client Library for PHP
22
============================
33
[![Build Status](https://api.travis-ci.org/Nexmo/nexmo-php.svg?branch=master)](https://travis-ci.org/Nexmo/nexmo-php)
44

5-
[Installation](#Installation) | [Usage](#Usage) | [Examples](#Examples) | [Coverage](#API-Coverage) | [Contributing](#Contributing)
6-
75
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
86
nexmo.com][signup].
97

8+
* [Installation](#installation)
9+
* [Usage](#usage)
10+
* [Examples](#examples)
11+
* [Coverage](#api-coverage)
12+
* [Contributing](#contributing)
13+
1014
Installation
1115
------------
1216

17+
To use the client library you'll need to have [created a Nexmo account][signup].
18+
1319
To install the PHP client library using Composer:
1420

1521
composer require nexmo/client
@@ -88,35 +94,38 @@ API Coverage
8894
* [ ] Settings
8995
* [ ] Top Up
9096
* [ ] Numbers
91-
* Number
92-
* [ ] Search
93-
* [ ] Buy
94-
* [ ] Cancel
95-
* [ ] Update
96-
* NumberInsight
97-
* [ ] Request
98-
* [ ] Response
99-
* NumberVerify
100-
* [ ] Verify
101-
* [ ] Check
102-
* [ ] Search
103-
* [ ] Control
104-
* Search
105-
* [ ] Message
106-
* [ ] Messages
107-
* [ ] Rejections
108-
* Short Code
109-
* [ ] 2FA
110-
* [ ] Alerts
111-
* [ ] Marketing
112-
* SMS
97+
* [ ] Search
98+
* [ ] Buy
99+
* [ ] Cancel
100+
* [ ] Update
101+
* Number Insight
102+
* [ ] Basic
103+
* [ ] Standard
104+
* [ ] Advanced
105+
* [ ] Webhook Notification
106+
* Verify
107+
* [X] Verify
108+
* [X] Check
109+
* [X] Search
110+
* [X] Control
111+
* Messaging
113112
* [X] Send
114-
* [ ] Receipt
115-
* [ ] Inbound
113+
* [ ] Delivery Receipt
114+
* [ ] Inbound Messages
115+
* [ ] Search
116+
* [ ] Message
117+
* [ ] Messages
118+
* [ ] Rejections
119+
* US Short Codes
120+
* [ ] Two-Factor Authentication
121+
* [ ] Event Based Alerts
122+
* [ ] Sending Alerts
123+
* [ ] Campaign Subscription Management
116124
* Voice
117-
* [ ] Call
118-
* [ ] TTS/TTS Prompt
119-
* [ ] SIP
125+
* [ ] Outbound Calls
126+
* [ ] Inbound Call
127+
* [ ] Text-To-Speech Call
128+
* [ ] Text-To-Speech Prompt
120129

121130
Contributing
122131
------------
@@ -134,8 +143,8 @@ License
134143

135144
This library is released under the [MIT License][license]
136145

137-
[signup]: http://nexmo.com
138-
[doc_sms]: https://docs.nexmo.com/api-ref/sms-api
146+
[signup]: https://dashboard.nexmo.com/sign-up?utm_source=DEV_REL&utm_medium=github&utm_campaign=[LANGUAGE]-client-library
147+
[doc_sms]: https://docs.nexmo.com/api-ref/sms-api?utm_source=DEV_REL&utm_medium=github&utm_campaign=[LANGUAGE]-client-library
139148
[license]: LICENSE.txt
140149
[send_example]: examples/send.php
141150
[spec]: https://github.com/Nexmo/client-library-specification

0 commit comments

Comments
 (0)