File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Laravel PHPMongo Adapter
2
2
========================
3
3
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
+
4
10
### Installation
5
11
6
12
Add composer dependency:
@@ -48,4 +54,4 @@ Route::get('/', function (ContainerInterface $container) {
48
54
$clientPool = $container->get(ClientPool::class);
49
55
$database = $clientPool->get('connect1');
50
56
});
51
- ```
57
+ ```
You can’t perform that action at this time.
0 commit comments