PHP Configuration
Configuration formats parsing and generation-
The parsing is performed based on ini file specifications.
-
Little INI Parser can parse multiple INI files and merge the configuration values defined in all files into a single array. An array with all parsed configuration values is returned.Requirements: PHP 5.0 or higher
-
HTML entities can be symbolized and generated using short symbols, through the UpdateCat command.
-
INI files are used to store configuration settings.
-
Regular expressions are used to extract the names and values of the entries in an INI file.The results are returned in a bi-dimensional associative array on which the first dimension key is the file section name and the second dimension key is the entry name.Requirements: PHP 4.0 or higher
-
IniFile can be used to read or write values and sections from and into INI files.
-
Config Manager can help developers, who maintain PHP applications that require users to edit configuration files.Key Features of Config Manager:- Allows caching of the config file as a serialized array stored in a file- Supports arrays and associative arrays- Supports 4 basic variable types: string, integer, double and booleanSupports special characters when enclosed within double quotes:- Allows editing of the ...
-
Ini File Reader is also capable of modifying the files.
-
Numerical or associative arrays can be stored and optional or required config file sections can be added through PhpXconfig.
-
Configuration variables and their values can be added, changed or removed.Config Editor can save the configuration files generating a PHP script that sets the variables from the previously defined values. Config Editor can also load a previously generated configuration PHP script by parsing it.Requirements: PHP 5.0 or higher
-
xmllib allows for configuration or content data to be stored in XML files instead of databases.
-
Configuration Loader auto-generates a set of php configuration classes from a supplied xml file. It can be used to generate a PHP class from an XML file. The element (tag) names become property names and the text contained in the elements becomes the property's value. It also supports nested elements.If the generated php file is older than the xml file, ...
-
ini_File can be used to manipulate configuration files in the INI format as PHP objects. There are several classes that abstract INI files, INI file sections, configuration values and comments.The INI file class can parse INI files and create objects for the INI sections, configuration values and comments. The INI file class can also do the opposite, i.e. create a ...
-
IniInteraction can be used to create and manipulate configuration files in the .INI format.Functions of IniInteraction:- Parse a given .INI file and store its values in bidimensional associative array split by section and setting option- Add, rename and remove sections or options- Change option values- Store the .INI settings in a file
-
shagaConfigurator will get application options from configuration files. It can read options from a configuration file named shaga.cfg.example defined in a custom format.The configuration options are read into a bi-dimensional associative array class variable according to the options sections and names.Requirements:PHP 5.0.4

