PHP Configuration

Configuration formats parsing and generation
  1. No Screenshot
    1555 total visits
    The parsing is performed based on ini file specifications.
  2. No Screenshot
    1930 total visits
    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
  3. No Screenshot
    1368 total visits
    HTML entities can be symbolized and generated using short symbols, through the UpdateCat command.
  4. No Screenshot
    1263 total visits
    INI files are used to store configuration settings.
  5. No Screenshot
    1767 total visits
    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
  6. No Screenshot
    1378 total visits
    IniFile can be used to read or write values and sections from and into INI files.
  7. No Screenshot
    2402 total visits
    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 ...
  8. No Screenshot
    1404 total visits
    Ini File Reader is also capable of modifying the files.
  9. No Screenshot
    1800 total visits
    Numerical or associative arrays can be stored and optional or required config file sections can be added through PhpXconfig.
  10. No Screenshot
    1898 total visits
    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
  11. No Screenshot
    1975 total visits
    xmllib allows for configuration or content data to be stored in XML files instead of databases.
  12. No Screenshot
    2077 total visits
    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, ...
  13. No Screenshot
    1932 total visits
    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 ...
  14. No Screenshot
    1915 total visits
    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
  15. No Screenshot
    2119 total visits
    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
Pages 3 of 6« 1 2 3 4 5 6 »