{"id":31658341,"url":"https://github.com/couchbase/couchbase-php-client","last_synced_at":"2026-04-02T22:33:58.467Z","repository":{"id":39586598,"uuid":"417569274","full_name":"couchbase/couchbase-php-client","owner":"couchbase","description":"Couchbase PHP Client Library (Official)","archived":false,"fork":false,"pushed_at":"2026-04-01T23:24:10.000Z","size":1843,"stargazers_count":7,"open_issues_count":7,"forks_count":12,"subscribers_count":17,"default_branch":"main","last_synced_at":"2026-04-02T09:07:47.457Z","etag":null,"topics":["couchbase","php","sdk"],"latest_commit_sha":null,"homepage":"https://www.couchbase.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/couchbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-15T16:38:06.000Z","updated_at":"2026-04-01T23:20:54.000Z","dependencies_parsed_at":"2023-11-14T17:31:26.605Z","dependency_job_id":"ec313e7c-14cb-4f4d-80f5-5464aa5c0e42","html_url":"https://github.com/couchbase/couchbase-php-client","commit_stats":{"total_commits":190,"total_committers":9,"mean_commits":21.11111111111111,"dds":0.2894736842105263,"last_synced_commit":"3886e668d3a159a7d6563a6d97964ca5b3e56eb7"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/couchbase/couchbase-php-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fcouchbase-php-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fcouchbase-php-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fcouchbase-php-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fcouchbase-php-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/couchbase","download_url":"https://codeload.github.com/couchbase/couchbase-php-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fcouchbase-php-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31316425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["couchbase","php","sdk"],"created_at":"2025-10-07T15:19:38.444Z","updated_at":"2026-04-02T22:33:58.461Z","avatar_url":"https://github.com/couchbase.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Couchbase PHP Extension\n\n[![license](https://img.shields.io/github/license/couchbaselabs/couchbase-php-client?color=brightgreen)](https://opensource.org/licenses/Apache-2.0)\n\nThis repository contains source code of the Couchbase PHP SDK.\n\n## Support and Feedback\n\nIf you find an issue, please file it in [our JIRA issue tracker](https://jira.issues.couchbase.com/browse/PCBC). Also you are\nalways welcome on [our forum](https://forums.couchbase.com/c/php-sdk) and [Discord](https://discord.com/invite/sQ5qbPZuTh).\n\n\n## Getting the Source Code\n\nThis repo uses several git submodules. If you are fetching the repo for the first time by command line, the\n`--recurse-submodules` option will init the submodules recursively as well:\n```shell\ngit clone --recurse-submodules https://github.com/couchbaselabs/couchbase-php-client.git\n```\n\nHowever, if you fetched using a simple clone command (or another IDE or tool), or if you are pulling the latest and need to update, then **you must also perform** the following command to recursively update and initialize the submodules:\n```shell\ngit submodule update --init --recursive\n```\n\n\n## Building the Extension\n\nThis project is built with `CMake` and packaged with `pecl` so everything should build easily once the basic dev dependencies are satisfied. However, we have helper scripts in the [/bin](./bin) directory to help automate tasks even further.\n\n### Dev Dependencies\n\nThe following dependencies must be installed before the project can be built. We recommend using OS specific utilities\nsuch as `brew`, `apt-get`, and similar package management utilities (depending on your environment).\n- **cmake \u003e= 3.20.0+** (e.g., `brew install cmake`)\n- **c++ compiler \u003e= std_17** (e.g., `xcode-select --install`)\n- **openssl \u003e= 1.1+** (e.g., `brew install openssl`)\n\n**IMPORTANT:** On macOS, the **OpenSSL** `brew` install command mentioned above is not sufficient to be able to build. The easiest way to fix this is to add the `OPENSSL_ROOT_DIR` env variable to your exports (e.g., `.zshenv`). If this is not sufficient, see the other tips mentioned when you run `brew info openssl`.\n```shell\nexport OPENSSL_ROOT_DIR=/usr/local/opt/openssl/\n```\n\n### Building (with shell script)\n```shell\ncd couchbase-php-client\n./bin/build\n./bin/package\n```\n\n\n## Running Tests\n\nThe tests are located in the (/tests)[./tests] directory. More tests may be added and this directory will be organized more in the near future to differentiate between the common tests types that might be used for different types of testing (e.g., `unit tests`, `integration tests`, `system tests`).\n\n### Testing (command-line)\n```shell\n./bin/test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcouchbase%2Fcouchbase-php-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcouchbase%2Fcouchbase-php-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcouchbase%2Fcouchbase-php-client/lists"}