PHPackages                             frknikiz/fast-gcm-topic - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. frknikiz/fast-gcm-topic

AbandonedArchivedLibrary[Mail &amp; Notifications](/categories/mail)

frknikiz/fast-gcm-topic
=======================

Send messages to GCM(Google Cloud Messaging) topics.Easily send push notification to devices

1.0.1(10y ago)6302Apache-2.0PHPPHP &gt;=5.4.0

Since Aug 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/frknikiz/fast-gcm-topic)[ Packagist](https://packagist.org/packages/frknikiz/fast-gcm-topic)[ RSS](/packages/frknikiz-fast-gcm-topic/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Fast Gcm Topic#
===============

[](#fast-gcm-topic)

[![Join the chat at https://gitter.im/frknikiz/fast-gcm-topic](https://camo.githubusercontent.com/2dd4d0f228a76b3dd73355d3fb9101cd32fb849421b528669a9a7bbec7d5a25a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4749545445522d6a6f696e253230636861742d677265656e2e737667)](https://gitter.im/frknikiz/fast-gcm-topic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Total Downloads](https://camo.githubusercontent.com/87fd7e590c3b3a563cc7afec6c9c90abc205e56a339f9d636e296b513fed5da8/68747470733a2f2f706f7365722e707567782e6f72672f66726b6e696b697a2f666173742d67636d2d746f7069632f646f776e6c6f616473)](https://packagist.org/packages/frknikiz/fast-gcm-topic) [![License](https://camo.githubusercontent.com/216ade1a59d7a4539052dab1e4dfbcedb5776a1613b567580d4692745af7a65c/68747470733a2f2f706f7365722e707567782e6f72672f66726b6e696b697a2f666173742d67636d2d746f7069632f6c6963656e7365)](https://packagist.org/packages/frknikiz/fast-gcm-topic)

Easily send push notifications to devices by using GCM(Google Cloud Messaging) Topics.

> This packages is only available for Laravel 4.\*

Library Features
================

[](#library-features)

- Send Topic Messages to devices.

Installation
============

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json`

```
"require": {
		"frknikiz/fast-gcm-topic":"1.0.*"
}

```

Next, update Composer from the Terminal:

```
composer update

```

Open app/config/app.php, and add a new item to the providers array.

```
'Frknikiz\Fastgcmtopic\FastgcmtopicServiceProvider'

```

Publish config from the Terminal:

```
php artisan config:publish frknikiz/fast-gcm-topic

```

Finally, You must enter key value that you got from Google Cloud Messaging API in `app/config/packages/frknikiz/fast-gcm-topic/conf.php`

Usage
=====

[](#usage)

```
$topic_link='/topics/foo-bar';

$data=array(
  'title'=>"Hello",
  'message'=>"World !!"
);

$response=FastGcmTopic::sendTopic($topic_link,$data);

dd($response);

```

Output:

```
object(stdClass)[138]
    public 'message_id' => float 8.2346410779436E+18

```

For more information about the topic Messaging: [Topic Messaging](https://developers.google.com/cloud-messaging/topic-messaging)

References
==========

[](#references)

[Php Curl Class](https://github.com/php-curl-class/php-curl-class)License
-------------------------------------------------------------------------

[](#php-curl-classlicense)

```
Copyright 2015 Furkan İKİZ.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3937d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/987dfa2c2587fb0db8f021ef368c04bd9e25b7ad05dab78cc37e911444de34c1?d=identicon)[frknikiz](/maintainers/frknikiz)

---

Top Contributors

[![frknikiz](https://avatars.githubusercontent.com/u/2301738?v=4)](https://github.com/frknikiz "frknikiz (2 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

---

Tags

laravelcloudgooglepackagegcmmessagingfasttopiclaravel 4.2

### Embed Badge

![Health badge](/badges/frknikiz-fast-gcm-topic/health.svg)

```
[![Health](https://phpackages.com/badges/frknikiz-fast-gcm-topic/health.svg)](https://phpackages.com/packages/frknikiz-fast-gcm-topic)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
