Projects / Generic PHP Plugins

Generic PHP Plugins

Generic PHP Plugins allows you to use a fast config.php script as storage for application settings. It can non-destructively edit this configuration script (unlike PEAR::Config), and add variables or plugin loading calls securely. This lets applications run faster than they would by relying on an SQL or XML configuration store, while the config.php remains human-editable at the same time. By using the PHP plugin standard, this scheme is also application agnostic.

RSS Recent releases

  •  23 Aug 2010 11:57

    Release Notes: This update fixes a minor parsing bug in libconfigedit and removes a forgotten debug statement. It also adds an examplary SQL storage backend. The README has been needlessly elaborated with further usage examples.

    •  22 Aug 2010 16:12

      Release Notes: This release adds support for array-lists in configuration files. The admin UI provides a table of input fields for such variables. Additionally, an unfinished plugin installation module has been packaged in.

      •  08 Dec 2008 14:21

      Release Notes: Some documentation fixes were made. An additional library adds support for editing plain INI files instead of the PHP config script. Using an INI config file is no more secure than a config.php script, and is therefore not recommended; it is just meant as an example.

      Screenshot

      Project Spotlight

      dccserver

      Simulate MIRC's /dccserver command.

      Screenshot

      Project Spotlight

      Docx to Text Converter (docx2txt)

      A scripting based solution to convert an MS .docx document to a text file.