php-firebase-cloud-messaging icon indicating copy to clipboard operation
php-firebase-cloud-messaging copied to clipboard

PHP API for Firebase Cloud Messaging from Google

Results 36 php-firebase-cloud-messaging issues
Sort by recently updated
recently updated
newest added

[InvalidArgumentException] Could not find package sngrl/php-firebase-cloud-messaging at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

Is there a particular reason the stability of this repo is dev, rather than stable?

I have tried the following code. $message = new Message(); $message->setPriority('high'); $message->addRecipient(new Device('DEVICE_TOKEN')); $message ->setNotification(new Notification('Notification Title', 'Notification Body',"Image_URL")); //->setData(['key' => 'value']); $response = $client->send($message);

To control the push in IOS you need the firebase added support for a new parameter. mutable-content = true How do I send this parameter? is it possible to update...

![screen shot 2016-10-11 at 2 00 27 pm](https://cloud.githubusercontent.com/assets/16256608/19261410/1f35b856-8fbb-11e6-8afd-55674eb1772b.png) and i got this error ![screen shot 2016-10-11 at 2 01 17 pm](https://cloud.githubusercontent.com/assets/16256608/19261432/4de32f62-8fbb-11e6-90c3-30f91629ca4e.png) help me :(

Hi, Thanks for the amazing plugin, it's really helped in us implementing FCM through PHP. I'm trying to look at a way to set 'time_to_live' through the options but can't...

Hi, I've got this error when I try to send a push notification : > JSON_PARSING_ERROR: Unexpected token END OF FILE at position 0. I don't see how to fix...

Hello, I using the lib, but when suscribe a client to a topic, this dont reply any. `$response=$client->addTopicSubscription('GROUP' . $user->getGrupo()->getId(), [$user->getToken()]);` `$user->getGrupo()->getId()=2` ` [$user->getToken()] = [dGi1kW52if8:APA91bFQ3LfgDr6ogK_2412Vfwytyn_q....]` I get this reply...