Download the PHP package kitlabs/kit-crypt-bundle without Composer
On this page you can find all versions of the php package kitlabs/kit-crypt-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kitlabs/kit-crypt-bundle
More information about kitlabs/kit-crypt-bundle
Files in kitlabs/kit-crypt-bundle
Download kitlabs/kit-crypt-bundle
More information about kitlabs/kit-crypt-bundle
Files in kitlabs/kit-crypt-bundle
Vendor kitlabs
Package kit-crypt-bundle
Short Description Symfony Crypt Bundle
License MIT
Homepage https://github.com/kitlabs-cn/KitCryptBundle
Package kit-crypt-bundle
Short Description Symfony Crypt Bundle
License MIT
Homepage https://github.com/kitlabs-cn/KitCryptBundle
Please rate this library. Is it a good library?
Informations about the package kit-crypt-bundle
KitCryptBundle
Symfony Crypt Bundle(use openssl)
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require kitlabs/kit-crypt-bundle
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Setp 3: config
PS:params
- method list openssl cipher methods
- secret_iv iv encrypt method AES-256-CBC expects 16 bytes - else you will get a warning
Usage
All versions of kit-crypt-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
ext-openssl Version *
ext-openssl Version *
The package kitlabs/kit-crypt-bundle contains the following files
Loading the files please wait ....