2017 © Pedro Peláez
 

library bcm-crypt

Simple package to handle AES encryption and decryption

image

bcmdevteam/bcm-crypt

Simple package to handle AES encryption and decryption

  • Monday, June 6, 2016
  • by bcmdevteam
  • Repository
  • 1 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 9 % Grown

The README.md

BcmCrypt

Installation

Pull the project by running: composer require bcmdevteam/bcm-crypt, (*1)

Add in your config/app.php:, (*2)

'providers' => [
    ...
    BcmDevTeam\BcmCrypt\Provider\BcmCryptProvider::class,
    ...
],

'aliases' => [
    ...
    'BcmCrypt'  => BcmDevTeam\BcmCrypt\Facade\BcmCryptFacade::class,
    ...
]

The Versions

06/06 2016

dev-master

9999999-dev https://github.com/bcmdevteam/bcm-crypt

Simple package to handle AES encryption and decryption

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Brand Catalyst Media

encryption aes decryption

06/06 2016

v1.1

1.1.0.0 https://github.com/bcmdevteam/bcm-crypt

Simple package to handle AES encryption and decryption

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Brand Catalyst Media

encryption aes decryption

19/05 2016

v1.0

1.0.0.0 https://github.com/bcmdevteam/bcm-crypt

Simple package to handle AES encryption and decryption

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Brand Catalyst Media

encryption aes decryption