An open API service indexing awesome lists of open source software.

https://github.com/bluzphp/module-push

Module Web Push for Bluz framework
https://github.com/bluzphp/module-push

bluz-module

Last synced: about 2 months ago
JSON representation

Module Web Push for Bluz framework

Awesome Lists containing this project

README

          

# Module Web Push for Bluz Skeleton

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bluzphp/main)

### Achievements

[![Build Status](https://travis-ci.org/bluzphp/module-push.svg?branch=master)](https://travis-ci.org/bluzphp/module-push)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bluzphp/module-push/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/bluzphp/module-push/?branch=master)

[![Latest Stable Version](https://poser.pugx.org/bluzphp/module-push/v/stable)](https://packagist.org/packages/bluzphp/module-push)
[![Total Downloads](https://poser.pugx.org/bluzphp/module-push/downloads)](https://packagist.org/packages/bluzphp/module-push)

[![License](https://poser.pugx.org/bluzphp/module-push/license)](https://packagist.org/packages/bluzphp/module-push)

Usage
-------------------------
### Install module
To install the module run the command:

```bash
php /vendor/bin/bluzman module:install push
php /vendor/bin/bluzman db:migrate
```

### Remove module
To remove the module, run the command:

```bash
php /vendor/bin/bluzman module:remove push
```