PassPHP is a port of pass and library for secure password management. Also include binary for accessing system-wide/project-wide.
Todo: The project doesn't pubished on
packagist.org
.
If you want to use in your PHP project:
$ composer require fracto/pass-php
If you want to use it in globally with binary:
$ composer require fracto/pass-php --global
Clone repository to working directory.
$ git clone git@github.com:fracto-team/pass-php.git
Download latest version of phar-composer.phar to the project directory.
$ cd pass-php
$ curl -s https://api.github.com/repos/clue/phar-composer/releases/latest | grep "phar-composer.phar" | cut -d : -f 2,3 | tr -d \" | wget -qi -
Create new empty directory to the project directory.
$ mkdir dist
Build project with phar-composer.phar
file.
$ php phar-composer.phar build . dist
Test new create phar file with php.
$ php dist/pass-php.phar
- PHP Library for password management with secure.
GnuPG
encryption and decryption.Git
version control also support!- Commandline helper for managing passwords.
Thank you for considering contributing to the PassPHP project! The contribution guide can be found in the Contributing.md.
The PassPHP library is open-source software licensed under the MIT license.