An open API service indexing awesome lists of open source software.

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

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());
```