2017 © Pedro Peláez
 

library database-hstore-provider

Silex service provider to add the hstore field type to Doctrine

image

dbtlr/database-hstore-provider

Silex service provider to add the hstore field type to Doctrine

  • Wednesday, February 18, 2015
  • by nodrew
  • Repository
  • 0 Watchers
  • 0 Stars
  • 101 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

HStore Provider for Silex

This is a Silex provider to add support for hstore field types with PostgreSQL databases., (*1)

Note: This simply proxies to the knowledge and classes located in the Symfony2 Bundle: https://github.com/intaro/hstore-bundle, (*2)

Installing via Composer

composer.phar require dbtlr/database-hstore-provider

Adding Service

$app->register(new \Dbtlr\HStoreProvider\HStoreServiceProvider());

The Versions

18/02 2015

dev-master

9999999-dev http://github.com/dbtlr/database-hstore-provider

Silex service provider to add the hstore field type to Doctrine

  Sources   Download

MIT

The Requires

 

silex doctrine2 hstore