PHP Classes

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    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 154 This week: 1All time: 9,033 This week: 571Up
Version License PHP version Categories
predefiner 1.0.1MIT/X Consortium ...5.4PHP 5, Tools, Text processing, Code G..., 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.

Picture of Gavin Gordon Markowski
  Performance   Level  
Name: Gavin Gordon Markowski <contact>
Classes: 13 packages by
Country: Canada Canada
Age: 36
All time rank: 178641 in Canada Canada
Week rank: 103 Up2 in Canada Canada Up
Innovation award
Innovation award
Nominee: 5x

Documentation

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 Reuses Unique User Downloads Download Rankings  
 100%1
Total:154
This week:1
All time:9,033
This week:571Up