mouf/utils.constants.secret

This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.

v1.0.0 2013-11-05 16:10 UTC

This package is auto-updated.

Last update: 2024-04-15 04:08:13 UTC


README

Many packages need the project hosting them to have some secret key or some unique key. For instance, you can use this key to prefix your cache keys if you cache system is shared with other applications.

This package contains a Mouf installer that will create a SECRET constant in your config.php and initialize it to some random value each time you install the application.

Mouf package

This package is part of Mouf (http://mouf-php.com), an effort to ensure good developing practices by providing a graphical dependency injection framework.