PHPackages                             aahmadts/passbolt-password-importer - 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. aahmadts/passbolt-password-importer

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

aahmadts/passbolt-password-importer
===================================

PasswordImporter plugin for PassBolt

1.0.5(7y ago)481PHPPHP &gt;=5.4.16

Since Sep 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/aahmadts/passbolt-password-importer)[ Packagist](https://packagist.org/packages/aahmadts/passbolt-password-importer)[ RSS](/packages/aahmadts-passbolt-password-importer/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (2)Versions (8)Used By (0)

Password Importer plugin for Passbolt
=====================================

[](#password-importer-plugin-for-passbolt)

This is a CakePHP plugin for PassBolt to enable importing secrets/passwords to the community edition.

After importing the secrets/passwords a detailed downloadable report will appear with imported-, existed- secrets/passwords and errors.

The plugin is tested on the dockerized version *2.1.0-debian* and *2.3.0-debian*\_. Check [Docker](./Dockerfile) for an example.

### Screenshots

[](#screenshots)

[![screenshots](https://raw.githubusercontent.com/aahmadts/general-styleguide/master/images/passbolt-password-importer-screenshot-1.0.2.png)](https://raw.githubusercontent.com/aahmadts/general-styleguide/master/images/passbolt-password-importer-screenshot-1.0.2.png)

[![report-screenshots](https://raw.githubusercontent.com/aahmadts/general-styleguide/master/images/passbolt-password-importer-screenshot-report.png)](https://raw.githubusercontent.com/aahmadts/general-styleguide/master/images/passbolt-password-importer-screenshot-report.png)

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

### Composer

[](#composer)

The recommended way to install composer packages is:

```
composer require aahmadts/passbolt-password-manager

```

### Manually Installing a Plugin

[](#manually-installing-a-plugin)

Download PasswordImporter into the `passbolt/plugins` folder, then let composer know about it by adding the following into *composer.json*

```
{
    "autoload": {
        "psr-4": {
            "PassboltPasswordImporter\\": "plugins/passbolt-password-manager/src/"
        }
    }
}

```

After that run this composer command

```
php composer.phar dumpautoload

```

### Load Plugin

[](#load-plugin)

After installing the plugin you will need to tell PassBolt to load the Plugin by extending the `config/bootstrap.php` with the following:

```
Plugin::load('PassboltPasswordImporter', ['routes' => true]);

```

or if you have cake's console installed use:

```
./bin/cake plugin load aahmadts/PassboltPasswordImporter

```

For more info about CakePHP Plugins check here:

Usage
-----

[](#usage)

To use the Password Importer run `https://your-domain/password-importer` and enjoy.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~11 days

Total

6

Last Release

2750d ago

### Community

Maintainers

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

---

Top Contributors

[![aahmadts](https://avatars.githubusercontent.com/u/20315364?v=4)](https://github.com/aahmadts "aahmadts (28 commits)")

---

Tags

cakephp-pluginpassboltpassword-manager

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aahmadts-passbolt-password-importer/health.svg)

```
[![Health](https://phpackages.com/badges/aahmadts-passbolt-password-importer/health.svg)](https://phpackages.com/packages/aahmadts-passbolt-password-importer)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[dereuromark/cakephp-shim

A CakePHP plugin to shim applications between major framework versions.

401.0M11](/packages/dereuromark-cakephp-shim)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

40676.6k31](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

2988.9k3](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-geo

A CakePHP plugin around geocoding tools and helpers.

51174.9k4](/packages/dereuromark-cakephp-geo)

PHPackages © 2026

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