Skip to content

Commit

Permalink
update composer.json and README
Browse files Browse the repository at this point in the history
  • Loading branch information
grptx committed Jul 21, 2017
1 parent 9d88354 commit 60c192d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# yii2-firebase

This component wraps [kreait/firebase-php](https://github.com/kreait/firebase-php/)
This Yii2 component wraps [kreait/firebase-php](https://github.com/kreait/firebase-php/) and allow to easy connect to the Firebase realtime database

## Installation

Preferred way to install is through [Composer](https://getcomposer.org):
```shell
php composer.phar require grptx/yii2-firebase:~0.1
```
Or, you may add

```php
"grptx/yii2-firebase": "~0.1"
```

to the require section of your `composer.json` file and execute `php composer.phar update`.

## Configuration

Expand Down
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"email": "r.rossetti@melogra.no"
}
],
"license": "MIT",
"keywords": [
"yii2",
"yii2-components",
"firebase",
"php7"
],
"description": "Yii2 Component to connect to Firebase Database",
"require": {
"yiisoft/yii2": "^2",
"kreait/firebase-php": "^3.0"
Expand Down

0 comments on commit 60c192d

Please sign in to comment.