@@ -2,14 +2,20 @@ Nexmo Client Library for PHP
2
2
============================
3
3
[ ![ Build Status] ( https://api.travis-ci.org/Nexmo/nexmo-php.svg?branch=master )] ( https://travis-ci.org/Nexmo/nexmo-php )
4
4
5
- [ Installation] ( #Installation ) | [ Usage] ( #Usage ) | [ Examples] ( #Examples ) | [ Coverage] ( #API-Coverage ) | [ Contributing] ( #Contributing )
6
-
7
5
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
8
6
nexmo.com] [ signup ] .
9
7
8
+ * [ Installation] ( #installation )
9
+ * [ Usage] ( #usage )
10
+ * [ Examples] ( #examples )
11
+ * [ Coverage] ( #api-coverage )
12
+ * [ Contributing] ( #contributing )
13
+
10
14
Installation
11
15
------------
12
16
17
+ To use the client library you'll need to have [ created a Nexmo account] [ signup ] .
18
+
13
19
To install the PHP client library using Composer:
14
20
15
21
composer require nexmo/client
@@ -88,35 +94,38 @@ API Coverage
88
94
* [ ] Settings
89
95
* [ ] Top Up
90
96
* [ ] 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
113
112
* [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
116
124
* 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
120
129
121
130
Contributing
122
131
------------
@@ -134,8 +143,8 @@ License
134
143
135
144
This library is released under the [ MIT License] [ license ]
136
145
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
139
148
[ license ] : LICENSE.txt
140
149
[ send_example ] : examples/send.php
141
150
[ spec ] : https://github.com/Nexmo/client-library-specification
0 commit comments