PHPackages                             e2221/bitwarden - 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. e2221/bitwarden

ActiveLibrary[API Development](/categories/api)

e2221/bitwarden
===============

Services to access bitwarden data

v0.1(1y ago)0174PHPPHP &gt;=8.1

Since Sep 2Pushed 1y agoCompare

[ Source](https://github.com/e2221/bitwarden)[ Packagist](https://packagist.org/packages/e2221/bitwarden)[ RSS](/packages/e2221-bitwarden/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Bitwarden-cli php service
=========================

[](#bitwarden-cli-php-service)

Requirements
------------

[](#requirements)

`Bitwarden CLI` must be installed on host system

\--&gt;

If necessary, set a custom bitwarden server url:

\--&gt; `bw config server `

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

[](#installation)

```
composer require jalismrs/bitwarden-php

```

or

```
{
  "require": {
    "jalismrs/bitwarden-php": "^1.0"
  }
}
```

Usage
-----

[](#usage)

You must implement a `BitwardenServiceDelegate` to create an instance of this service.

then:

```
$service = new BitwardenService(new MyBitwardenDelegate());
$items = $service->searchItems('web5902');

/** @var BitwardenItem $item */
$item = $items[0];
var_dump($item->getId());
var_dump($item->getName());
var_dump($item->getLogin()?->getUsername());
var_dump($item->getLogin()?->getPassword());
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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

Unknown

Total

1

Last Release

623d ago

### Community

Maintainers

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

---

Top Contributors

[![e2221](https://avatars.githubusercontent.com/u/26898199?v=4)](https://github.com/e2221 "e2221 (11 commits)")[![SBNTT](https://avatars.githubusercontent.com/u/20710321?v=4)](https://github.com/SBNTT "SBNTT (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/e2221-bitwarden/health.svg)

```
[![Health](https://phpackages.com/badges/e2221-bitwarden/health.svg)](https://phpackages.com/packages/e2221-bitwarden)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[code-lts/doctum

Doctum, a PHP API documentation generator. Fork of Sami

35077.9k31](/packages/code-lts-doctum)[keboola/storage-api-client

Keboola Storage API PHP Client

10387.5k25](/packages/keboola-storage-api-client)[kitodo/presentation

Base plugins, modules, services and API of the Digital Library Framework. It is part of the community-based Kitodo Digitization Suite.

436.1k5](/packages/kitodo-presentation)

PHPackages © 2026

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