Skip to content

Commit

Permalink
Changed Package Name to Comply Naming Convention
Browse files Browse the repository at this point in the history
* From phpFCMv1 to php-fcm-v1
* No change on namespace
  • Loading branch information
lkaybob committed May 20, 2018
1 parent 8e6ca2f commit 424d1a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# phpFCMv1
# php-fcm-v1

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

### What is different compared to others FCM Libraries?
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))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lkaybob/phpFCMv1",
"name": "lkaybob/php-fcm-v1",
"type": "library",
"description": "PHP Implementation of GCM HTTP v1 API",
"tags": ["php","notifications","google","android","gcm","ios","firebase","FCM","Firebase Cloud Messaging",
Expand Down

0 comments on commit 424d1a2

Please sign in to comment.