PHP Password Manager alternatives and similar software solutions
Based on the "Password Managers" category.
Alternatively, view PHP Password Manager alternatives based on common mentions on social networks and blogs.
-
bitwarden_rs
DISCONTINUED. Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs [Moved to: https://github.com/dani-garcia/vaultwarden] -
Passbolt
Passbolt Community Edition (CE) API. The JSON API for the open source password manager for teams! -
Shaark
Self-hosted platform to keep and share your content: web links, posts, passwords and pictures. -
PassIt
Simple password manage with sharing features by group and user, but no administration interface.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of PHP Password Manager or a related project?
README
PHP Password Manager // ppma
Requirements
- A webserver like Apache
- PHP 5.2 or higher
- MySQL 5.0 or higher
Installation
- uncompress the downloaded archive
- upload the extracted files to your webserver
- open the ppma-url in your browser (
<ppma-URL>/index.php
e.g.http://example.com/index.php
) - follow the shown setup instructions
Problems
If you have problems with the installation (e.g. a redirect loop) check that all directories are readable by your webserver and the following directories are writable:
<ppma-directory>/assets
<ppma-directory>/protected/runtime
<ppma-directory>/protected/runtime/sessions
For debugging uncomment the following lines in the index.php
//defined('YII_DEBUG') or define('YII_DEBUG',true);
//defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
Please report founded bugs on https://github.com/pklink/ppma/issues
Building
It is not needed if you download the prebuilt release
git clone https://github.com/pklink/ppma.git
cd ppma/
composer install
npm install
./node_modules/.bin/bower install
./node_modules/.bin/grunt
Upgrading
- back up your database
- unpack the downloaded ppma-archive
- remove the extracted
/protected/config/ppma.php
- copy/overwrite the unpacked files to your ppma directory
- run the upgrade routine in your browser
(
<ppma-URL>/index.php?r=upgrade
e.g.http://example.com/index.php?r=upgrade
)
Credits
- Yii Framework
- Bootstrap
- jQuery
- jQuery UI
- csvexport Yii extension
- This for the password generator
License
This package is licensed under the BSD License. See the LICENSE file for details.
*Note that all licence references and agreements mentioned in the PHP Password Manager README section above
are relevant to that project's source code only.