2017 © Pedro Peláez
 

library silex-provider-mongodm

image

wildsurfer/silex-provider-mongodm

  • Wednesday, December 18, 2013
  • by wildsurfer
  • Repository
  • 2 Watchers
  • 2 Stars
  • 3,461 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

silex-provider-mongodm

Mongodm service provider for silex micro-framework. Check here: https://github.com/purekid/mongodm, (*1)

Example

``` php <?php use Silex\Application;, (*2)

$host = 'localhost:27017'; $db = 'database'; $options = array('w' => 1); $app = new Application(); $app->register(new MongodmServiceProvider(), array( "mongodm.host" => $host, "mongodm.db" => $db, "mongodm.options" => $options )); $m = $app['mongodm']; $m->findOne('MyCollection',array('name' => 'my name'));, (*3)


Install with Composer ===================== ``` js { require: { "wildsurfer/silex-provider-mongodm": "dev-master" } }

The Versions

18/12 2013

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

mongodb silex mongo mongodm

18/12 2013

0.1.3

0.1.3.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

mongodb silex mongo mongodm

28/10 2013

0.1.2

0.1.2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

mongodb silex mongo mongodm

25/10 2013

0.1.1

0.1.1.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

mongodb silex mongo mongodm

25/10 2013

0.1

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

mongodb silex mongo mongodm