PHP Classes
elePHPant
Icontem

Predefiner: Dynamically define PHP constant values

Recommend this page to a friend!
  Info   View files Documentation   View files View files (10)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2017-02-01 (3 days ago) RSS 2.0 feedNot enough user ratingsTotal: 129 This week: 26All time: 8,412 This week: 38Up
Version License PHP version Categories
predefiner 1.0.1MIT/X Consortium ...5.4PHP 5, Utilities and Tools, Text proc..., C..., C...
Description Author

This class can dynamically define PHP constant values.

It can set one or more values for constants and generates a PHP script that will load those values and set them as constants before they are needed.

  Performance   Level  
Name: Gavin Gordon Markowski <contact>
Classes: 10 packages by
Country: Canada Canada
Innovation award
Innovation award
Nominee: 4x

Details

Predefiner

Build Status Packagist Version Github Release Usage License

Description

This class (GGG\Config\Predefiner) is a simple package to quickly and dynamically set PHP constants.

Usage

Installation

	composer require gavinggordon/predefiner

Examples

Instantiation:

	include_once( __DIR__ . '/vendor/autoload.php' );
	
	$predefiner = new \GGG\Config\Predefiner();

Setting:

	$predefiner->set( ['API_KEY' => 'abc123def456hij789klm0'] );

Initializing:

	$predefiner->init();
	
	echo API_KEY;
	// Result: 'abc123def456hij789klm0';

Issues

If you have any issues at all, please post your findings in the issues page at https://github.com/gavinggordon/predefiner/issues.

License

This package utilizes the MIT License.

  Files folder image Files  
File Role Description
Files folder imageconfig (2 files)
Files folder imagesrc (1 file)
Files folder imagetests (1 file)
Plain text file .scrutinizer.yml Data scrutinizer
Plain text file .travis.yml Data travis.ci
Plain text file composer.json Data composer file
Plain text file LICENSE.txt Doc. Documentation
Plain text file phpunit.xml Data phpunit file
Plain text file readme.md Doc. info and examples

  Files folder image Files  /  config  
File Role Description
  Plain text file user_app_config.php Aux. user config values
  Plain text file user_app_configTemplate.php Aux. base config values template file

  Files folder image Files  /  src  
File Role Description
  Plain text file Predefiner.php Class main class file

  Files folder image Files  /  tests  
File Role Description
  Plain text file PredefinerTest.php Test main class test file

 Version Control Unique User Downloads Download Rankings  
 100%
Total:129
This week:26
All time:8,412
This week:38Up