dbtlr / database-hstore-provider
Silex service provider to add the hstore field type to Doctrine
dev-master
2015-02-18 14:13 UTC
Requires
- php: >=5.3.2
- doctrine/dbal: ~2.1
- intaro/hstore-bundle: ~0.0.2
- silex/silex: *
This package is not auto-updated.
Last update: 2024-10-26 16:41:48 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());