6 projects tagged "ini file"
Ini File Parser is a PHP package that can be used to manipulate INI file configuration values. It includes a class that can read INI files and parse them to extract the list of sections and entry names and values. Another class allows modifying, adding, and deleting sections and entries, as well saving the modified configuration to the INI file.
INIshell is a graphical INI file generator. A set of constraints regarding the sections, keys, and values that might be present in the INI file are defined in an XML file. INIshell reads this XML file and dynamically generates a GUI allowing the end user to edit the INI file. Its flexibility allows any application to describe its configuration options and easily offer a GUI to the end user.