Download the PHP package wuwx/laravel-hashing-md5 without Composer

On this page you can find all versions of the php package wuwx/laravel-hashing-md5. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-hashing-md5

Laravel Hashing MD5

为 Laravel 框架添加 MD5 哈希驱动支持。

注意: MD5 是一种较弱的哈希算法,不推荐用于新项目的密码存储。此扩展包主要用于需要兼容旧系统或特定场景的项目。

功能特性

系统要求

安装

通过 Composer 安装扩展包:

Laravel 5.5+ 会自动注册服务提供者。

配置

编辑 config/hashing.php 配置文件,将 driver 更改为 md5

或者在 .env 文件中设置:

使用方法

基本使用

配置完成后,可以像使用 Laravel 默认哈希驱动一样使用 MD5:

指定驱动使用

也可以显式指定使用 MD5 驱动:

测试

运行测试套件:

或使用 PHPUnit:

安全提示

MD5 算法存在以下安全问题:

强烈建议

许可证

本项目基于 MIT 许可证 开源。

贡献

欢迎提交 Issue 和 Pull Request。


All versions of laravel-hashing-md5 with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
illuminate/support Version ^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wuwx/laravel-hashing-md5 contains the following files

Loading the files please wait ...