{"id":27175074,"url":"https://github.com/rykerwilder/psw-manager","last_synced_at":"2026-05-07T17:32:44.050Z","repository":{"id":260330230,"uuid":"877189771","full_name":"RykerWilder/psw-manager","owner":"RykerWilder","description":"Application designed to securely manage passwords.","archived":false,"fork":false,"pushed_at":"2025-03-24T21:56:43.000Z","size":185,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T22:31:24.724Z","etag":null,"topics":["authentication","authentication-backend","database-management","decryption","email-sender","encryption","encryption-decryption","framework","gmail-smtp","laravel","migrations","mysql","mysql-database","password","password-generator","password-manager","web-development"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RykerWilder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-23T08:40:53.000Z","updated_at":"2025-03-24T21:56:46.000Z","dependencies_parsed_at":"2024-12-04T11:21:56.032Z","dependency_job_id":"a89a56e9-399b-40c1-b118-531cf595e90d","html_url":"https://github.com/RykerWilder/psw-manager","commit_stats":null,"previous_names":["fabiomasciarelli/psw-manager","rykerwilder/psw-manager"],"tags_count":0,"template":false,"template_full_name":"RykerWilder/laravel-auth-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RykerWilder%2Fpsw-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RykerWilder%2Fpsw-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RykerWilder%2Fpsw-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RykerWilder%2Fpsw-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RykerWilder","download_url":"https://codeload.github.com/RykerWilder/psw-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036040,"owners_count":21037093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","authentication-backend","database-management","decryption","email-sender","encryption","encryption-decryption","framework","gmail-smtp","laravel","migrations","mysql","mysql-database","password","password-generator","password-manager","web-development"],"created_at":"2025-04-09T12:17:06.679Z","updated_at":"2026-05-07T17:32:44.044Z","avatar_url":"https://github.com/RykerWilder.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Psw-manager\n\n![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat\u0026logo=php\u0026logoColor=white)\n![Laravel](https://img.shields.io/badge/Laravel-FF2D20?style=flat\u0026logo=laravel\u0026logoColor=white)\n![MySQL](https://img.shields.io/badge/MySQL-4479A1?style=flat\u0026logo=mysql\u0026logoColor=white)\n\nPsw-manager is a Laravel-based application designed to securely manage passwords. It provides users with a simple and safe way to store, retrieve, and organize their passwords.\n\n---\n\n## Features\n\n•⁠  ⁠**Secure Password Storage**: Encrypts passwords to protect sensitive information.\n•⁠  ⁠**User Authentication**: Includes login and registration functionalities.\n•⁠  ⁠**Password Management**: Users can add, edit, and delete passwords easily.\n•⁠  ⁠**Responsive Design**: Optimized for both desktop and mobile devices.\n\n## Installation\n\nFollow these steps to set up the project on your local machine:\n\n\n\n**⁠Clone the Repository**:\n\n```bash\ngit clone https://github.com/FabioMasciarelli/Psw-manager.git\n```\n```bash\ncd Psw-manager\n```\n\n\n**Install Dependencies**:\n\nRun the following commands to install PHP and Node.js dependencies:\n\n```bash\ncomposer install\n```\n```bash\nnpm install\n```\n\n\n**Set Up the Environment**:\n\nCopy the .env.example file to create a .env file:\n\n```bash\ncp .env.example .env\n```\n\n**Generate the application key**:\n\n```bash\nphp artisan key:generate\n```\n\n\n**Database Configuration**:\nOpen the .env file and set your database credentials:\n\n```bash\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=your_database_name\nDB_USERNAME=your_username\nDB_PASSWORD=your_password\n```\n\n\n**Run migrations to set up the database schema**:\n\n```bash\nphp artisan migrate\n```\n\n**Compile the frontend assets**:\n\n```bash\nnpm run build\n```\n\n\n**Start the Development Server**:\nStart the application using Laravel’s built-in server:\n\n```bash\nphp artisan serve\n```\n\nThe application will be available at http://localhost:8000.\n\n\n## Usage\n\n1.\tRegister a new user account or log in with existing credentials.\n2.\tAdd passwords: Navigate to the “Add Password” section to securely store new credentials.\n3.\tView and manage passwords: Use the “My Passwords” section to update or delete saved passwords.\n\n\n## Contributing\n\nContributions are **welcome**! If you’d like to contribute:\n1.\tFork the repository.\n2.\tCreate a new branch for your feature or bugfix.\n3.\tSubmit a pull request with a clear description of your changes.\n\n\n\n## License\n\nThis project is licensed under the **MIT License**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frykerwilder%2Fpsw-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frykerwilder%2Fpsw-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frykerwilder%2Fpsw-manager/lists"}