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)0180PHPPHP &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 today

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 35% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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

669d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26898199?v=4)[Lukas Kral](/maintainers/e2221)[@e2221](https://github.com/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.5k5.9M737](/packages/sylius-sylius)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[temporal/sdk

Temporal SDK

4072.9M25](/packages/temporal-sdk)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[keboola/storage-api-client

Keboola Storage API PHP Client

10405.9k40](/packages/keboola-storage-api-client)

PHPackages © 2026

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