承接 thegiant/algorithms 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

thegiant/algorithms

最新稳定版本:v1.1.0

Composer 安装命令:

composer require thegiant/algorithms

包简介

This packages is useful for data encryption and decryption

README 文档

README

Description

This package is useful for data encryption and decryption

Installation

This package can be installed via composer

composer require thegiant/algorithms

Laravel >= 5.5

The package is auto-discovered on 5.5 and up!

Laravel <= 5.4

Add the service provider to the providers array in your config/app.php file:

'providers' => [
    // Other Laravel service providers...

    /*
    * Package Service Providers...
    */
    Thegiant\Aes\AesServiceProvider::class,

    // Other package service providers...
],

Publish Usable Helpers

php artisan vendor:publish --tag=thegiant-aes-helper --force

Note: use --force to update the existing files.

Usage

Create Encryption and Dencryption key in .env file with the following Variables

AES_KEY=
AES_IV=

Contributions

Contributions and feedback are welcome! Feel free to open an issue or submit a pull request on GitHub.

License

This package is open-source software licensed under the [MIT] license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-19