Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/readme'
Browse files Browse the repository at this point in the history
Close #10
  • Loading branch information
mwillbanks committed Oct 14, 2015
2 parents c2ebc3e + 50cd722 commit affafe9
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
ZendService\Google\Gcm component
ZendService\Google\Gcm [![Build Status](https://travis-ci.org/zendframework/ZendService_Google_Gcm.png?branch=master.png?branch=master)](https://travis-ci.org/zendframework/ZendService_Google_Gcm)
================================

Provides support for Google push notifications.

Install dependencies using:
## Requirements ##

* PHP >= 5.3.3

## Getting Started ##

Install this library using [Composer](http://getcomposer.org/):

```bash
$ composer require zendframework/zendservice-google-gcm
```
curl -s https://getcomposer.org/installer | php
php composer.phar install
```

## Documentation ##

The documentation can be found at: http://framework.zend.com/manual/current/en/modules/zendservice.google.gcm.html

0 comments on commit affafe9

Please sign in to comment.