2017 © Pedro Peláez
 

library hstore-extension

The HStore Extension contains DBAL type hstore and registers Doctrine type hstore

image

intaro/hstore-extension

The HStore Extension contains DBAL type hstore and registers Doctrine type hstore

  • Saturday, April 28, 2018
  • by muxx
  • Repository
  • 9 Watchers
  • 11 Stars
  • 22,915 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 10 % Grown

The README.md

HStore Extension

Build Status, (*1)

PostgreSQL module hstore allows to store sets of key/value pairs within a single PostgreSQL value. More about it here., (*2)

The HStore Extension contains DBAL type hstore and registers Doctrine type hstore., (*3)

Installation

To install this library, run the command below and you will get the latest version:, (*4)

composer require intaro/hstore-extension

If you want to run the tests:, (*5)

./vendor/bin/phpunit

You can find an example configuration for using HStore extension in Symfony2 in config/hstore.yml. You can just include in you config.yml:, (*6)

imports:
    - { resource: ../../vendor/intaro/hstore-extension/config/hstore.yml }

PHP extension

To speed up encoding/decoding of strings you can install C extension shipped in ext/hstore directory., (*7)

To compile extension you must install php-dev package., (*8)

phpize
./configure
make
sudo make install

Finally, enable the extension in your php.ini configuration file:, (*9)

extension = hstore.so

The Versions

28/04 2018

dev-master

9999999-dev

The HStore Extension contains DBAL type hstore and registers Doctrine type hstore

  Sources   Download

MIT

The Requires

  • php >=5.4.4

 

The Development Requires

by Intaro Soft

postgresql doctrine hstore

28/04 2018

v2.0.1

2.0.1.0

The HStore Extension contains DBAL type hstore and registers Doctrine type hstore

  Sources   Download

MIT

The Requires

  • php >=5.4.4

 

The Development Requires

by Intaro Soft

postgresql doctrine hstore

03/04 2016

v2.0

2.0.0.0

The HStore Extension contains DBAL type hstore and registers Doctrine type hstore

  Sources   Download

MIT

The Requires

  • php >=5.4.4

 

The Development Requires

by Intaro Soft

postgresql doctrine hstore

22/03 2015

v1.0

1.0.0.0

The HStore Extension contains DBAL type hstore and registers Doctrine type hstore

  Sources   Download

MIT

The Requires

  • php >=5.4.4

 

The Development Requires

by Intaro Soft

postgresql doctrine hstore