zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

[Enhancement] Allow installation via PHP Composer #233

Closed schams-net closed 4 years ago

schams-net commented 5 years ago

Problem

While not overly complicted, the installation process requires some manual steps. Also, some dependent libraries are currently stored "hard-coded" in the project folder.

Suggested Solution

Composer is a widely used PHP dependency management solution that simplifies the installation and ongoing updates of PHP projects and their dependencies.

Changes Required

BenjaminHae commented 5 years ago

Can be done within the course of #235.

zeruniverse commented 4 years ago

Goto #248