NCRYPT (Laravel Package)
, (*1)
Table of Contents
Install
To install the NCRYPT, (*2)
first download via composer by running the command composer require dreamaker\ncrypt
if you do not have composer you could just clone this repo, (*3)
after download, (*4)
Then include or into your project directory and put this at the top of you class or file
use Dreamaker\Crypt\Crypt;
, (*5)
Documentation
Crypt::encrypt($value)
, (*6)
This method will simply encrypt your value, (*7)
Crypt::decrypt($value)
, (*8)
This method will simply decrypt your value, (*9)
License
NCrypt is free software distributed under the terms of the MIT license., (*10)
Contribution guidelines
Please report any issue you find in the issues page.
Pull requests are welcome., (*11)