{"id":18903584,"url":"https://github.com/intaro/hstore-extension","last_synced_at":"2025-04-09T09:08:26.148Z","repository":{"id":29152100,"uuid":"32682352","full_name":"intaro/hstore-extension","owner":"intaro","description":"The encoder/decoder and set of the doctrine functions for the postgresql type `hstore`","archived":false,"fork":false,"pushed_at":"2024-10-11T11:00:47.000Z","size":34,"stargazers_count":16,"open_issues_count":0,"forks_count":5,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-02T02:37:51.713Z","etag":null,"topics":["extension","hstore","php","postgresql"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intaro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-03-22T15:49:07.000Z","updated_at":"2024-10-11T11:00:28.000Z","dependencies_parsed_at":"2025-01-01T00:11:30.869Z","dependency_job_id":"923acaa7-b2ad-4881-9ebc-edd78a8b2010","html_url":"https://github.com/intaro/hstore-extension","commit_stats":{"total_commits":23,"total_committers":5,"mean_commits":4.6,"dds":0.4782608695652174,"last_synced_commit":"7a9f2f6b2aaba99da666436900131eefcf56e7bd"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intaro%2Fhstore-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intaro%2Fhstore-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intaro%2Fhstore-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intaro%2Fhstore-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intaro","download_url":"https://codeload.github.com/intaro/hstore-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248008630,"owners_count":21032556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","hstore","php","postgresql"],"created_at":"2024-11-08T09:05:51.869Z","updated_at":"2025-04-09T09:08:26.115Z","avatar_url":"https://github.com/intaro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"HStore Extension\n==================\n\n[![Build Status](https://travis-ci.org/intaro/hstore-extension.svg?branch=master)](https://travis-ci.org/intaro/hstore-extension)\n\nPostgreSQL module `hstore` allows to store sets of key/value pairs within a single PostgreSQL value. More about it [here](http://www.postgresql.org/docs/current/static/hstore.html).\n\nThe HStore Extension contains DBAL type `hstore` and registers Doctrine type `hstore`.\n\nInstallation\n------------\n\nTo install this library, run the command below and you will get the latest version:\n\n```sh\ncomposer require intaro/hstore-extension\n```\n\nIf you want to run the tests:\n\n```sh\n./vendor/bin/phpunit\n```\n\nYou can find an example configuration for using HStore extension in Symfony2 in [config/hstore.yml](config/hstore.yml).\nYou can just include in you `config.yml`:\n\n```yml\nimports:\n    - { resource: ../../vendor/intaro/hstore-extension/config/hstore.yml }\n```\n\nPHP extension\n-------------\n\nTo speed up encoding/decoding of strings you can install C extension shipped in `ext/hstore` directory.\n\nTo compile extension you must install php-dev package.\n\n```bash\nphpize\n./configure\nmake\nsudo make install\n```\n\nFinally, enable the extension in your `php.ini` configuration file:\n\n```ini\nextension = hstore.so\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintaro%2Fhstore-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintaro%2Fhstore-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintaro%2Fhstore-extension/lists"}