https://github.com/thecodingmachine/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.
https://github.com/thecodingmachine/utils.constants.secret
Last synced: 3 months ago
JSON representation
This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.constants.secret
- Owner: thecodingmachine
- License: mit
- Created: 2013-10-12T15:52:00.000Z (over 12 years ago)
- Default Branch: 1.0
- Last Pushed: 2014-06-05T12:48:36.000Z (about 12 years ago)
- Last Synced: 2025-02-16T12:30:30.772Z (over 1 year ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
What is this package
====================
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.