定制 avto-dev/hash-generator-laravel 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

avto-dev/hash-generator-laravel

Composer 安装命令:

composer require avto-dev/hash-generator-laravel

包简介

Reversible hash generator for laravel applications

README 文档

README

Laravel

Reversible Hash Generator for Laravel

Version PHP Version Build Status Coverage Downloads count License

Install

Require this package with composer using the following command:

$ composer require avto-dev/hash-generator-laravel "^1.0"

Installed composer is required (how to install composer).

You need to fix the major version of package.

Setup

После установки пакета вам необходимо произвести его настройку в файле config/hash-generator.php:

<?php

return [
    'cipher_algo' => 'aes-128-cfb',
    'passphrase'  => 'pass_phrase', // Случайную строку
    'options'     => 0,
];

Где

  • cipher_algo - алгоритм шифрования
  • passphrase - фраза для получения хэша
  • options - одно из значений OPENSSL_RAW_DATA, OPENSSL_ZERO_PADDING.

Использование

Testing

For package testing we use phpunit framework and docker with compose plugin as develop environment. So, just write into your terminal after repository cloning:

$ make build
$ make latest # or 'make lowest'
$ make test

Changes log

Release date Commits since latest release

Changes log can be found here.

Support

Issues Issues

If you will find any package errors, please, make an issue in current repository.

License

This is open-sourced software licensed under the MIT License.

统计信息

  • 总下载量: 6.9k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-10-10

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固