Skip to content

Commit 0727ac5

Browse files
authored
badges
1 parent 3a44fa2 commit 0727ac5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Laravel PHPMongo Adapter
22
========================
33

4+
Laravel Adapter for [PHPMongo ORM](https://github.com/sokil/php-mongo)
5+
6+
[![Build Status](https://travis-ci.org/PHPMongoKit/laravel-mongo-odm.png?branch=master&2)](https://travis-ci.org/PHPMongoKit/laravel-mongo-odm)
7+
[![Total Downloads](http://img.shields.io/packagist/dt/phpmongokit/laravel-mongo-odm.svg)](https://packagist.org/packages/phpmongokit/laravel-mongo-odm)
8+
[![Daily Downloads](https://poser.pugx.org/phpmongokit/yii2-mongo-odm/d/daily)](https://packagist.org/packages/phpmongokit/laravel-mongo-odm/stats)
9+
410
### Installation
511

612
Add composer dependency:
@@ -48,4 +54,4 @@ Route::get('/', function (ContainerInterface $container) {
4854
$clientPool = $container->get(ClientPool::class);
4955
$database = $clientPool->get('connect1');
5056
});
51-
```
57+
```

0 commit comments

Comments
 (0)