slimphp / Slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
http://slimframework.com
MIT License
11.98k stars 1.95k forks source link

Remove mcrypt as a requirement #683

Closed codeguy closed 10 years ago

codeguy commented 10 years ago

Added in https://github.com/codeguy/Slim/commits/release-2.4.0

ysangkok commented 8 years ago

Installing using composer, I get slim/slim suggests installing ext-mcrypt (Required for HTTP cookie encryption). How can this be, if mcrypt was removed?

OptimusCrime commented 8 years ago

It is still present in composer.json in the 2.x branch: https://github.com/slimphp/Slim/blob/2.x/composer.json

tuupola commented 8 years ago

It is not a requirement. It is suggestion. Ie. you can install ext-mcrypt if wanted but it is not required.