Skip to content

Commit 424d1a2

Browse files
committed
Changed Package Name to Comply Naming Convention
* From phpFCMv1 to php-fcm-v1 * No change on namespace
1 parent 8e6ca2f commit 424d1a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# phpFCMv1
1+
# php-fcm-v1
22

3-
phpFCMv1 is an PHP implementation of [FCM](https://firebase.google.com/docs/cloud-messaging) HTTP v1 API
3+
php-fcm-v1 is an PHP implementation of [FCM](https://firebase.google.com/docs/cloud-messaging) HTTP v1 API
44

55
### What is different compared to others FCM Libraries?
66
Most of other libraries are implementation of FCM's [Legacy HTTP Server Protocol](https://firebase.google.com/docs/cloud-messaging/http-server-ref). It requires a server key from Firebase console (which means you have to copy and paste in your code) ([Docs](https://firebase.google.com/docs/cloud-messaging/auth-server#authorize_legacy_protocol_send_requests))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lkaybob/phpFCMv1",
2+
"name": "lkaybob/php-fcm-v1",
33
"type": "library",
44
"description": "PHP Implementation of GCM HTTP v1 API",
55
"tags": ["php","notifications","google","android","gcm","ios","firebase","FCM","Firebase Cloud Messaging",

0 commit comments

Comments
 (0)