We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014664e commit 7fcbb31Copy full SHA for 7fcbb31
2 files changed
README.md
@@ -3,6 +3,7 @@ APNS - Apple Push Notification Service PHP Client
3
4
[](https://php.net/)
5

6
+
7
8
## Requirements
9
```
composer.json
@@ -3,6 +3,16 @@
"description": "APNS - Apple Push Notification Service PHP client",
"type": "library",
"license": "MIT",
+ "keywords": [
+ "apns",
+ "apns2",
+ "push-notifications",
10
+ "apple",
11
+ "ios",
12
+ "client",
13
+ "http",
14
+ "http2"
15
+ ],
16
"authors": [
17
{
18
"name": "Sasa Blagojevic",
0 commit comments