PHPackages                             jonathanm10/pinecone-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. jonathanm10/pinecone-client

ActiveLibrary[API Development](/categories/api)

jonathanm10/pinecone-client
===========================

A simple wrapper around Pinecone API

1.0.1(3y ago)199[2 PRs](https://github.com/Jonathanm10/pinecone-client/pulls)MITPHPPHP ^8.1

Since Apr 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Jonathanm10/pinecone-client)[ Packagist](https://packagist.org/packages/jonathanm10/pinecone-client)[ Docs](https://github.com/jonathanm10/pinecone-client)[ GitHub Sponsors](https://github.com/Jonathanm10)[ RSS](/packages/jonathanm10-pinecone-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (5)Used By (0)

A simple PHP wrapper around Pinecone API (Unofficial)
=====================================================

[](#a-simple-php-wrapper-around-pinecone-api-unofficial)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cf5a31683cf0969b12170dec8698f71c4fbd79b0cc32740617f072f1a7a1e733/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f6e617468616e6d31302f70696e65636f6e652d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jonathanm10/pinecone-client)[![Tests](https://camo.githubusercontent.com/a1dae5621788e078d230ce74d04bbe300bca4a35aecc4cd7ee3b4c751d4aad66/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6f6e617468616e6d31302f70696e65636f6e652d636c69656e742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/jonathanm10/pinecone-client/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/8aaf14220d51d9d20f58194c1b1a6abf3d0f11aa728468de1943d42739e2a613/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f6e617468616e6d31302f70696e65636f6e652d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jonathanm10/pinecone-client)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require jonathanm10/pinecone-client
```

Usage
-----

[](#usage)

```
$client = Pinecone::init([
    'api_key' => 'xxxx-xxx-xxxx-xxxx',
    'environment' => 'us-east-1-aws',
]);

// Accessing the index API
$client->index();

// Accessing the vector API
$client->vector();
```

All Pinecone's methods are available as methods on the client: [https://docs.pinecone.io/reference/describe\_index\_stats\_post](https://docs.pinecone.io/reference/describe_index_stats_post)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jonathan Macheret](https://github.com/Jonathanm10)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1120d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/079e324aba54dbd6c517dc4b56fa19c5b64846423703c0fdd17d2824c7d48fa1?d=identicon)[Jonathanm10](/maintainers/Jonathanm10)

---

Top Contributors

[![Jonathanm10](https://avatars.githubusercontent.com/u/8361115?v=4)](https://github.com/Jonathanm10 "Jonathanm10 (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

aiphppineconevector-databaseJonathanm10pinecone-client

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jonathanm10-pinecone-client/health.svg)

```
[![Health](https://phpackages.com/badges/jonathanm10-pinecone-client/health.svg)](https://phpackages.com/packages/jonathanm10-pinecone-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
