All Projects → pklink → Ppma

pklink / Ppma

Licence: bsd-3-clause
[INACTIVE] PHP Password Manager

Projects that are alternatives of or similar to Ppma

Pol
pol /pɵl/ is a modern command line password manager with deniable encryption
Stars: ✭ 25 (-59.68%)
Mutual labels:  password-manager
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-45.16%)
Mutual labels:  password-manager
Config
Yii2 application runtime configuration support
Stars: ✭ 54 (-12.9%)
Mutual labels:  yii
A Guide To Yii Grids Lists And Data Providers
A guide to Yii framework grids, lists and data providers
Stars: ✭ 26 (-58.06%)
Mutual labels:  yii
Ykpass
Use your YubiKey as a consistent password generator
Stars: ✭ 27 (-56.45%)
Mutual labels:  password-manager
Pstore
Python Protected Password Store (django server + cli interface) using client side GPG encryption
Stars: ✭ 34 (-45.16%)
Mutual labels:  password-manager
Opensourcewebsite Org
OpenSourceWebsite (OSW) - online community managed by users using electronic voting and modifying source code
Stars: ✭ 834 (+1245.16%)
Mutual labels:  yii
Sitemap
Site map creation support
Stars: ✭ 59 (-4.84%)
Mutual labels:  yii
Lastpass Sharp
LastPass C# API
Stars: ✭ 31 (-50%)
Mutual labels:  password-manager
Passage
A password manager using https://age-encryption.org/
Stars: ✭ 48 (-22.58%)
Mutual labels:  password-manager
App Basic
Base app on SkeekS CMS (Yii2)
Stars: ✭ 10 (-83.87%)
Mutual labels:  yii
Phpnetmap
Web application for ethernet network mapping. PHP Software for network device monitoring with SNMP v(1/2c/3) protocol.
Stars: ✭ 20 (-67.74%)
Mutual labels:  yii
Passforios
Pass for iOS - an iOS client compatible with Pass command line application.
Stars: ✭ 991 (+1498.39%)
Mutual labels:  password-manager
Passff
zx2c4 pass manager extension for Firefox, Chrome and Opera
Stars: ✭ 937 (+1411.29%)
Mutual labels:  password-manager
Lang Sc
一本字典
Stars: ✭ 57 (-8.06%)
Mutual labels:  yii
Ylva
Command line password manager for Unix-like operating systems
Stars: ✭ 23 (-62.9%)
Mutual labels:  password-manager
Guardedbox
Online client-side manager for secure storage and secrets sharing.
Stars: ✭ 34 (-45.16%)
Mutual labels:  password-manager
Pass For Macos
macOS wrapper for pass, the standard UNIX password manager
Stars: ✭ 62 (+0%)
Mutual labels:  password-manager
Allyourpasswords
The offline macOS password manager
Stars: ✭ 59 (-4.84%)
Mutual labels:  password-manager
Featherpasswordmanager
Highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file.
Stars: ✭ 39 (-37.1%)
Mutual labels:  password-manager

No Maintenance Intended

PHP Password Manager // ppma

Requirements

  • A webserver like Apache
  • PHP 5.2 or higher
  • MySQL 5.0 or higher

Installation

  1. uncompress the downloaded archive
  2. upload the extracted files to your webserver
  3. open the ppma-url in your browser (<ppma-URL>/index.php e.g. http://example.com/index.php)
  4. 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

  1. back up your database
  2. unpack the downloaded ppma-archive
  3. remove the extracted /protected/config/ppma.php
  4. copy/overwrite the unpacked files to your ppma directory
  5. run the upgrade routine in your browser (<ppma-URL>/index.php?r=upgrade e.g. http://example.com/index.php?r=upgrade)

Credits

License

This package is licensed under the BSD License. See the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].