dbtlr/database-hstore-provider

Silex service provider to add the hstore field type to Doctrine

Maintainers

Package info

github.com/dbtlr/database-hstore-provider

Homepage

pkg:composer/dbtlr/database-hstore-provider

Statistics

Installs: 107

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

dev-master 2015-02-18 14:13 UTC

This package is not auto-updated.

Last update: 2026-02-28 23:07:30 UTC


README

This is a Silex provider to add support for hstore field types with PostgreSQL databases.

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

Installing via Composer

composer.phar require dbtlr/database-hstore-provider

Adding Service

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