2017 © Pedro Peláez
 

library doctrineodmserviceprovider

Doctrine ODM service provider for Silex

image

mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  • Friday, September 20, 2013
  • by Mparaiso
  • Repository
  • 0 Watchers
  • 2 Stars
  • 139 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 18 Versions
  • 0 % Grown

The README.md

Doctrine ODM Service Provider

Build Status, (*1)

Doctrine ODM service provider for silex

Brings NoSQL databases to Silex Framework., (*2)

author : M.Paraiso contact: mparaiso@online.fr, (*3)

status: work in progress, (*4)

helps use Doctrine ODM with silex , comes with complete too symfony integration., (*5)

supports MongoDB, (*6)

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

The Versions

20/09 2013

dev-master

9999999-dev https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Mparaiso

orm extensions silex doctrine

20/09 2013

0.0.16

0.0.16.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Mparaiso

orm extensions silex doctrine

20/09 2013

0.0.15

0.0.15.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Mparaiso

orm extensions silex doctrine

19/09 2013

0.0.14

0.0.14.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

18/09 2013

0.0.13

0.0.13.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

18/09 2013

0.0.12

0.0.12.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

11/05 2013

0.0.11

0.0.11.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

11/05 2013

0.0.10

0.0.10.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

10/05 2013

0.0.9

0.0.9.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

10/05 2013

0.0.8

0.0.8.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

10/05 2013

0.0.7

0.0.7.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

10/05 2013

0.0.6

0.0.6.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

10/05 2013

0.0.5

0.0.5.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

10/05 2013

0.0.4

0.0.4.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

08/05 2013

0.0.3

0.0.3.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

08/05 2013

dev-dev

dev-dev https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

08/05 2013

0.0.2

0.0.2.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine

08/05 2013

0.0.1

0.0.1.0 https://github.com/Mparaiso/doctrineodmserviceprovider

Doctrine ODM service provider for Silex

  Sources   Download

MIT

The Requires

 

by Avatar Mparaiso

orm extensions silex doctrine