{"id":30513628,"url":"https://github.com/luzrain/dbal-amphp-postgres","last_synced_at":"2025-08-26T06:44:13.878Z","repository":{"id":307812080,"uuid":"1030759212","full_name":"luzrain/dbal-amphp-postgres","owner":"luzrain","description":"Async Doctrine DBAL driver for AMPHP Postgres client","archived":false,"fork":false,"pushed_at":"2025-08-02T11:34:13.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-02T11:53:32.431Z","etag":null,"topics":["amphp","async","doctrine","doctrine-dbal","doctrine-orm"],"latest_commit_sha":null,"homepage":"","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/luzrain.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,"zenodo":null}},"created_at":"2025-08-02T09:05:13.000Z","updated_at":"2025-08-02T11:32:20.000Z","dependencies_parsed_at":"2025-08-02T11:53:37.035Z","dependency_job_id":"7ecc62e8-1691-49df-a127-5fc283f7faeb","html_url":"https://github.com/luzrain/dbal-amphp-postgres","commit_stats":null,"previous_names":["luzrain/dbal-amphp-postgres"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/luzrain/dbal-amphp-postgres","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luzrain%2Fdbal-amphp-postgres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luzrain%2Fdbal-amphp-postgres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luzrain%2Fdbal-amphp-postgres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luzrain%2Fdbal-amphp-postgres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luzrain","download_url":"https://codeload.github.com/luzrain/dbal-amphp-postgres/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luzrain%2Fdbal-amphp-postgres/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272186216,"owners_count":24888332,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["amphp","async","doctrine","doctrine-dbal","doctrine-orm"],"created_at":"2025-08-26T06:44:11.703Z","updated_at":"2025-08-26T06:44:13.800Z","avatar_url":"https://github.com/luzrain.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Async Doctrine DBAL driver for AMPHP Postgres client\n![PHP \u003e=8.2](https://img.shields.io/badge/PHP-\u003e=8.2-777bb3.svg)\n\nAsync Doctrine DBAL driver for AMPHP Postgres client\n\n## Installation\n``` bash\n$ composer require luzrain/dbal-amphp-postgres\n```\n\n#### Example of usage\n```php\nuse Doctrine\\DBAL\\DriverManager;\nuse Luzrain\\DbalDriver\\AmphpPostgres\\AsyncConection;\nuse Luzrain\\DbalDriver\\AmphpPostgres\\AsyncDriver;\n\n$connectionParams = [\n    'dbname' =\u003e 'mydb',\n    'user' =\u003e 'user',\n    'password' =\u003e 'secret',\n    'host' =\u003e 'localhost',\n    'driverClass' =\u003e AsyncDriver::class,\n    'wrapperClass' =\u003e AsyncConection::class,\n    'driverOptions' =\u003e [\n        'max_connections' =\u003e 100,\n        'idle_timeout' =\u003e 60,\n    ],\n];\n$conn = DriverManager::getConnection($connectionParams);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluzrain%2Fdbal-amphp-postgres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluzrain%2Fdbal-amphp-postgres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluzrain%2Fdbal-amphp-postgres/lists"}