dbtlr / database-hstore-provider
Silex service provider to add the hstore field type to Doctrine
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/dbtlr/database-hstore-provider
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: 2025-10-11 21:12:14 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());