{"id":16466866,"url":"https://github.com/matriphe/laravel-md5-hash","last_synced_at":"2025-08-15T15:23:14.605Z","repository":{"id":56556856,"uuid":"112174469","full_name":"matriphe/laravel-md5-hash","owner":"matriphe","description":"Laravel package to use unsecured MD5 password hash","archived":false,"fork":false,"pushed_at":"2024-03-17T10:51:47.000Z","size":50,"stargazers_count":4,"open_issues_count":2,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T19:55:06.957Z","etag":null,"topics":["hacktoberfest","hash","laravel","md5"],"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/matriphe.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-11-27T09:19:12.000Z","updated_at":"2023-10-19T07:47:50.000Z","dependencies_parsed_at":"2024-10-28T16:06:11.642Z","dependency_job_id":null,"html_url":"https://github.com/matriphe/laravel-md5-hash","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":"0.052631578947368474","last_synced_commit":"1b1b8142c831897e85fb63599355607e707d2610"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Flaravel-md5-hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Flaravel-md5-hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Flaravel-md5-hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Flaravel-md5-hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matriphe","download_url":"https://codeload.github.com/matriphe/laravel-md5-hash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097158,"owners_count":20560311,"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":["hacktoberfest","hash","laravel","md5"],"created_at":"2024-10-11T11:45:03.068Z","updated_at":"2025-03-23T11:32:36.765Z","avatar_url":"https://github.com/matriphe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel MD5 Hash\n\n[![Laravel MD5 Hash](https://github.com/matriphe/laravel-md5-hash/actions/workflows/master.yml/badge.svg)](https://github.com/matriphe/laravel-md5-hash/actions/workflows/master.yml)\n[![Total Download](https://img.shields.io/packagist/dt/matriphe/laravel-md5-hash.svg)](https://packagist.org/packages/matriphe/laravel-md5-hash)\n[![Latest Stable Version](https://img.shields.io/packagist/v/matriphe/laravel-md5-hash.svg)](https://packagist.org/packages/matriphe/laravel-md5-hash)\n\nThis package is used to **replace** Laravel default hash to support the old system that used MD5 for password hash.\n\n\u003e **Warning**\n\u003e Please use it at your own risk, since MD5 is not recommended to be used as a password hash.\n\n\n## Installation\n\nUsing [Composer](https://getcomposer.org/), just run this command below.\n\n```bash\ncomposer require matriphe/laravel-md5-hash\n```\n\nFor Laravel \u003c 6, [please use version 1.1.1](https://github.com/matriphe/laravel-md5-hash/tree/1.1.1) and follow the\nconfiguration instruction.\n\n```bash\ncomposer require matriphe/laravel-md5-hash:1.1.1\n```\n\n## Configuration\n\nThis package uses auto-discovery. Once it got installed, it will automatically replace the hash function to use MD5.\n\n## Usage\n\nNow you can use the built-in hash function using this command.\n\n```php\nHash::make('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99\nbcrypt('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99\n```\n\n## Contribution\n\nAll contributions are welcomed. Please create a pull request or merge request, and make sure all checks are passed ✅\nbefore merging.\n\nIf the check failed on checking PHP style, please\nrun [`php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to fix it.\n\n### Using Docker\n\n```bash\ndocker run -it --rm -v $(pwd):/app -w /app oskarstark/php-cs-fixer-ga fix\n```\n\n### Local Dev\n\n```bash\nvendor/bin/php-cs-fixer fix\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatriphe%2Flaravel-md5-hash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatriphe%2Flaravel-md5-hash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatriphe%2Flaravel-md5-hash/lists"}