Download the PHP package mparaiso/doctrineodmserviceprovider without Composer
On this page you can find all versions of the php package mparaiso/doctrineodmserviceprovider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mparaiso/doctrineodmserviceprovider
More information about mparaiso/doctrineodmserviceprovider
Files in mparaiso/doctrineodmserviceprovider
Download mparaiso/doctrineodmserviceprovider
More information about mparaiso/doctrineodmserviceprovider
Files in mparaiso/doctrineodmserviceprovider
Vendor mparaiso
Package doctrineodmserviceprovider
Short Description Doctrine ODM service provider for Silex
License MIT
Homepage https://github.com/Mparaiso/doctrineodmserviceprovider
Package doctrineodmserviceprovider
Short Description Doctrine ODM service provider for Silex
License MIT
Homepage https://github.com/Mparaiso/doctrineodmserviceprovider
Please rate this library. Is it a good library?
Informations about the package doctrineodmserviceprovider
Doctrine ODM Service Provider
Doctrine ODM service provider for silex
Brings NoSQL databases to Silex Framework.
author : M.Paraiso contact: [email protected]
status: work in progress
helps use Doctrine ODM with silex , comes with complete too symfony integration.
supports MongoDB
BASIC USAGE
$app = new \Silex\Application();
$app->register(new DoctrineODMMongoDBServiceProvider, array(
"odm.connection.server" => getenv('ODM_MONGODB_TEST_CONNECTION_STRING'), // mongodb connection string
"odm.connection.dbname" => getenv('ODM_MONGODB_TEST_DATABASE_NAME'), // dbname
"odm.connection.options" => array('connect' => TRUE), // connection options
"odm.proxy_dir" => __DIR__ . "/Proxy", // Proxy dir
"odm.driver.configs" => array(
"default" => array(
"namespace" => "Entity", // Entity Namespace
"path" => __DIR__ . "/Entity", // Entity Directory
"type" => "annotations" // Metadata driver ( 'yaml','xml' or 'annotations' )
)
)
));
CHANGE LOG
All versions of doctrineodmserviceprovider with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
doctrine/mongodb-odm Version *@dev
doctrine/mongodb-odm-bundle Version 3.*@dev
doctrine/mongodb-odm Version *@dev
doctrine/mongodb-odm-bundle Version 3.*@dev
The package mparaiso/doctrineodmserviceprovider contains the following files
Loading the files please wait ...
