Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gonimar committed Sep 30, 2015
1 parent 6400462 commit be50329
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
yii2-robokassa
==============

## Install via Composer

~~~
composer require yii-cms/yii2-robokassa
~~~

## Configuration

```php
'components' => [
'robokassa' => [
Expand All @@ -14,6 +22,8 @@ yii2-robokassa
]
```

## Example

```php
class PaymentController extends Controller
{
Expand Down

0 comments on commit be50329

Please sign in to comment.