2017 © Pedro Peláez
 

library laravel4-php71-encrypter

Laravel 4.2 Encrypter for PHP 7.1+

image

tomgrohl/laravel4-php71-encrypter

Laravel 4.2 Encrypter for PHP 7.1+

  • Wednesday, May 30, 2018
  • by tomgrohl
  • Repository
  • 2 Watchers
  • 14 Stars
  • 5,776 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 8 Versions
  • 31 % Grown

The README.md

Latest Stable Version Latest Unstable Version License, (*1)

Laravel 4.2 Encrypter for PHP 7.1+

A port of the Laravel 5.4 Encrypter for 4.2 with PHP 7.1 support., (*2)

Due to mcrypt being deprecated in 7.1 you can't run Laravel 4.2 under PHP 7.1 without a lot of deprecate warnings., (*3)

This package adds a PHP 7.1+ Encrypter for Laravel 4.2, (*4)

Note: Backward compatibility has been added in version 1.1.0 for PHP 5.6+ to make upgrading easier, (*5)

Installation

You can install it using composer:, (*6)

composer require tomgrohl/laravel4-php71-encrypter, (*7)

Configuration

1 .Add service provider

Add the following to your providers in the app config, (*8)

\Tomgrohl\Laravel\Encryption\EncryptionServiceProvider::class

2. Check Encryption Key settings in app config

Cipher must either be 'AES-128-CBC' with a key length of 16, (*9)

OR, (*10)

Cipher must either be 'AES-256-CBC' with a key length of 32, (*11)

3. You're good to go!

Credits

  • Peter Fritchley - Fellow co-worker that wrote this originally for a project

License

MIT, (*12)

The Versions

30/05 2018

dev-master

9999999-dev

Laravel 4.2 Encrypter for PHP 7.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel encryption

29/01 2018

1.1.x-dev

1.1.9999999.9999999-dev

Laravel 4.2 Encrypter for PHP 7.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel encryption

29/01 2018

1.1.3

1.1.3.0

Laravel 4.2 Encrypter for PHP 7.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel encryption

26/09 2017

1.1.2

1.1.2.0

Laravel 4.2 Encrypter for PHP 7.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel encryption

26/09 2017

1.1.1

1.1.1.0

Laravel 4.2 Encrypter for PHP 7.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel encryption

29/07 2017

1.1.0

1.1.0.0

Laravel 4.2 Encrypter for PHP 7.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel encryption

01/06 2017

1.0.x-dev

1.0.9999999.9999999-dev

Laravel 4.2 Encrypter for PHP 7.1+

  Sources   Download

MIT

The Requires

  • php ~7.1.0

 

The Development Requires

laravel encryption

01/06 2017

1.0.0

1.0.0.0

Laravel 4.2 Encrypter for PHP 7.1+

  Sources   Download

MIT

The Requires

  • php ~7.1.0

 

The Development Requires

laravel encryption