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.
Installs: 376 285
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 0
Type:mouf-library
pkg:composer/mouf/utils.constants.secret
Requires
- php: >=5.3.0
- mouf/mouf-installer: ~2.0
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.