Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokil/php-mongo-bundle
MongoDB Symfony Bundle. Part of @PHPMongoKit
https://github.com/sokil/php-mongo-bundle
mongodb odm php phpmongokit symfony symfony-bundle
Last synced: 4 months ago
JSON representation
MongoDB Symfony Bundle. Part of @PHPMongoKit
- Host: GitHub
- URL: https://github.com/sokil/php-mongo-bundle
- Owner: sokil
- License: mit
- Created: 2014-08-28T18:45:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T05:12:55.000Z (over 6 years ago)
- Last Synced: 2024-10-09T23:05:40.682Z (4 months ago)
- Topics: mongodb, odm, php, phpmongokit, symfony, symfony-bundle
- Language: PHP
- Homepage: http://phpmongokit.github.io/
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
php-mongo-bundle
================MongoDB Symfony Bundle based on [PHPMongo](https://github.com/sokil/php-mongo)
Installation
------------You can install library through Composer:
```javascript
{
"require": {
"sokil/php-mongo-bundle": "dev-master"
}
}
```