pushkar-anand / ofig

A GUI based PHP config editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofig - PHP config(php.ini) editor

A GUI application to easily edit the php.ini file for PHP installations.

UNDER DEVELOPMENT

Installing

For Debian based systems:

git clone https://github.com/pushkar-anand/ofig.git
cd ofig
chmod +x build-setup-deb.sh # this will install all required dependencies
./build-setup-deb.sh
chmod +x pack-resources.sh
mkdir cmake-build-release
cd cmake-build-release
cmake -DCMAKE_BUILD_TYPE=Release ..
make 
./ofig #start the app

For others

This has yet not been tested in other versions yet. To compile this you need cmake(version >= 3.13), gcc, g++, make and gtk3-dev libraries.

About

A GUI based PHP config editor.

License:GNU General Public License v3.0


Languages

Language:C++ 61.8%Language:C 22.4%Language:HTML 12.2%Language:CSS 2.9%Language:Objective-C++ 0.3%Language:FLUX 0.2%Language:Shell 0.2%Language:CMake 0.1%Language:Batchfile 0.0%