mheap/silex-mongo

This package is abandoned and no longer maintained. No replacement package was suggested.

MongoDB extension for Silex

Installs: 10 382

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/mheap/silex-mongo

dev-master 2012-09-09 18:00 UTC

This package is auto-updated.

Last update: 2020-11-26 18:39:37 UTC


README

Build Status

Installation

Create a composer.json in your projects root-directory::

{
    "require": {
        "mheap/Silex-Mongo": "*"
    }
}

and run::

curl -s http://getcomposer.org/installer | php
php composer.phar install

More Information

Read the documentation files under /doc.

License

'Silex-Mongo' is licensed under the MIT license.