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

ActiveLibrary

jalismrs/bitwarden-php
======================

Services to access bitwarden data

1.2.0(2mo ago)46542[3 issues](https://github.com/jalismrs/bitwarden-service.php/issues)PHPPHP &gt;=8.0

Since Jul 23Pushed 2mo ago2 watchersCompare

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

READMEChangelog (4)Dependencies (4)Versions (6)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

44

—

FairBetter than 92% of packages

Maintenance70

Regular maintenance activity

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~561 days

Total

4

Last Release

75d ago

### Community

Maintainers

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

---

Top Contributors

[![treztreiz](https://avatars.githubusercontent.com/u/22977073?v=4)](https://github.com/treztreiz "treztreiz (5 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/jalismrs-bitwarden-php/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[illuminate/process

The Illuminate Process package.

44699.5k65](/packages/illuminate-process)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)

PHPackages © 2026

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