Download the PHP package tourane/codetags without Composer
On this page you can find all versions of the php package tourane/codetags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tourane/codetags
More information about tourane/codetags
Files in tourane/codetags
Download tourane/codetags
More information about tourane/codetags
Files in tourane/codetags
Vendor tourane
Package codetags
Short Description A simple PHP module for feature toggle.
License MIT
Package codetags
Short Description A simple PHP module for feature toggle.
License MIT
Keywords feature-toggletourane
Please rate this library. Is it a good library?
Informations about the package codetags
Tourane/Codetags
Installation
Install the latest version with:
Basic usage
Requirements
- PHP 5.3.2 is required but using the latest version of PHP is highly recommended.
Default instance
Example source code examples/default-instance.php
:
Multiple instances
Example source code examples/multiple-instances.php
:
Setting environment variables
Setting environment variables in php-fpm
Find your php-fpm
pool config file (usually /etc/php/7.2/fpm/pool.d/www.conf
, but could be in other place or have a different name - /etc/php/7.2/fpm/php-fpm.conf
for example).
Find this line and uncomment it (remove the ‘;’):
Add environment variables declaration like this:
Restart the php-fpm
process with:
License
MIT
See LICENSE to see the full text.
All versions of codetags with dependencies
PHP Build Version
Package Version
The package tourane/codetags contains the following files
Loading the files please wait ....