https://github.com/dbtlr/database-hstore-provider
A silex service provider to add the HStore option to Doctrine
https://github.com/dbtlr/database-hstore-provider
Last synced: about 1 month ago
JSON representation
A silex service provider to add the HStore option to Doctrine
- Host: GitHub
- URL: https://github.com/dbtlr/database-hstore-provider
- Owner: dbtlr
- License: mit
- Created: 2015-02-17T22:43:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T14:13:24.000Z (over 11 years ago)
- Last Synced: 2025-12-26T04:53:00.028Z (6 months ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HStore Provider for Silex
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
```php
$app->register(new \Dbtlr\HStoreProvider\HStoreServiceProvider());
```