PHPackages                             upstash/vector-laravel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. upstash/vector-laravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

upstash/vector-laravel
======================

Upstash Vector SDK for Laravel

v1.1.0(1y ago)74.2k↑297.6%2[5 PRs](https://github.com/upstash/vector-laravel/pulls)MITPHPPHP ^8.3CI passing

Since Jan 29Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/upstash/vector-laravel)[ Packagist](https://packagist.org/packages/upstash/vector-laravel)[ Docs](https://github.com/upstash/vector-laravel)[ GitHub Sponsors](https://github.com/Upstash)[ RSS](/packages/upstash-vector-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (13)Versions (13)Used By (0)

Upstash Vector SDK for Laravel
==============================

[](#upstash-vector-sdk-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/291c4a6e462892d342c30542090d2ec5e8f2f983a96234878c776723058f731d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f757073746173682f766563746f722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/upstash/vector-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/cb5fcf57ed89e1ac3ab7dec75b5823f573e42ee84c4a69fedd671746b9774522/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f757073746173682f766563746f722d6c61726176656c2f72756e2d74657374732e796d6c3f6272616e63683d6d6173746572266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/upstash/vector-laravel/actions?query=workflow%3Arun-tests+branch%3Amaster)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d29edec0e3f41ea3a66aced4750d14258b1f6c63ba8c6b35c854624350d97ade/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f757073746173682f766563746f722d6c61726176656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d6173746572266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/upstash/vector-laravel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/8e17250bedb4a9e4eb0759f0c3aa431344bc3b0dabe6c3eb133f054a848c9358/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f757073746173682f766563746f722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/upstash/vector-laravel)

Upstash Vector is an HTTP serverless Vector Database.

You can store, query, and retrieve vectors from your application, use it to power your search, and more.

You can read more about Upstash Vector [here](https://docs.upstash.com/vector).

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

[](#installation)

You can install the package via composer:

```
composer require upstash/vector-laravel
```

You can publish the config file with:

```
php artisan vendor:publish --tag="vector-config"
```

This is the contents of the published config file:

```
return [
    'default' => env('UPSTASH_VECTOR_CONNECTION', 'default'),

    'connections' => [
        'default' => [
            'url' => env('UPSTASH_VECTOR_REST_URL'),
            'token' => env('UPSTASH_VECTOR_REST_TOKEN'),
        ],
    ],
];
```

Usage
-----

[](#usage)

```
use Upstash\Vector\Laravel\Facades\Vector;

$info = Vector::getInfo();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

License
-------

[](#license)

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

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance66

Regular maintenance activity

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 69.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 ~6 days

Total

8

Last Release

476d ago

Major Versions

v0.2.2 → v1.0.02025-02-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/dab2f1963c9204b0788e3b9736304c6108eeb868e6606293a49b5666ff9ce8ed?d=identicon)[buggyhunter](/maintainers/buggyhunter)

![](https://www.gravatar.com/avatar/ac16470355630b6cb24d134e4c2bce83c517a17d71217b4fbb11a050477a1062?d=identicon)[yunusemreozdemir](/maintainers/yunusemreozdemir)

---

Top Contributors

[![heyjorgedev](https://avatars.githubusercontent.com/u/2780099?v=4)](https://github.com/heyjorgedev "heyjorgedev (18 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

embeddingslaravelupstashvectorlaravelupstashvector-laravel

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/upstash-vector-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/upstash-vector-laravel/health.svg)](https://phpackages.com/packages/upstash-vector-laravel)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)

PHPackages © 2026

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