Download the PHP package mozafar/encbuddy without Composer
On this page you can find all versions of the php package mozafar/encbuddy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mozafar/encbuddy
More information about mozafar/encbuddy
Files in mozafar/encbuddy
Download mozafar/encbuddy
More information about mozafar/encbuddy
Files in mozafar/encbuddy
Vendor mozafar
Package encbuddy
Short Description Package to encrypt response and decrypt request body
License MIT
Package encbuddy
Short Description Package to encrypt response and decrypt request body
License MIT
Please rate this library. Is it a good library?
Informations about the package encbuddy
encbuddy
Laravel package to encrypt response content and decrypt request body
Installation
1- Install package using composer
2- Publish config file
3- Add it to laravel global middlewares
4- Register development routes
Custom key resolver
To get key from other sources like your DB or file you can use a class which implements \Mozafar\EncBuddy\KeyResolverInterface
like following example:
You can add the implemented class in config file:
All versions of encbuddy with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/support Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/encryption Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/http Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/config Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/support Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/encryption Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/http Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/config Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
The package mozafar/encbuddy contains the following files
Loading the files please wait ....